Sunday, October 11, 2020
EditText set max length programmatically | Android Kotlin
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 ... July 30, 2019Friday, 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... January 18, 2019Friday, 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... January 11, 2019Thursday, 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... January 10, 2019Friday, 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... January 04, 2019Thursday, 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"?> ... January 03, 2019Wednesday, January 2, 2019
How to custom round imageview in android example
How to custom round imageview in android example
How to custom round imageview in android example res/drawble/custom_round_image.xml <selector xmlns:android="http://sche... January 02, 2019How to create shadow effect on textview in Android example
How to create shadow effect on textview in Android example
How to create shadow effect on Textview in Android example Hi every one , today i introduce about shadow effect text in textview android ... January 02, 2019Tuesday, January 1, 2019
How to create a round/circle Button in Android
How to create a round/circle Button in Android
Today I will show you how to create a round / circle Button in Android to accomplish this problem, please follow the article below. I wish... January 01, 2019Friday, December 28, 2018
Android Textview multiline example
Android Textview multiline example
TextView is used to display text on Android application. By default, TextView displays text on one line and if long, TextView will automati... December 28, 2018Wednesday, December 26, 2018
Text Scanner from image on android example
Text Scanner from image on android example
Text image is a type of text in the form of images, so that we can copy this text, we must use the camera to read this type of text and give... December 26, 2018Library TextRecognizer on Android
Library TextRecognizer on Android
TextRecognizer is This library extend google vision , and initilay it read text from image. for reading text from image you have to give i... December 26, 2018Custom Popup Window on Android studio
Custom Popup Window on Android studio
The Custom Popup Window is a custom for views to display information and functions when users want to handle events in the popup. To mak... December 26, 2018Tuesday, December 25, 2018
Android example - Android Popup Window Example
Android example - Android Popup Window Example
Introducing the popup window in Android. Popub windown Android is a phenomenon that displays information or notifies when a user clicks t... December 25, 2018Android Example - Circle shape in XML drawable file on Android
Android Example - Circle shape in XML drawable file on Android
Android Example Hi Everyone. Circle shape used to customize images in a circle or display text in a circle. Today I will introduce you ... December 25, 2018
Subscribe to:
Posts (Atom)