... intent mới và đặt action = "Calculate" Intent intent = new Intent( ); intent. setAction("Calculate"); // Lấy dữ liệu nhập vào trong Editbox String strNum1 = txtNum1.getText().toString(); ... Activity 2 startActivityForResult (intent, INTENT_REQUEST_CO DE) ; } Chú ý: INTENT_ REQUEST_CODE ở đây là một số nguyên do người lập trình định trước ở...
Ngày tải lên: 21/01/2014, 22:20
... Bài 6: Tự học lập trình Android - Android SQLite Database 0. Giới thiệu SQLite Database Mỗi ứng dụng đều sử dụng dữ liệu, dữ liệu có thể đơn giản hay đôi khi là cả 1 cấu trúc. Trong Android ... dụng cơ sở dữ liệu là SQLite). Trong Android , cơ sở dữ liệu mà bạn tạo cho 1 ứng dụng thì chỉ ứng dụng đó có quyền truy cập và sử dụng, các ứng dụng khác thì không. Khi đã...
Ngày tải lên: 20/03/2014, 21:21
Lập trình Android cơ bảh: Bài 1 ppt
... Mr_ThinhVn 18 -08-2 013 – http://timvieclam.ws/ 1 Bài 1: Lập trình Adroi cơ bản Yêu cầu kiến thức cho lập trình Android: Để lập trình android, mình nghĩ mọi người ... Android (tuy nhiên 1 số kỹ thuật cơ bản cho lập trình game 2D như Sprite, double buffering, Tile thì vẫn ko hề phí phạm chút nào ) Cài đặt Android để lập trình: Để lập trình...
Ngày tải lên: 25/03/2014, 16:06
lập trình android (phần 4) pptx
... xmlns :android= "http://schemas .android. com/apk/res /android& quot; package="com.msi.manning.chapter5.widget"> <application android: icon="@drawable/icon" android: label="@string/app_short_name"> ... android: label="@string/app_short_name"> <activity android: name=".WidgetExplorer" android: label="@strin...
Ngày tải lên: 05/07/2014, 20:21
lập trình android (phần 6) pptx
... encoding="utf-8"?> <LinearLayout xmlns :android= "http://schemas .android. com/apk/res /android& quot; android: orientation="vertical" android: layout_width="fill_parent" android: layout_height="fill_parent" ... encoding="utf-8"?> <LinearLayout xmlns :android= "http://schemas .android. com/apk/res /android& quot;...
Ngày tải lên: 05/07/2014, 20:21
Lập trình Android với ToggleButton ppt
... < ;ToggleButton android: text=" ;ToggleButton& quot; android: id="@+id /toggleButton1 " android: layout_width="wrap_content" android: layout_height="wrap_content" android: textOn="yello" ... > <TextView android: layout_width="fill_parent" android: layout_height="wrap_content" android: text="D...
Ngày tải lên: 07/08/2014, 07:21
Lập trình Android: Chữ chạy (TweenAnimation) ppt
... xmlns:android="http://schemas.android.com/apk/res/android" android:fromDegrees="0" android:toDegrees="360" android:toYScale="0.0" android:pivotX="40%" android:pivotY="30%" android:duration="2000" ... xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layou...
Ngày tải lên: 07/08/2014, 08:22
Lập trình Android: Tạo hình nền (WallPaper) pptx
... e.printStackTrace(); } }}); Lập trình Android – http://laptrinhdidong.vn Page 3 Trung tâm Tin học – ĐH KHTN Tạo hình nền tự chọn WallPaper Hẳn các bạn đã quen với việc chỉnh hình nền cho điện thoại bằng ... xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layou...
Ngày tải lên: 07/08/2014, 08:22
Lập trình Android: Game Caro full pptx
... handler.sendMessage(Message.obtain(handler, 2)); } resizegame(x); } else if (isFull()) { System.out.println("Loose"); handler.sendMessage(Message.obtain(handler, 3)); resizegame(x); } Lập trình Android – http://laptrinhdidong.vn ... { private Game game1; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) {...
Ngày tải lên: 07/08/2014, 09:21
Lập trình Android: Giải Phương trình bậc 2 ppt
... Trung tâm Tin học – ĐH KHTN android:layout_height="117dp" android:layout_weight="0 .25 " android:layout_width="match_parent"/> </LinearLayout> 3/ ... trong file PTbac2.java như sau: package com.exam.PTbac2; import android.app.Activity; import android.os.Bundle; import android.widget.*; import android.view.*; public class PTbac2 extends Activity ... 0)...
Ngày tải lên: 07/08/2014, 14:20
Lập trình Android: Tạo bảng màu với ScrollView pptx
... /> </TableRow> <TableRow> <View android:layout_height="80px" android:background="#aa8844" /> <TextView android:text="#aa8844" android:paddingLeft="4px" android:layout_gravity="center_vertical" ... /> </TableRow> <TableRow> <View android:layout_height="80px" android:background="#ffaa88&qu...
Ngày tải lên: 07/08/2014, 23:20
Lập trình Android: Chỉnh Ngày Giờ pptx
... nút Chỉnh giờ sẽ hiện ra Dialog như sau: Lập trình Android – http://laptrinhdidong.vn Page 4 Trung tâm Tin học – ĐH KHTN Chỉnh Ngày và giờ Chắc các bạn cũng biết ta thường hay chỉnh ngày và giờ ... DateTimePicker. Thế nhưng nếu ta chỉnh ngày riêng và giờ riêng thì sao ?? Trong 1 vài ứng dụng thì người ta thường hạn chế không cho chỉnh ngày , chỉ cho chỉnh g...
Ngày tải lên: 08/08/2014, 01:22
Lập trình Android: Alert + Toast ppt
... > <Button android:id="@+id /alert& quot; android:text="Raise an alert& quot; android:layout_width="fill_parent" android:layout_height="wrap_content"/> <Button android:id="@+id /toast& quot; android:text="Make a toast& quot; android:layout_width="fill_parent" android:layout_height="wrap_content"/> </LinearLayout>...
Ngày tải lên: 08/08/2014, 03:21
Lập trình Android: Quản lý Tiến Trình ppt
... super.onStop(); isRunning=false; } } Vậy tiến trình sẽ ngũ (sleep) trong 1s để CPU xử lý chuyện gì đó (1 tiến trình khác của ứng dụng chạy song song chẳng hạn). Lập trình Android – http://laptrinhdidong.vn ... chẳng hạn). Lập trình Android – http://laptrinhdidong.vn Page 2 Trung tâm Tin học – ĐH KHTN Lập trình Android – http://laptrinhdidong.vn Page 3
Ngày tải lên: 08/08/2014, 03:21
Lập trình Android: Tạo và chạy Library ppt
... công cụ lập trình hiện nay đều hỗ trợ các phương thức như Class, Lib… Và sau đây mình sẽ demo các tạo và chạy 1 Lib trong Android. Mình sẽ tạo 2 Project khác nhau trong cùng 1 workspace và cho ... package="com.androidbook .library. testlibraryapp" android:versionCode="1" android:versionName="1.0.0"> <application android:icon="@draw...
Ngày tải lên: 08/08/2014, 10:21