Archive | Programming

[Android] Database trong Android – P1 Tạo database

Hello everyone, today I begin to guide you a series on Database in Android. To be specific vivid and I will guide you to make the application "Notes" a complete way that uses database

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.

[Algorithm] Count the squares

All taken from the exam: CONTESTS COMPUTING NATIONAL CHILD XIX th - 2013, TABLE B TEST SUBJECT - HIGH SCHOOL FACILITIES. [qads] Threads: For a square table size n × n grid is divided into units, the peak position of the unit squares are called mesh. People want to count the number of squares correspond […]

[Pascal – TUT Basic] Posts 1: Overview of Pascal

The article introduces the total pass on Pascal, the structure of a program and the program pascal hello world.

[Pascal – TUT] Posts 4: Enumeration, the passage, collective

This article we will learn about the types listed, the passage, collective [qads] Original article: vietsource.net

[Pascal – TUT] Posts 5: Arrays

1. Concept Arrays (Array) is a set of fixed elements of the same type called type element. The element type can be scalar type, String, type collections, Record type. [qads] 2. Arrays 1 afternoon a. How to Claim 1: How to 2: Wherein the child must be a domain type, scalar type listed, char or boolean. {However. people often […]

[Pascal – TUT] Posts 6: String

You. Character (tank) 1. Concept char type used to represent the characters of the alphabet, digits and special characters. To perform the information you need to arrange the characters in a table, It is usually arranged in ASCII. ASCII there 256 characters, Each character is assigned codes from 0 to 255. 2. Some related content […]