Translate To Your Own Langauge

Implementing Tab Example in android using TabActivity


Tab is the best way to display more than one page in a single page. For example, we have three .xml files and we want to show one file at a time but if user wants to see other files then he/she can see those by clicking on the tabs. The concept can be more cleared with the following example:



As shown in the above screenshot that we have three tabs in our example i.e
  • Home
  • About us
  • Contact us
We will implement Tab example by extending TabActivity class into our mainActivity class. Follow these steps:

Read more »

by Unknown · 37

Registration Form in Android with Validation


When we deal with some kind of authentication, the only solution is Login interface. But before login, everyone needs some interface through which they can provide their information. This is known as registration process. So for Registration, we need UI. In my today’s tutorial, I will show you how to make a working Registration form in android with validation. So let us start with these simple steps:

Read more »

by Unknown · 217

Login with Validation (Android Example)




Now here we move to the next step which is very important when we deal with the Login page in android app Development. Many of the time, we just forget to apply the validations on the EditText provided for username and password. This is the problem with fresher.  In this tutorial, we will learn that how to apply validation to the username and password field to make a Login page with validation so that user must have to fill all the required fields. Just follow these steps:

Read more »

by Unknown · 29

button in android example

As we know that in any technology, if you want to apply some functionality to the UI on the user interaction then best way is to use Button. In android, we can use two type of buttons. i.e
  • Button
  • ImageButton.
In this tutorial, i am going to tell you about how to implement the button in android. I will use an example so that you could easily understand the concept. In my example, I have used two buttons so that you can compare their functionality. These are the steps:

Read more »

by Unknown · 13

Splash screen in Android using Thread

Splash Screen is one of the most important topic in Android app Development. In almost every app, we see a screen for a short time and then actual Home screen is displayed. The purpose of this screen is to display logo of our app or any advert in our app. In this tutorial, I will show you the actual implementation of "Splash screen in Android using Thread". Before going in detail, one should know the use of Thread.
Definition: A thread is a single sequential flow of control within a program.
Now you have a rough idea about what is thread. Now we will use this concept to implement Splash screen in Android using Thread. For this, you need two XML files and Two .java files. Layout Doesn't matter in this tutorial because we are dealing with code in this example but still i am providing the xml code for you.
Follow these steps:

Read more »

by Unknown · 23

Blogger Widgets
All Rights Reserved Android Tutorials | Designed by: Deepak Anand