Searching for "i"

Q:

What is the difference between a regular bitmap and a nine-patch image?

Answer

In general, a Nine-patch image allows resizing that can be used as background or other image size requirements for the target device. The Nine-patch refers to the way you can resize the image: 4 corners that are unscaled, 4 edges that are scaled in 1 axis, and the middle one that can be scaled into both axes.


 

Report Error

View answer Workspace Report Error Discuss

Q:

What is the function of an intent filter?

Answer

Because every component needs to indicate which intents they can respond to, intent filters are used to filter out intents that these components are willing to receive. One or more intent filters are possible, depending on the services and activities that is going to make use of it.

Report Error

View answer Workspace Report Error Discuss

Q:

What Is the Google Android SDK?

Answer

The Google Android SDK is a toolset that developers need in order to write apps on Android enabled devices. It contains a graphical interface that emulates an Android driven handheld environment, allowing them to test and debug their codes.

Report Error

View answer Workspace Report Error Discuss

Q:

What is the importance of having an emulator within the Android environment?

Answer

The emulator lets developers “play” around an interface that acts as if it were an actual mobile device. They can write and test codes, and even debug. Emulators are a safe place for testing codes especially if it is in the early design phase.

Report Error

View answer Workspace Report Error Discuss

Q:

What items are important in every Android project?

Answer

 These are the essential items that are present each time an Android project is created:


- AndroidManifest.xml


- build.xml


- bin/


- src/


- res/


- assets/

Report Error

View answer Workspace Report Error Discuss

Q:

What is the proper way of setting up an Android-powered device for app development?

Answer

The following are steps to be followed prior to actual application development in an Android-powered device:


- Declare your application as “debuggable” in your Android Manifest.


- Turn on “USB Debugging” on your device.


- Set up your system to detect your device.


 

Report Error

View answer Workspace Report Error Discuss

Q:

From a container of wine, a thief has stolen 15 litres of wine and replaced it with same quantity of water. He again repeated the same process. Thus, in three attempts the ratio of wine and water became 343 : 169. The initial amount of wine in the container was:

A) 75 litres B) 100 litres
C) 150 litres D) 120 litres
 
Answer & Explanation Answer: D) 120 litres

Explanation:

wine(left)wine(added) = 343169

 

It means  wine(left)wine(initial amount) = 343512    (since 343 + 169 = 512)

  

Thus,  343x = 512x1 - 15k3

 

 343512 = 783 = 1 - 15k3

 

 1-15k=78=1-18

  

Thus the initial amount of wine was 120 liters.

Report Error

View Answer Report Error Discuss

Filed Under: Alligation or Mixture
Exam Prep: GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

Q:

A jar was full with honey. A person used to draw out 20% of the honey from the jar and replaced it with sugar solution. He has repeated the same process 4 times and thus there was only 512 gm of honey left in the jar, the rest part of the jar was filled with the sugar solution. The initial amount of honey in the jar was:

A) 1.25 kg B) 1 kg
C) 1.5 kg D) None of these
 
Answer & Explanation Answer: A) 1.25 kg

Explanation:

Let the initial amount of honey in the jar was k, then

 

 512 = k1 - 154 or  512 = k454 

 => k = 512 × 625256 

=> k = 1250

 

 Hence initially the honey in the jar = 1.25 kg

Report Error

View Answer Report Error Discuss

Filed Under: Alligation or Mixture
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk