How to RecyclerView smooth scroll - Kotlin Example TienAnhvn October 13, 2021 MainActivity.kt class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(... Read more 2 comments:
How to RecyclerView animation - Kotlin Example TienAnhvn October 13, 2021 MainActivity.kt class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(... Read more 1 comment:
Create carousel layout with the power of recyclerview by creating custom layout manager TienAnhvn October 10, 2021Gradle Add below codes to your root build.gradle file (not your module build.gradle file). allprojects { repositories { mave... Read more 2 comments:
Create GradientDrawable Programmatically - Android Kotlin TienAnhvn October 09, 2021Create GradientDrawable Programmatically - Android Kotlin Create MainActivity.kt class MainActivity : AppCompatActivity() { override fun... Read more 1 comment:
Android WorkManager example for periodic tasks TienAnhvn July 24, 20211. Added JAVA 1.8 compile options in the gradle file. compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibili... Read more 1 comment:
How to create a WebView in an Android App using Kotlin TienAnhvn July 06, 2021Another scenario in which WebView can help is if your app provides data to the user that always requires an Internet connection to retrieve... Read more No comments: