Android Dialog Box Example Android Dialog Box Example... Open xml file and below code: < RelativeLayout xmlns:android = "http://schemas. android.com/apk/...
How to create Spinner and perform action in Android Open main XML layout and drop Spinner widget or paste below code: < LinearLayout xmlns:android = "http://schemas. android.com/a...
Add EditText numbers and Diplay on TextView in Android This is very simple application which takes values from edit text boxes and add them and display add to text view when we click on a button...
How to open File from sdcard in Android Just open your main XML file and paste below code: < LinearLayout xmlns:android = "http://schemas. android.com/apk/res/android...
Play Video or Audio File from sdcard in android In this Android Tutorial, we will learn how to play Video or Audio file from sdcard. First, Open your main XML file and drag VideoView and ...