How to create a splash activity , call a second activity via a button, simple data form 5 fields and 2 buttons
- by Mike
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?