Sunday, October 11, 2020

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(...

    Monday, August 12, 2019

    How to center Vertical and Horizontal div in css

    Hello to you today I will introduce a code css that we frequently encounter when designing websites that center vertical and horizontal in ... thumbnail 1 summary
  • Hello to you today I will introduce a code css that we frequently encounter when designing websites that center vertical and horizontal in ...

    Tuesday, July 30, 2019

    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 ...

    Monday, February 18, 2019

    Angular 7 - Tutorial reader json in Angular example

    Today I will continue to show you how to read a json Angula r file to get the data from angular7 the easiest way, and the following is a de... thumbnail 1 summary
  • Today I will continue to show you how to read a json Angula r file to get the data from angular7 the easiest way, and the following is a de...

    Angular 7 - Tutorial angular 7 form login example

    The following I will introduce and present you the lessons, examples of Angular 7,today I will present the steps to create an Angular login ... thumbnail 1 summary
  • The following I will introduce and present you the lessons, examples of Angular 7,today I will present the steps to create an Angular login ...

    Friday, January 18, 2019

    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

    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...