Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.04 KB

File metadata and controls

17 lines (15 loc) · 1.04 KB

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