KC Blog

Learning Android Kotlin Custom UI Techniques - Switching Views and Dropdown Animation Tutorial - 01

2 min read
AndroidDev#Android

Actual Effect

The easiest way to understand is to watch the video first. The effect is as shown in the video:

Cover

In this demo, you will see:

I also inherited some classes (only listing the main ones used):

In this article, I will first introduce some features of this demo, such as: The effect of the central imageView fading in and out as you scroll.

Cover Cover

The second step is to customize a left and right sliding recycler view, including:

Cover Cover

Finally, here are some common parameter adjustments,

color code settings,

or other view block settings, etc.

If you're interested, keep reading!

Please refer to:

Related Articles

Related content based on tags and categories

4 min read

Mastering Android Persistent Storage: Kotlin and Room Database Practical Tutorial

In this practical tutorial, we will delve into how to use Kotlin and Room to achieve persistent storage in Android applications. Whether you are a beginner or an experienced developer, this tutorial will provide you with practical knowledge and techniques to help you develop Android applications more effectively. Let's explore the powerful features of Kotlin and Room databases together and seamlessly integrate them into your next Android project!

📁 AndroidDev
#Android#Kotlin
4 min read

Android Kotlin: Recreating the Classic Snake Game, Playable in Less Than a Day!

In this tutorial, we will guide you step-by-step to create the classic Snake game, allowing you to fully experience the fun of game development during the learning process! Whether you are a beginner or an experienced developer, this hands-on tutorial will deepen your understanding of the Kotlin language and game development. Let's revisit this timeless game and create your own classic memories!

📁 AndroidDev
#Android#Kotlin
5 min read

Create a Smooth Android App Navigation Experience! Navigation with Kotlin: Solve Your App Navigation Issues in One Article!

Create a Smooth Android App Navigation Experience! Using Jetpack Navigation with Kotlin, your app navigation issues will no longer be a problem. With the powerful features of Jetpack Navigation with Kotlin, you can easily manage the various screens and workflows within your app, creating a smoother and more user-friendly experience.

📁 AndroidDev
#Android#Kotlin+1