Android

How to Make Horizontal RecyclerView Easily – Android Studio Tutorial

We can make Horizontal RecyclerView or Horizontal Scrolling in RecyclerView in Android using LinearLayoutManager. If you’ve used LinearLayout, you might have noticed that you can set the layout orientation to both horizontal and vertical. Similarly, you can set the orientation of a RecyclerView using the LinearLayoutManager that we set to the recyclerView. Let’s see how …

How to Make Horizontal RecyclerView Easily – Android Studio Tutorial Read More »

Android RecyclerView Row Slide in Animation on Scroll

Animations in your Android App have a huge impact on how the user perceive your app. Creating Animations have been constantly simplified with newer APIs that Google provides. Feel free to check out our tutorial on enabling default Animation of visibility changes. Now, on to the matter at hand: Animating the rows of RecyclerView when …

Android RecyclerView Row Slide in Animation on Scroll Read More »

Animate View on Visibility (Visible – Gone) Changes Android Example

Animations can separate your app from normal “Just Functional” app and give you app a more polished feel. There are a lot of options how you can show animations on Android, however there is a very easy way to animate layout changes that will make your app look and feel better and more natural.  Android …

Animate View on Visibility (Visible – Gone) Changes Android Example Read More »

Exit mobile version