https://github.com/jazzolopez/xicocart
Mobile application developed in Android Studios for a grocery store. This project was primarily designed to learn about the environment and how to create applications for mobile devices.
https://github.com/jazzolopez/xicocart
adroid-studio java xml
Last synced: 12 months ago
JSON representation
Mobile application developed in Android Studios for a grocery store. This project was primarily designed to learn about the environment and how to create applications for mobile devices.
- Host: GitHub
- URL: https://github.com/jazzolopez/xicocart
- Owner: JazzoLopez
- Created: 2024-06-25T16:38:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-01T19:05:15.000Z (12 months ago)
- Last Synced: 2025-07-01T20:21:13.884Z (12 months ago)
- Topics: adroid-studio, java, xml
- Language: Java
- Homepage:
- Size: 585 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xicocart
** Xicocart ** is a mobile application developed as a practice to learn the use of ** SQLite ** in mobile environments. The project simulates a basic product management system, allowing operations ** CRUD ** (create, read, update and delete) on a local database.
## Aim
Become familiar with the implementation of local databases using SQLite in mobile applications, understanding its integration with the life cycle of the app and persistence patterns.
## Main features
- Basic interface to record products.
- Visualization of the list of products stored in the database.
- Edition and disposal of records.
- Use of SQLite for local storage.
- Structure of the Project Oriented to Good Practices
## Technologies used
- Sqlite
- Android SDK / Android Studios
- Java