Welcome to Notes_Android! This project is designed to help you manage your notes and tasks with ease, all wrapped up in a user-friendly Android application. Here's what you need to know:
- Language: Java
 - Database: SQLite
 - Purpose: To create a simple yet effective note manager with task reminders.
 
- @ListadoActivity π: Displays the list of tasks.
 - @CrearNotaActivity βοΈ: Allows creation of notes which are then shown in ListadoActivity.
 - @BorrarNotaActivity ποΈ: Deletes notes, either individually or all at once.
 - @VerNotaActivity π: Reads the notes created in CrearNotaActivity.
 - @DataBaseSQL πΎ: Manages the SQLite database with the table structure for storing notes.
 - @StartActivity π : The initial screen of the app, showing the database name, and after 2 seconds of inactivity, it transitions to the list of notes.
 - @NotasAdapter π§: A custom adapter for the note list in ListadoActivity, displaying note text in a TextView.
 
- activity_borrar_notas.xml ποΈ: Defines the layout for BorrarNotasActivity.
 - activity_crear_notas.xml βοΈ: Defines the layout for CrearNotaActivity.
 - activity_ver_nota.xml π: Defines the layout for VerNotaActivity.
 - app_bar_listado.xml π§°: Defines the menu options bar for ListadoActivity.
 - listado_activity.xml π: Defines the layout for ListadoActivity.
 - menu_listado.xml π: Contains menu items like 'Create' and 'Options' for ListadoActivity.
 
- Clone the Repository: git clone https://github.com/Ornella-Gigante/Notes_Android.git
 
text
- 
Open in Android Studio: Import the project into Android Studio.
 - 
Build and Run: Build the project and run it on an emulator or physical device.
 - 
Explore:
 
- Create notes in CrearNotaActivity.
 - View your notes in ListadoActivity.
 - Delete notes in BorrarNotaActivity.
 - Read notes in VerNotaActivity.
 
This project is a great starting point for learning Android development with Java, SQLite database management, and UI design. Feel free to:
- Fork the repository and make your own changes.
 - Contribute by submitting pull requests with improvements or new features.
 - Report Issues if you find any bugs or have suggestions for enhancements.
 
- Ornella Gigante - Creator and Maintainer
 
This project is open-sourced under the MIT License. Feel free to use, modify, and distribute as per the license terms.
Let's make note-taking fun and efficient! πβ¨