Skip to content

The simplest way to add an admin panel to existing or new apps, to edit their content.

License

Notifications You must be signed in to change notification settings

appwoodoo/appwoodoo-android-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appwoodoo Android SDK

v3.2.2

Appwoodoo is the simplest way to add an admin panel to existing or new apps, to edit their content.

Quick start

To see the example app at work, open the Example folder with Android Studio, run a Gradle update and then run the app on any device or emulator.

example app

Features:

Usage

Adding Appwoodoo to any Android app is as simple as adding these two lines to the app's Gradle build:

dependencies {
    compile 'com.google.android.gms:play-services-gcm:10.2.0'
    compile 'com.appwoodoo:appwoodoo:3.2.2'
    ...
}

If the jCenter repository is not included yet, then in the same build file:

repositories {
    jcenter()
    ...
}

See the full documentation here (or check out the Example app's code for details).

Recent version highlights

  • 3.2.2: Package and Appwoodoo version deprecation
  • 3.2.1: New example app
  • 3.0.1: Initial StoryWall feature
  • 2.6.0: Support to set your own notification sounds

About

Feel free to open tickets on this package or change the code in any way. You can also send an e-mail to info-AT-appwoodoo.com with your ideas and suggestions. Special thanks to @sianis for already having done so.

Copyright (c) 2013-2017 Appwoodoo (appwoodoo.com)

About

The simplest way to add an admin panel to existing or new apps, to edit their content.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages