Instalist
InstaList. ShoppingList for Android.
Project Download Order
- git clone [email protected]:fhnoorg/einkaufsliste.git
- git submodule update --init --recursive
- In each submodule execute git checkout master (prevents the detached head state)
How to compile
The repository contains a minimal Android Studio Project. Just clone and build the "app"-Module in Android Studio. The first build may need a internet connection as some libraries get downloaded by gradle.
Git submodule (Please read)
Notes
- Always publish (push) the submodule change before publishing (push) the change to the superproject that references it. SO
Dependencies
See app/build.gradle for an always up to date dependency-information.
- EventBus by GreenRobot (Source Code, Apache2-license)
- Android Support Library by Google (Source Code, Apache2-license)
- RecyclerView-library
- Design-library