logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Describe Android Application Architecture.


  • Correct Answer
  • Android Application Architecture has the following components: > Services - like Network Operation > Intent - To perform inter-communication between activities or services > Resource Externalization - such as strings and graphics > Notification signaling users - light, sound, icon, notification, dialog etc > Content Providers - They share data between applications 


  • Technology problems


    Search Results


    • 1. What is AIDL?What data types are supported by AIDL?
    • Discuss
    • 2. What do you know about Intents?
    • Discuss
    • 3. When is the onStop() method invoked?
    • Discuss
    • 4. Is it possible to use or add a fragment without using a user interface?
    • Discuss
    • 5. When is the best time to kill a foreground activity?
    • Discuss
    • 6. How to select more than one option from list in android xml file? Give an example.
    • Discuss
    • 7. Why cannot you run standard Java bytecode on Android?
    • Discuss
    • 8. How does an application run in isolation from other applications?
    • Discuss
    • 9. Write code snippet to retrieve IMEI number of Android phone?
    • Discuss
    • 10. How can your application perform actions that are provided by other application e.g. sending email?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment