You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or your first android application example - social media!
Here is preview:
FirstApp.mp4
Features:
Because this is my first project, you can find many basic features: Navigation, XML, Fragments, ViewModels, etc. But some of them were challenging, so I want to highlight them.
Dependency injection with
Application, fragments and viewModels have annotations
you can find singleton, and it's injection
Coroutines and flows:
For example you can find an implementation of a coroutine that awaits network response and emits state to flow.
is an example of rendering nav graphs based on flow collect.
Timers: for example, you can find viewPager with autoscroll.
Animation: is my animation with ObjectAnimator.
Custom RecyclerView divider: you can find implemetation.