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.
- Host: GitHub
- URL: https://github.com/malinduliyanage/cameragallery_sqlite_v1
- Owner: MalinduLiyanage
- Created: 2024-05-15T12:18:59.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-11T14:52:21.000Z (10 months ago)
- Last Synced: 2025-02-23T01:36:16.217Z (8 months ago)
- Language: Java
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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