Tag: Animation
-
Android RecyclerView Item Animations in Kotlin [Example]
It’s very useful to know about recyclerviews. in this post, I have explained all about animating recyclerview using the simple anim XML file.
-
Easy animation on splash screen In android using jetpack compose
The splash screen is one of the main screens that every android application is having it. So, let’s see the steps to create the splash screen on our jetpack compose the project.