Translate To Your Own Langauge

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:
...
by Unknown · 38

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...
by Unknown · 222

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...
by Unknown · 31
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...
by Unknown · 16
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...
by Unknown · 25
Subscribe to:
Posts (Atom)
You may be interested in:
- Registration Form in Android with Validation
- Login with Validation (Android Example)
- Implementing Tab Example in android using TabActivity
- Splash screen in Android using Thread
- Showing Map
- button in android example
- Spinner Android Example
- Change the Profile Mode Programmatically (Android Example)
- Login Example (Android)
- Generating Google APIs