Sunday, October 11, 2020

EditText set max length programmatically | Android Kotlin

EditText set max length programmatically | Android Kotlin

 MainActivity.kt class MainActivity : AppCompatActivity() {     override fun onCreate(savedInstanceState: Bundle?) {         super.onCreate(... thumbnail 1 summary
  •  MainActivity.kt class MainActivity : AppCompatActivity() {     override fun onCreate(savedInstanceState: Bundle?) {         super.onCreate(...

    Tuesday, July 30, 2019

    Change EditText bottom border color Android

    Change EditText bottom border color Android

    Hello everyone today I will introduce you to Change Android EditText bottom border color , the following are issues and questions from many ... thumbnail 1 summary
  • Hello everyone today I will introduce you to Change Android EditText bottom border color , the following are issues and questions from many ...

    Friday, January 18, 2019

    How to animation in XML on Android

    How to animation in XML on Android

    Android offers to developers a great Animation API that lets them to create easily frame animation in XML or programmatically. In the fol... thumbnail 1 summary
  • Android offers to developers a great Animation API that lets them to create easily frame animation in XML or programmatically. In the fol...

    Friday, January 11, 2019

    Android rotate zoom drag image in imageview on touch example

    Android rotate zoom drag image in imageview on touch example

    ImageView Rotate, Zoom in and out, and Drag on touch Step 1: MainActivity.class import android.app.Activity; import android.gr... thumbnail 1 summary
  • ImageView Rotate, Zoom in and out, and Drag on touch Step 1: MainActivity.class import android.app.Activity; import android.gr...

    Thursday, January 10, 2019

    How to CalendarView like Google Calendar in Android

    How to CalendarView like Google Calendar in Android

    CalendarView like Google Calendar in Android Step: 1 Add Dependency to build.gradle compile 'com.github.sundeepk:compact-calen... thumbnail 1 summary
  • CalendarView like Google Calendar in Android Step: 1 Add Dependency to build.gradle compile 'com.github.sundeepk:compact-calen...

    Friday, January 4, 2019

    How to Select Image from Gallery with Intents in android

    How to Select Image from Gallery with Intents in android

    How to Select Image from Gallery with Intents in android Choose an image from the gallery that’ll be displayed by the application (and e... thumbnail 1 summary
  • How to Select Image from Gallery with Intents in android Choose an image from the gallery that’ll be displayed by the application (and e...

    Thursday, January 3, 2019

    How to custom button rectangle in Android

    How to custom button rectangle in Android

    How to custom button rectangle in Android Video use: Type 1. <?xml version="1.0" encoding="utf-8"?> ... thumbnail 1 summary
  • How to custom button rectangle in Android Video use: Type 1. <?xml version="1.0" encoding="utf-8"?> ...