A simple android app version of my portfolio (also found at schneidervictor.github.io)
This app serves the purpose of showing what I've learned about Android Development!
- Taking advantage of Fragments and their animations to leverage a BottomNavigationBar
- Taking advantage of interfaces/listeners to create callbacks, avoiding null-pointers
- Launching another app at a specific profile/action by leveraging intents
- How to create a pulsing animation
- How to use a circular animation to reveal an activity
- How to combine a ViewPager with a TabLayout to create more structure