logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is AIDL?What data types are supported by AIDL?


  • Correct Answer
  • - AIDL is the abbreviation for Android Interface Definition Language - It handles the interface requirements between a client and a service to communicate at the same level through interprocess communication - The process involves breaking down objects into primitives that are Android understandable AIDL supports following data types: - String - List - Map - CharSequence - All native Java data types like int,long, char and Boolean 


  • Technology problems


    Search Results


    • 1. What do you know about Intents?
    • Discuss
    • 2. When is the onStop() method invoked?
    • Discuss
    • 3. Is it possible to use or add a fragment without using a user interface?
    • Discuss
    • 4. When is the best time to kill a foreground activity?
    • Discuss
    • 5. What is the difference between a regular bitmap and a nine-patch image?
    • Discuss
    • 6. Describe Android Application Architecture.
    • Discuss
    • 7. How to select more than one option from list in android xml file? Give an example.
    • Discuss
    • 8. Why cannot you run standard Java bytecode on Android?
    • Discuss
    • 9. How does an application run in isolation from other applications?
    • Discuss
    • 10. Write code snippet to retrieve IMEI number of Android phone?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment