Skip to content

simonnepinto/notegenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notegenix

Overview 📝

Notegenix is an android application that implements the MVVM architecture to allow users to generate and share their notes.

It provides a database-driven note taking experience where the data is stored in a SQLite database using Room architecture components. The LiveData is then fetched from the ViewModel and loaded into a Recycler View.

Tools required

In order to use this application, you must have the following installed:

  • Android Studio
  • Android SDK version 29 (Can be installed from within Android Studio, or with homebrew brew install android-sdk)
  • JDK8
  • An Android device or emulator

Getting Started 🚀

How To Use 🔧

Clone the Project

From your command line:

# Clone this repository
$ git clone https://github.com/simonnepinto/notegenix.git

This command will copy the entire project to your local environment

Running the app

  1. Pull down the code locally.
  2. Open Android Studio and select 'Open an existing Android Studio Project'
  3. Navigate to checked out repository.
  4. Inside 'notegenix' folder, select 'settings.gradle' file
  5. Run the application.

Demo 🛠️

About

Notes generating app implementing Android architecture components:pencil:

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages