{"id":26351712,"url":"https://github.com/ornella-gigante/notes_android","last_synced_at":"2026-05-07T13:04:25.657Z","repository":{"id":225730958,"uuid":"766698382","full_name":"Ornella-Gigante/Notes_Android","owner":"Ornella-Gigante","description":"In this project, a simple note manager with task reminders will be created using Java, with translation into 3 languages - English, Spanish, and Catalan - and several actions available to the user.","archived":false,"fork":false,"pushed_at":"2025-03-01T17:05:59.000Z","size":68,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T10:48:34.899Z","etag":null,"topics":["android","android-application","java","java-8","notes-app","sqldatabase","sqlite","sqlite-database"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Ornella-Gigante.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-04T00:12:55.000Z","updated_at":"2025-07-18T17:11:05.000Z","dependencies_parsed_at":"2024-03-04T01:29:27.745Z","dependency_job_id":"b3bdd029-c05e-49cc-8dc9-d499eb5b9edb","html_url":"https://github.com/Ornella-Gigante/Notes_Android","commit_stats":null,"previous_names":["ornella-gigante/notes_android"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ornella-Gigante/Notes_Android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ornella-Gigante%2FNotes_Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ornella-Gigante%2FNotes_Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ornella-Gigante%2FNotes_Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ornella-Gigante%2FNotes_Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ornella-Gigante","download_url":"https://codeload.github.com/Ornella-Gigante/Notes_Android/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ornella-Gigante%2FNotes_Android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32738840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-application","java","java-8","notes-app","sqldatabase","sqlite","sqlite-database"],"created_at":"2025-03-16T10:34:01.137Z","updated_at":"2026-05-07T13:04:25.638Z","avatar_url":"https://github.com/Ornella-Gigante.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📝 Notes_Android: A Simple Note Manager with Task Reminders\n\nWelcome 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:\n\n## 🚀 Project Overview\n\n- **Language**: Java\n- **Database**: SQLite\n- **Purpose**: To create a simple yet effective note manager with task reminders.\n\n## 🌟 Key Features\n\n### Classes:\n- **@ListadoActivity** 📋: Displays the list of tasks.\n- **@CrearNotaActivity** ✍️: Allows creation of notes which are then shown in ListadoActivity.\n- **@BorrarNotaActivity** 🗑️: Deletes notes, either individually or all at once.\n- **@VerNotaActivity** 👀: Reads the notes created in CrearNotaActivity.\n- **@DataBaseSQL** 💾: Manages the SQLite database with the table structure for storing notes.\n- **@StartActivity** 🏠: The initial screen of the app, showing the database name, and after 2 seconds of inactivity, it transitions to the list of notes.\n- **@NotasAdapter** 🔧: A custom adapter for the note list in ListadoActivity, displaying note text in a TextView.\n\n### Layouts:\n- **activity_borrar_notas.xml** 🗑️: Defines the layout for BorrarNotasActivity.\n- **activity_crear_notas.xml** ✍️: Defines the layout for CrearNotaActivity.\n- **activity_ver_nota.xml** 👀: Defines the layout for VerNotaActivity.\n- **app_bar_listado.xml** 🧰: Defines the menu options bar for ListadoActivity.\n- **listado_activity.xml** 📋: Defines the layout for ListadoActivity.\n- **menu_listado.xml** 🍔: Contains menu items like 'Create' and 'Options' for ListadoActivity.\n\n## 🛠️ How to Use\n\n1. **Clone the Repository**: \ngit clone https://github.com/Ornella-Gigante/Notes_Android.git\n\ntext\n\n2. **Open in Android Studio**: Import the project into Android Studio.\n\n3. **Build and Run**: Build the project and run it on an emulator or physical device.\n\n4. **Explore**: \n- Create notes in **CrearNotaActivity**.\n- View your notes in **ListadoActivity**.\n- Delete notes in **BorrarNotaActivity**.\n- Read notes in **VerNotaActivity**.\n\n## 📚 Learning and Contribution\n\nThis project is a great starting point for learning Android development with Java, SQLite database management, and UI design. Feel free to:\n\n- **Fork** the repository and make your own changes.\n- **Contribute** by submitting pull requests with improvements or new features.\n- **Report Issues** if you find any bugs or have suggestions for enhancements.\n\n## 👩‍💻 Author\n\n- **Ornella Gigante** - *Creator and Maintainer*\n\n## 📜 License\n\nThis project is open-sourced under the [MIT License](LICENSE). Feel free to use, modify, and distribute as per the license terms.\n\n## 🌐 Connect\n\n- [GitHub](https://github.com/Ornella-Gigante)\n- [LinkedIn](https://www.linkedin.com/in/ornella-gigante/)\n\nLet's make note-taking fun and efficient! 📝✨\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fornella-gigante%2Fnotes_android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fornella-gigante%2Fnotes_android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fornella-gigante%2Fnotes_android/lists"}