As a digital consulting company we deem it important to give back to the community and continue to publish open source software on our GitHub page, expose our deployment architecture models, and spin up frameworks like Fulton to build API servers, clients, and applications quickly and practically.
In exploring new ways to improve Android apps we found a great tip on how to add some sizzle to your Android app, simply by using the transition and animation support built into the fragment framework. Let’s talk about Android Fragment Animations:
To use one of the built-in Transitions, use the setTranstion() method:
(more…)