1. What is Android?
2. Explain about Android architecture.
3. How to create Android library? What its use?
4. What is ADB, DDMS? What are the Android tools till now you have used?
5. How the APK file will be generated?
6. What is the process to publish an APK in Google Play?
7. What is the role of Android Manifest file in the Application?
8. What are the Android Application components?
9. What is Activity?
10. What are the Activity lifecycle methods?
11. Explain the activity lifecycle methods flow for the following Activity navigation:
A->B->C->Dialog->close dialog
12. startActivity() vs startActivityForResult().
13. What is ANR? How you will handle that?
14. How to save activity state?
15. What is Intent?
16. How many types of intents?
17. What is IntentFilter?
18. What are the actions to launch Browser, Camera, Compose Mail?
19. How to send object from one activity to another activity?
20. How to share data between applications?
21. How to create ContentProviders? what are the methods will be used to retrieve data?
22. Where you have used ContentProviders? Give me some examples.
23. What is Service?
24. Types of Services. (Bound vs Unbound)
25. Service lifecycle methods.
26. Local service vs Remote service
27. What is AIDL file? What are the uses?
28. Service vs IntentService
29. What is BroadcastReceivers? How many types (Synchronous/Ordered and Asynchronous).
30. StickyIntent
31. PendingIntent
32. In which thread/state application components lifecycle methods will run?
33. Thread vs Process
34. Thread vs Handler vs AsyncTask. Which is efficient in which situations?
35. What is Error and Exceptions?
36. How many types of Exceptions?
37. What are the Exceptions you have faced in Android?
38. What is difference between sleep(), wait(), yield() in Threads?
39. What is Synchronization?
40. What are the disadvantages of Synchronization?
41. What is Collections?
42. List vs Set
43. ArrayList vs Vector
44. HashTable vs HashMap vs HashSet
45. OOPS concepts, Interface, abstract, static, final keywords, Serialization …….
46. What is GCM? Explain briefly about GCM architecture and its implementation.
47. How to create a notification.
48. Explain briefly about integration of Facebook, Twitter and LinkedIn
49. What is Google Analytics? Its implementation.
50. How to implement Google Map in Android Application.
51. How to draw the route on Map? Overlays….
52. How to get the device location in Android?
53. What are different types of Location Providers?
54. What permissions needful to get the location?
55. What is the best way to load huge number of large size images in List? Explain in detail.
56. How you will handle OutOfMemory Error?
57. What are the different types of Storage mechanisms?
58. Where I have to write / How to alter a table in SQLite database of an application, which was already published in Google Play?
59. How to check network connection available or not?
60. What are diff between Rest and Soap services?
61. How you will send an 1MB image to server?
62. JSON and XML parsing
63. SAX vs DOM vs XMLPull parser. Which is efficient in which situations?
64. What is Localization and how to achieve it in Android?
65. How to change device locale?
66. What’s your procedure to support Arabic language in Android 2.2 and 4.2?
67. How you design/ what’s your procedure to create an app to support in all resolutions?
68. Px vs Sp vs Dp vs Dip
69. What is Nine-patch image?
70. What are different types of layouts? ‘Match_Parent’ vs ‘Wrap_Content’.
71. How you will handle screen orientation?
72. What are the launch modes in Android? Explain…
73. How to achieve following scenario.
Activity ‘Login’: tap on button (Finishes current page) --> shows Activity A: tap on button --> shows Activity B: tap on button --> shows Activity C: tap on button ………--> shows Activity Z: tap on ‘Logout’ button -->shows Login screen.
*Need to show previous activity, if user taps back button.
74. Have you created any Custom Components (By creating custom xml attributes)? What are those?
75. Have you integrated any payment tools? What are those? Explain the process of data navigation in that. (Google in-app Billing, Amazon, Authorize.net, Paypal …)
76. What is Fragments? Explain in brief.
77. What is NFC? Explain in brief.
78. Did you ever use Action bars? If yes how?
79. Do you have any knowledge on ‘Widgets’? Why we need to create these?
80. Have you used any animations in your app? What are those and how to use?
81. Do you have any knowledge on OpenGL?
82. Have you heard ‘Volley’ library? Do you have any knowledge on it?
83. What is the latest version of Android? What are its features?
84. What is coming Android Version? Do you any idea about what features will be included?
Follow the links to get more questions: