Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 835 Bytes

File metadata and controls

31 lines (24 loc) · 835 Bytes

GoNoteIt

About

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.

Used libraries

  • LiveData
  • PagedList
  • Room
  • Glide
  • Apollo - GraphQL compliant client for Android
  • OkHttp
  • Dagger
  • RxAndroid + RxJava
  • GSON

How to run

  • Use Android Studio to run this project.
  • In your local.properties file add admob variable with testing id for admob:
    admob = "ca-app-pub-3940256099942544/6300978111"

Author

Natalia Jastrzębska