Skip to content

A minimal notes application in Kotlin with MVVM architecture. Built with components like DataStore, Coroutines, Room etc.

Notifications You must be signed in to change notification settings

BOSS6292/PinNote

Repository files navigation

📝PinNote

A simple NotesApp app made in Kotlin. It enables the user to make a list of To-Do work. The app is user friendly and the user shall find it extremely easy to find stored note. It demonstrates the use of Coroutines, Room Databse, CRUD Operation. All Changes are stored in the Room database.

Built With 🛠

  • Kotlin - First class and official programming language for Android development.

  • Coroutines - Coroutines are light-weight threads that allow you to write asynchronous non-blocking code. Kotlin provides the kotlinx.coroutines library with a number of high-level coroutine-enabled primitives.

  • Dao - Data Access Objects are the main classes where you define your database interactions. They can include a variety of query methods.

  • Room database - The Room persistence library provides an abstraction layer over SQLite to allow fluent database access while harnessing the full power of SQLite. In particular, Room provides the following benefits: Compile-time verification of SQL queries.Convenience annotations that minimize repetitive and error-prone boilerplate code.Streamlined database migration paths.

🔥 Screenshots

app_scrn 4

💻 Tech Stack

Backend: Kotlin

Frontend: XML

🔨 Build and Run Application

Follow this steps to get Working Project!

1. Clone this repository or download file
2. Extract zip if downloaded code
3. Open project in Android Studio
4. Wait while Android Studio Download gradle or required files
5. Hit Run Button !

Contact 📩

Have an project? DM us at 👇

Drop a mail to:- [email protected]

ℹ️ Support

For support, email [email protected]

About

A minimal notes application in Kotlin with MVVM architecture. Built with components like DataStore, Coroutines, Room etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages