How to Volley image request - Android Kotlin TienAnhvn November 05, 2020 Tags: How to Volley image request,How to Volley image request example, kotlin Volley image request, android kotlin Volley image request,Vol... Read more No comments:
Volley JsonObjectRequest - Android Kotlin TienAnhvn November 05, 2020Tags: Volley JsonObjectRequest, Volley JsonObjectRequest Kotlin, Volley JsonObjectRequest Android example, Kotlin Volley JsonObjectRequest, ... Read more No comments:
Volley JsonArrayRequest - Android Kotlin TienAnhvn November 05, 2020Tags: Volley JsonArrayRequest, Volley JsonArrayRequest Android Kotlin, Volley JsonArrayRequest example, Volley JsonArrayRequest Android exam... Read more No comments:
EditText set max length programmatically | Android Kotlin TienAnhvn September 02, 2020 EditText set max length programmatically MainActivity.kt class MainActivity : AppCompatActivity() { override fun onCreate(savedInstance... Read more No comments:
EditText input filter decimal | Android kotlin TienAnhvn September 01, 2020EditText input filter decimal MainActivity.kt class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundl... Read more No comments:
How to EditText limit number range Android kotlin TienAnhvn September 01, 2020How to EditText limit number range Android kotlin MainActivity.kt class MainActivity : AppCompatActivity() { override fun onCreate(saved... Read more No comments:
How to EditText min length in Android Kotlin TienAnhvn September 01, 2020MainActivity.kt class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(s... Read more No comments:
EditText numbers only programmatically Android kotlin TienAnhvn September 01, 2020MainActivity.kt class MainActivity : AppCompatActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(s... Read more No comments:
ListView Section Header Kotlin Android Example TienAnhvn April 24, 2020 We will make listview Group by Header means that listview items will be sorted by the header. Section header means that a header among lis... Read more No comments:
Android kotlin - ListView add header example TienAnhvn April 24, 2020 ListView add header in Android kotlin example MainActivity.kt class MainActivity : AppCompatActivity() { override fun onCreate(save... Read more No comments:
Kotlin basic syntax - Kotlin Tutorial TienAnhvn April 13, 2020 Kotlin files have a .kt suffix. Package declaration The beginning of the code file is generally the package declaration: package com . ... Read more No comments:
Kotlin Android environment setup TienAnhvn April 13, 2020 Install Kotlin plugin Android Studio will install Kotlin plug-in from version 3.0 (preview). Open the Settings (Mac Preferences) panel, f... Read more No comments:
compile and run Kotlin from command line TienAnhvn April 13, 2020 Prerequsite: Kotlin runs on jvm, which means java runtime is required to run it. Install sdkman from command line if it is not installed y... Read more No comments:
Kotlin Compile Kotlin using command line TienAnhvn April 13, 2020 Kotlin command line compilation tool download address: https://github.com/JetBrains/kotlin/releases/tag/v1.1.2-2 , currently the latest is... Read more 2 comments: