Answer Posted / maanya
AIDL supports following data types:
-string
-List
-Map
-charSequence
and
-all native Java data types like int,long, char and Boolean
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is on change?
What is settings.gradle?
How would you create an autoincrement field?
What is radio group?
In android, which layout mode defines the positions of each component relative to each other?
What is the mobile application development all about?
What is the latest android version 2019?
What is the android architecture?
How will you pass data to sub-activities?
How do I reinstall operating system on galaxy s6?
What role does dalvik play in android development?
What are the exceptions available in android?
Can you deploy executable jars on android? Which package is supported by it?
What is special trigger?
The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.