Loading...

Simple Android Contact Form XML UI Design

In website almost all sites use contact form to get feedback about product or other information. But in mobile application, there may not be use of contact form in all applications. In android, feedback can be got directly from PlayStore. In this tutorial, I am going to show how to create a simple contact form UI design for android application only using XML.

Here you will learn to make simple contact form UI design; we are not working with java programming and any database, here is only XML code.

Related:
Android EditText Example
Android Floating Labels for EditText Using Design Support Library
Android Auto Complete using AutoCompleteTextView and MultiAutoCompleteTextView

Android Example: How to Make Simple Android Contact Form UI Design


Following is the content of XML layout file, colors.xml file, strings.xml file and default code of java activity file.

XML Layout File

In the XML layout file I have added several EditText for name, email, phone and message. And also I have added a TextView for title & a button for submitting the information. Following is the complete content of XML layout file.

res/layout/simple_android_contact_form_ui_design.xml

Colors.xml File


Here I have defined color value for status bar, ActionBar/AppBar/Toolbar and other color also.

res/values/colors.xml

Java Activity File


Following is the default code of java activity file.

src/SimpleContactFormUIDesign.java


Strings.xml File


res/values/string.xml

Android Example: How to Make Simple Android Contact Form UI Design

Now, run your Simple Android Contact Form XML UI Design application, which will look like above screenshot.
XML 6849546798283789159
Home item