I am building a simple checkout process on the phone and was wondering if there are prebuilt controls that are available in android apk:
- Login Control: username, password, login button
- Form View where the user can just submit all the info.
- Some sort of the “More info” control that has a collapsed/expanded view for product description
- Tabs control: something like iPhone music player tabs.
Thank you in advance.
No, there is no such thing in standard android library. I don’t know about 3rd party stuff – internet is wast, you might find something.
There is the
API Demosapp in your android SDK. It shows all standard widgets provided in android. I believe AlertDialogSample is what you might be looking for.There are also other demos showing how to use most (all?) functionality in android.