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

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.

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