Skip to content
/ DemoAppy Public

Quick demo app for a friend, basic networking (GET) and persist to SQLite

Notifications You must be signed in to change notification settings

macu/DemoAppy

Repository files navigation

DemoAppy

NOTES:

  • Internet permissions declared in app manifest.
  • Timber logging installed from within DemoApp. (DemoApp extends Application, so it is mentioned in the app manifest.)

In build.gradle

compile 'com.jakewharton.timber:timber:3.1.0' compile 'com.squareup.okhttp:okhttp:2.5.0'

In res/raw

A schema SQL and migration SQL script for example use with DemoDB which has migration code in place. See also the utility method to load raw resource files.

About

Quick demo app for a friend, basic networking (GET) and persist to SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages