Author Archives: Juned Mughal
How to create onClick event in android on Button click

How to Check Button is clicked or Not. Button is no more without its onclick event function. Because after putting onClick event on button click you can use button. You can get values from EditText, autocompletetextview..etc. Button click function works with setOnClickListener(). So here is the complete step by step tutorial for How…
Android Simple Button Example Tutorial
How to add large medium small text in android app
How to get password input using EditText in android
How to manually update android studio to latest version

Android plugin and platform update tutorial. Android studio is the best IDE for android development but day by day there are lot’s of new technologies coming into development area so android studio is on evolving stage. Google android developers wants there product to best on best list so there are keep…
Android MultiAutoCompleteTextView Tutorial Example

MultiAutoCompleteTextView is same as autocompletetextview but there is a major difference between both of them that autocompletetextview can hold or select only single value at single time but MultiAutoCompleteTextView can hold multiple string words value at single time. These all values are separated by comma(,). So here is the complete…