Simple application with interesting views and animations. It's used just for learning common patterns while for creating a new project also.
- Custom views (ViewPager2, BottomNavigationView)
- Simple onboarding logic
- MVP
- Clean architecture (simplified version)
- Kotlin
- Modules (extracted logic for common cases. As source used examples project https://github.com/boronin-serge/examples/)
- Sergey Boronin
This project is licensed under the MIT License - see the LICENSE.md file for details
- Example of onboarging, custom bottom navigation and viewpager2 code
- Inspiration