An open API service indexing awesome lists of open source software.

https://github.com/malinduliyanage/cameragallery_sqlite_v1

In this Java based Android Application, it can take Photos from the Front Camera, and save it on the device. Also, it uses SQLite DB to track image data. GPS Data also recorded.
https://github.com/malinduliyanage/cameragallery_sqlite_v1

Last synced: about 1 month ago
JSON representation

In this Java based Android Application, it can take Photos from the Front Camera, and save it on the device. Also, it uses SQLite DB to track image data. GPS Data also recorded.

Awesome Lists containing this project

README

          

Overview


This Java based Android App is developed to study how hardware features like Camera and GPS works basically.

This App features...



  • App captures images from Main Camera of the Device

  • Stores the images on SD Card, and also records in a SQLite DB

  • In every capture, App records the Geolocation as well.

  • Basic DB Functionalities are implemented for Image INSERT, DELETE and SELECT

Screenshots