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 · 38

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...

Read more »

by Unknown · 222

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...

Read more »

by Unknown · 31

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...

Read more »

by Unknown · 16

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...

Read more »

by Unknown · 25

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