I wanted to know the gui elements we have in android?
Can anyone show me a picture as well like how do these elements look like?
I wanted to know the gui elements we have in android? Can anyone show
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is what the ApiDemos sample application is for 🙂 You’ll specifically want to check out the Views > Controls section for an activity that just shows common views.
To try out ApiDemos on an emulator or on your phone:
samples/ApiDemosdirectory in any of the platform-version folders inside the SDK.There is also the Hello, Views set of tutorials, and that has some screenshots of views, as they look on older versions of Android.