ELLT is an educational application developed to demonstrate the use of different Android system functionalities in a single project. Its goal is to offer a hands-on experience that integrates device sensors, data storage, and location services.
The application has three main modules:
- Sensors: Allows real-time visualization of information from the device's light sensor, accelerometer, and gyroscope, showing how the hardware interacts with the application.
- Database: Includes a CRUD system that allows adding, querying, updating, and deleting book records (ID, title, author, publisher, and year). All information is stored locally on the device, without an internet connection.
- Maps: Allows users to enter coordinates (latitude and longitude) to open routes directly in Google Maps, facilitating navigation to specific locations.
AppFinal does not collect or share any personal user data. All entered information is kept solely on the device, guaranteeing privacy and security.
This application is geared toward educational purposes and serves as a practical example of mobile application development on Android.