by DD sharma | Nov 1, 2018 | Android
Number Insertion in android application: Sometimes while dealing with numbers, we don’t want to insert any string inside an number so, we premiliary define an EditText so we externally specify an EditText attribute as android:inputType=”number”...
by DD sharma | Nov 1, 2018 | Android
Email Address Insertion It is used to insert email adrress from the user in the android application.The only point of difference between an EditText and an Emailtext is that EmailText consisits of attribute named as android:inputType=”textEmailAddress”....
by DD sharma | Nov 1, 2018 | Android
ImageView Widget in Android What you should already KNOW? You should be familiar with: 1) Creating, building, and running apps in Android Studio 2) Basics of android widgets Explanation: Image View widget is used to insert the image into an activity. There are...
by DD sharma | Oct 20, 2018 | Android
How to pick Time from the user in android? Write an android example to pick Time from the user and display the date to the user. Android provides controls for the user to pick a Time through a pre-defined dialog box. Picker provides controls for selecting each part of...
by DD sharma | Oct 20, 2018 | Android
How to pick date from the user in Android? Write an android example to pick date from the user and display it. Android provides control for the user to pick a date through a pre-defined dialog box. Picker provides control for selecting each part of the date i.e....
by DD sharma | Oct 5, 2018 | Android
What you should already KNOW? You should be familiar with: 1) Creating, building, and running apps in Android Studio 2) Basics of android widgets Explanation: Image View widget is used to insert the image into an activity. Their are several attributes of the Image...
by DD sharma | Sep 19, 2018 | Android
Multi Auto Complete is a TextView Field user-interface which is used to get multiple strings from the user. XML file: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"...
by DD sharma | Sep 18, 2018 | Android
Explanation: Button is a widget under Buttons section which is used to execute specific code. Example: XML file: <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"...
by admin | Jul 13, 2018 | Android
Android is one of the most successful operating systems available in today’s world. It is an open-source phone platform, compatible with almost all the devices. There are numerous features and operations that can be performed on android enabled devices. We also...