I am very new to android and I need to make an app which basically should add photos taken via the app camera to a template which contains header, some text, three images and its description. I have no idea how to start this project. Can someone please guide me through? The camera should take three photos, or select from library. and these three photos should be viewed in assigned imageView area. (like photo grid app)
In the end, user should be able to take a printout of this document directly, after saving it as pdf. (and be able to share the file via whats app and gmail).. how is this done?
I know this is a lot to ask. I don't want full syntax, will google it.. just need the steps/logic. I know how to add a camera and display the bitmap in a view, but how should i make the camera take three pictures and assign them in imageview 1, 2 and 3.