Skip to content

Sujal3013/Notiphy-Project

Repository files navigation

Notiphy

About

A simple Notes app that helps you keep a note of your important stuffs.User can create the tasks based on priorities.They can edit and delete the notes and its parameters.It saves the data in room database.

Screenshots

Application demo

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  1. Android Studio
  2. Kotlin

Libraries

  1. Kotlin- First class and official programming language for Android development.
  2. Coroutines - For asynchronous and more..
  3. Room - SQLite object mapping library.
  4. RecyclerView - Display large sets of data in your UI while minimizing memory usage.
  5. Material Components for Android - Modular and customizable Material Design UI components for Android.
  6. ViewBinding- Generates a binding class for each XML layout file present in that module and allows you to more easily write code that interacts with views.
  7. MVVM Architecture - Model–view–viewmodel (MVVM) is an architectural pattern in computer software that facilitates the separation of the development of the graphical user interface.

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 !

How to Contribute

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages