Archive | TUT Android

Andriod programming – Posts 11: ListView trong Android

ListView like its name, List is a list, View is displayed, ie the display list. If you've used an Android phone, you will see it everywhere, from contacts, Friends List, list of chat,… ListView are both. In this article, I will guide you to create single ListView

Andriod programming – Posts 10: Activity Lifecycle

What activities are also principles, Its sequence and too Activity. Activity is a very very important part of an Android application, Hence you should know and need to know about its activities. Activity behavior of such a cycle, so we call it life cycle of Activity.

Andriod programming – Posts 9: Structure Project

Today we will learn the part not related to code too – Android Project structure. This part of the many guides will be introduced shortly the first post, however, according to his friends learn in this class (after studing 8 Beach front) is just beautiful, will not be confused and much easier to acquire.

Andriod programming – Posts 8: Intent – Switching between screens

You guys are very inquisitive child groping her home is how clickable button that can open another screen. Today all of us will do that through a simple app – Register login.

Andriod programming – Posts 7: Toast, CheckBox, RadioButton, Dialog

In this article I will guide you to perform the operation with a number of other basic subjects in Android. To do this all excited and not too monotonous, I will guide you to make an application to enroll at OTVINA Study with basic content as follows: [qads] The principle is this brief. When you enter information […]

Andriod programming – Posts 6: Construction Practice Calculator app

Hello everyone, in 2 before we have gathered all the interface design is relatively more then. To reduce stress and unwind a little, then this article will guide you to make a complete Calculator application using the library Balan

Andriod programming – Posts 5: Interface design with LinearLayoout

LinearLayout is ViewGroup contain other View and manage horizontally or vertically (It is prescribed depending). Like so we lined up, arranged in horizontal or vertical. So when we use LinearLayout pretty easy to handle interface

Andriod programming – Posts 4: Interface design with RelativeLayout

RelativeLayout is ViewGroup contain other View and manage according to the relationship between View in it. Like you sit next to your A B, you sit underneath your C B,…

Andriod programming – Posts 1: Hello World

Android programming is creative process to how you teach your Android phone you do a certain job through a series of commands are summed up in one application. Which means you write the command line – like writing but in a syntax, certain standard rules to create an application that serves the job you need to do.

Andriod programming – Posts 2: TextView, EditText, Button

TextView is an ingredient that helps us to display text on screen.
EditText is a component that allows us to enter data into.
Button is a component that allows us to click to manipulate the handling something.