BOSS6292 / PinNote

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

📝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:- tbomble6292@gmail.com

ℹ️ Support

For support, email tbomble6292@gmail.com

About

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


Languages

Language:Kotlin 100.0%