A set of Android shortcuts that I've made working on tons of projects.
- Import or copy the classes
- Add the dependencies (if necessary)
- Extend and create
- MagicView Create array adapters and recycle view adapters only given an xml and binding it to a model.
- Navigation Bottom Navigation bar with animation. Tab view ..etc
Also UI and themes resources that (some required for the UI libs) styles.xml colors.xml anim drawable layout
- AlarmScheduler Create repeated actions given an interval.
- HTTPClient Create Restful API clients wrapping Google's Volley lib.
- MagicTimestamp Create and convert timestamps.
- NotificationTriggerer Create notifications/foreground notifications and trigger them.
- MiniUitlity Small cool stuff.
- Persistent Create your app settings.
- FirebaseMagicChat Handle Firebase message easier.
- MagicDatabase Create a model and added as a table for a DB.