Reputation: 6067
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?
Upvotes: 5
Views: 1569
Reputation: 29745
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/ApiDemos
directory 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.
Upvotes: 7