/cardtasker

Simple project for learning custom views

Primary LanguageKotlinMIT LicenseMIT

CardTasker

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/)

Authors

  • Sergey Boronin

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Example of onboarging, custom bottom navigation and viewpager2 code
  • Inspiration