Created project files and began researching ways to implement Google Maps API. The idea to be able to draw an image or text onto a bitmap image.
Made a template for the App View Layout and started working on the Activity code to take a photo before the overlay, including a capture, save, back, gallery, and various toggle buttons.
Connected Google API to the app and have location info and graphic for overlay. Working on the bitmap overlay portion of the project. Began figuring out ways to extract the map frame and edit the image to fit over a photo.
Began working on saving the photographs in a custom gallery and continuing working on format for the overlay and timestamp options. The RecyclerView for the gallery requires a custom GalleryAdapter class that I am currently working on.
Continuing to add Gallery activity functionality for when a photo is taken, working on format for the overlay and timestamp options. The app works with GoogleMaps API to capture location details. Most information appearing on the app is accurate.
The app proved to work as a proof-of-concept as I implemented the promised behavior, but lacked in the additional functionality. The app works well as it places overlays as required, however, I would have liked to add much more to the app to make it stand out, such as a much less crude interface, and perhaps a sharing system with logins or a database to back up the photographs.