GoNoteIt is an application to take and share notes. In this repository you can find Android application for GoNoteIt which was started as Capstone Project for Android Developer Nanodegree at Udacity.
App is written in Java as it is nanodegree requirement. I've used MVVM as architectural pattern and Android Architecture Components.
- LiveData
- PagedList
- Room
- Glide
- Apollo - GraphQL compliant client for Android
- OkHttp
- Dagger
- RxAndroid + RxJava
- GSON
- Use Android Studio to run this project.
- In your
local.properties
file addadmob
variable with testing id for admob:admob = "ca-app-pub-3940256099942544/6300978111"
Natalia Jastrzębska