The document outlines various aspects of Android development, including definitions of key components, versions, and the Android ecosystem. It covers technical details such as Android architecture, app functionality, layout types, views, intents, and services, along with practical programming examples. Additionally, it discusses the process of creating and publishing applications, as well as the importance of permissions and sensors in Android.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
57 views2 pages
Mad Imp Questions
The document outlines various aspects of Android development, including definitions of key components, versions, and the Android ecosystem. It covers technical details such as Android architecture, app functionality, layout types, views, intents, and services, along with practical programming examples. Additionally, it discusses the process of creating and publishing applications, as well as the importance of permissions and sensors in Android.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
1. Define Android with its key platform components.
2. List out any 6 android versions.
3. Define OHA. 4. Explain android ecosystem with the help of a diagram. 5. Describe any 6 advantages of android OS. 6. Explain android architecture. 7. Explain how do android app works? 8. Define JDK and SDK w.r.t android app development. 9. Explain Dalvik virtual machine with the help of compiling and packaging process diagram. 10. Explain emulator. How to create an emulator in android studio? 11. Explain steps to install android studio. 12. List out the development steps of an android app. 13. Explain how to create your first project in android studio. 14. Explain directory structure of an Android studio project. 15. Define view with the help of an example. 16. Define layout. List out all the layouts used in android app development. 17. List out all types of layouts. Explain any one of them. 18. Write a program to create a layout using table layout. 19. Define frame layout with its attributes. Write a program to insert an image using frame layout. 20. What do you mean by attribute? How do you set orientation attribute in linear layout. 21. Explain scroll view with the help of a program. 22. Explain absolute layout with the help of an example. 23. Write the xml code to demonstrate the use of relative layout. 24. Explain different types of views. 25. List out basic views used in android 26. Write a program to implement text view in xml and java file. 27. How to define a button in xml? Also set a click event to display a toast message. 28. Define toast in android. Write the correct syntax to define a toast. 29. Describe image button in android with the help of a program. 30. Explain check box with the help of a program. 31. Write a program to create a progress bar in android app. 32. Develop an android application for picking time and date in android app. 33. Define intent. Describe its uses. 34. Explain the types of intent with individual example. 35. Write a program to create a calculator application and display the result on second activity using explicit intent. 36. Write a program to demonstrate the use of implicit intent. 37. Explain intent filter with the help of a diagram. 38. Explain activity life cycle. 39. Explain broadcast with its types. 40. Explain content provider with the help of a diagram. 41. Develop an application with fragments. 42. Define service. What do you mean by started and bound service. 43. Explain service life cycle. 44. Explain multimedia framework. 45. Write a program to create a camera app. 46. Write a program to create a sms app. 47. Write a simple program to create a simple sql lite database. 48. Write a program to locate user’s current location. 49. Explain the steps how to publish an android application on google play store. 50. List sensors in android and explain anyone them. 51. Describe the need of permission in android. Explain with any example or program. 52. State and elaborate the syntax of required class and methods for Geocoding. 53. Define activity in android. Explain how to create a new activity and switch from one activity to another. 54. Develop this registration form UI. Write only xml code