Gideon Oyediran
07/10/2023, 6:13 PMColton Idle
07/10/2023, 6:21 PMGideon Oyediran
07/10/2023, 6:28 PMDaniel Weidensdörfer
07/10/2023, 6:41 PMephemient
07/10/2023, 6:54 PMephemient
07/10/2023, 6:55 PMGideon Oyediran
07/10/2023, 7:07 PMJulius Hinze
07/11/2023, 12:09 PMViewPager
and keep track of the state (currentPage). For the animation, center a CircularProgressIndicator
and an Icon
inside of it. It will not look exactly as in your image, but it will conform with Material Design guidelines.
You should define a list of steps, in which each step has a "status" state, e.g. by using StateFlow
or `mutableStateOf.`S each step corresponds to one page of the pager.ephemient
07/15/2023, 12:37 PMGideon Oyediran
07/17/2023, 8:12 AMJulius Hinze
07/17/2023, 8:40 AM