A simple scene manager for Android.

Coffee Scene Sample Screenshot
Coffee Scene Sample Screenshot
Coffee Scene Sample Screenshot
Update
Mar 27, 2023
Developer
Category
Installs
100+
Rate
0
CoffeeScene allows to switch the current scene of an Activity, ViewGroup and Fragment (v4 supported).
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'
}