RestaurantDemo is a sample project demonstrating mvvm approach with using lifecycle, livedata, room, viewmodel, repository, databinding
Android SDK
Latest version of stable Android Studio
Import project -> Build -> Run
Alternative way is:
run ./gradlew :app:assembleDebug
run adb install app/build/outputs/apk/debug/app-debug.apk
run adb shell am start -n "com.bodoss.restaurantdemo/com.bodoss.restaurantdemo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER