This is a simple yet practical Notes App built using Android Studio and Kotlin. It allows users to create, edit, and manage their notes in a user-friendly interface. This project was designed to solidify core Android development concepts while providing a foundation for building more complex applications in the future.
- Create new notes with titles and content.
- Edit existing notes.
- Delete unwanted notes.
- View a list of all notes for easy access.
- Android Studio: Integrated development environment (IDE) for Android app development.
- Kotlin: Modern programming language for Android development, known for its conciseness and readability.
- SQLite (Optional): Local database for storing notes (if you implemented data persistence).
- Android Studio installed on your system.
- Basic understanding of Android development and Kotlin programming.
git clone {"gh repo clone Kus-hal/NotesAppSQLite"}
- Open the cloned directory (NotesApp) in Android Studio.
- Ensure you have an Android emulator or connected device configured.
- Click the "Run" button in Android Studio to launch the app.
We welcome contributions to this project! If you have any suggestions or improvements, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.