v3.2.2
Appwoodoo is the simplest way to add an admin panel to existing or new apps, to edit their content.
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.
- Rich-text pages: stories, news, terms and conditions pages
- Remote settings and A/B tests
- Push notifications
- Dialogs & scheduled pop-ups
- Photos & galleries (coming soon)
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).
3.2.2
: Package and Appwoodoo version deprecation3.2.1
: New example app3.0.1
: Initial StoryWall feature2.6.0
: Support to set your own notification sounds
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)