How to create a splash activity , call a second activity via a button, simple data form 5 fields and 2 buttons

Posted by Mike on Stack Overflow See other posts from Stack Overflow or by Mike
Published on 2011-02-16T21:35:46Z Indexed on 2013/10/31 15:54 UTC
Read the original article Hit count: 175

Filed under:

New to Android need help with one solid build that I can refer to and study for future projects.

The first activity is a background image with a button,when clicked the it takes you to the second activity which is a form with 5 data fields and 2 buttons.

One button calls an intent to take a picture within the app and one button that submits the data from the form along with the picture to URL.

lastly a third activity that says complete thank you. I can make some of this but don't know how to link button or open and merge camera with the app to be sent as a package of data. I suppose I could also hook into GPS acquire location as well as the camera call?

© Stack Overflow or respective owner

Related posts about android