A simple scene manager for Android.
This library can be usefull if you want to switch from a spinner loader to your main content or a placeholder for example.
This project is on github : https://github.com/geronimoagency/CoffeeScene-Android
Include the dependency with gradle :
dependencies {
compile 'com.geronimostudios.coffeescene:coffeescene:0.0.1'
}