/android_Skeleton

Android library with useful classes to be used as a "Skeleton" for an application

Primary LanguageJavaApache License 2.0Apache-2.0

Skeleton JitPack

Android library with useful classes to be used as a "Skeleton" for an application.

Google Play

Setup

Gradle

Top-level build.gradle:

allprojects {
    repositories {
        jcenter()
        maven {
            url 'https://jitpack.io'
        }
    }
}

Application-level build.gradle:

dependencies {
    compile 'com.github.shkschneider:android_Skeleton:4.2.1@aar'
}

AAR

https://jitpack.io/com/github/shkschneider/android_Skeleton/4.2.1/android_Skeleton-4.2.1.aar

Specifications

API

  • minSdkVersion 14
  • targetSdkVersion 22

Libraries

Uses

Demo

Compiling the 'app' module will produce an APK:

  • package: me.shkschneider.app
  • permissions:
    • ACCESS_NETWORK_STATE
    • INTERNET
    • READ_EXTERNAL_STORAGE
    • WRITE_EXTERNAL_STORAGE
  • uses-feature: touchscreen
  • supports-screens:
    • small
    • normal
    • large
    • anyDensity

This application is a demo application that shows an Activity using a Toolbar presenting a NavigationDrawer with multiple Fragments: refreshing layout, webservice calls, refreshable content, fading ActionBar, FloatingActionMenu/FloatingActionButton, SnackBars etc.

Usage

Usage

Packages and classes

Documentation

Author

ShkSchneider

https://github.com/shkschneider/android_Skeleton