Monday, 13 June 2016

How to create Registration form in android ?


android.jpg

Here I have created a registration form in android. In my registration form i have used validation function to check inputs like email ,name,age etc. And I have also used check box , radio button and spinner function. Therefor below example will clearly described you to make Registration form.
Step(1)- create main.xml layout file. For (Inputs data)
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.   xmlns:tools="http://schemas.android.com/tools"
  3.   android:layout_width="match_parent"
  4.   android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
  5.   android:paddingRight="@dimen/activity_horizontal_margin"
View the full code about How to create Registration form in android ? at findnerd.
Want to read such more blogs about Android, Click here>>

No comments:

Post a Comment