... 18-08 -20 13 – http://timvieclam.ws/ 1 Bài 2: Lập trình Android cơ bản. Trong bài 1 mình đã giới thiệu sơ lược về các thành phần cơ bản của Android cũng như việc sử dụng XML để lập trình ... android: hint=" 12& quot; android: textColorHint="@color/hint_color" android: textSize=" ;20 px" android: gravity="center" android:...
Ngày tải lên: 25/03/2014, 16:06
... intent.setData(MediaStore.Images.Media.EXTERNAL_CON TENT_URI); startActivity(intent); Activity trong Android Trần Vũ Tất Bình Lifecycle của Activity Liờn lc gia 2 activity ã Cú th khi ng một activity với một yêu cầu nào đó và activity kia ... thống sẽ tìm activity tương ứng để khởi động. Activity? ã Activity l mt trong 4 thnh phn chớnh ca mt ng dng Androi...
Ngày tải lên: 27/06/2014, 01:20
Lập trình Android tiếng việt - Thiết kế giao diện trên android docx
... (lưu ý Layout cng l mt view nhộ) ã Cú th thit k giao diện trong code java hoặc trong file xml trong thư mục layout. Thiết kế giao diện trên Android MultiUni Trần Vũ Tất Bình ... encoding="utf-8"?> <LinearLayout xmlns :android= "http://schemas .android. com/apk/res /android& quot; android: orientation="vertical" android: layout_width="...
Ngày tải lên: 27/06/2014, 01:20
Lập trình Android TV part 1 docx
... savedInstanceState) { super.onCreate(savedInstanceState); TextView tv = new TextView(this); tv. setText("Hello, Android& quot;); setContentView (tv) ; } } – Create activity: HelloWorldActivity ... trong 2 thư mục đó, đều có đoạn này: <TextView android: layout_width="fill_parent" android: layout_height="wrap_content" android: text=“@st...
Ngày tải lên: 02/07/2014, 12:20
Lập trình Android TV part 4 docx
... <activity android: name=".HelloBootActivity" android: theme=" @android: style/Theme.Dialog"> </activity> ã Cũn activity chỉ hiển thị một cái TextView là “Chào ... kin ny <uses-permission android: name=" ;android. permission.RECEIVE_BOOT_COMPLETED" /> ã Khai báo receiver bên trong thẻ application <receiver android: name=".Boot...
Ngày tải lên: 02/07/2014, 12:20
lập trình android (phần 9) docx
... 381 importance 382 Android packages 34 android. app 34 android. content 34 android. graphics 34 android. net 34 android. opengl 34 android. os 34 android. provider 34 android. telephony 34 android. text 34 android. util ... 34 android. util 34 android. view 34 android. webkit 34 android. widget 34 Android Project Wizard 43 Android resource files Drawables 44 Layout 44 Valu...
Ngày tải lên: 05/07/2014, 20:21
Lập trình Android: Notification docx
... {0,100,200,300}; notification. vibrate = vibrate; notification. ledARGB = Color.RED; notification. ledOffMS = 300; notification. ledOnMS = 300; notification. defaults |= Notification. DEFAULT_LIGHTS; / /notification. flags ... setContentView(R.layout .notification_ viewer); NotificationManager notificationManager = (NotificationManager)getSystemService(Context .NOTIFICATIO...
Ngày tải lên: 07/08/2014, 07:21
Lập trình Android: Tạo DialogResult docx
... viết lên diễn đàn của trang web www.laptrinhdidong.vn . Mình sẽ cập nhật web thường xuyên ^^ Lập trình Android – http://laptrinhdidong.vn Page 2
Ngày tải lên: 07/08/2014, 08:22
Lập trình Android: Tạo NotePad docx
... Trung tâm Tin học – ĐH KHTN Tạo NotePad Hẳn các bạn đã quen với ứng dụng NotePad trên Window. Sau đây mình sẽ demo cách tạo 1 ứng dụng NotePad với vài chức năng chỉnh sửa văn bản ... android:layout_height="wrap_content" android:text="Title" /> <EditText android:id="@+id/title" android:layout_width="wrap_content" android:layout_height=...
Ngày tải lên: 07/08/2014, 14:20
Lập trình Android: Tạo bảng nhắc nhở docx
... hiện ra nhắc nhở (Ví dụ như nếu bạn cho giá trị là 3 thì khi nhập vào “ap” thì ko có dòng nhắc nhở nào hiện ra vì bạn chỉ nhập vào 2 ký tự). Tùy theo các cơ sở dữ liệu và ý tưởng lập trình khác ... android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" android:id="@+id/selection" /> &l...
Ngày tải lên: 08/08/2014, 01:22
Lập trình Android: Đọc danh bạ docx
... Trung tâm Tin học – ĐH KHTN ĐỌC DANH BẠ Trong bài viết này mình se demo cho các bạn cách đọc danh bạ trong Virtual Devices và hiển thị lên trên 1 ListView Đầu tiên các bạn tạo 1 Project như sau: Project ... xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height=...
Ngày tải lên: 08/08/2014, 07:20
Lập trình Android: AudioRecord docx
... android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="Nobilomo" /> <Button android:id="@+id/beginBtn" android:text="Begin Recording" android:layout_width="fill_parent" android:layout_height="wrap_content" android:onClick="doClick" ... Recording" android:layout_width...
Ngày tải lên: 08/08/2014, 15:20
Lập trình Android: ứng dụng quay Video docx
... – ĐH KHTN <uses-permission android:name="android.permission.CAMERA"/> </manifest> Cuối cùng các bạn debug ứng dụng (lưu ý ứng dụng chỉ chạy video trên máy thật) và các bạn ... new MediaController(this ); mVideoView.setMediaController(mc); mVideoView.setVideoPath(mOutputFileName); mVideoView.start(); mStopPlayBtn.setEnabled(true); } Lập trình Android –...
Ngày tải lên: 08/08/2014, 15:21
Lập trình Android: Ứng dụng Gesture docx
... Log.v(TAG, "For gesture " + gestureName); int i = 1; for( Gesture gesture : gestureLib.getGestures(gestureName) ) { Log.v(TAG, " " + i + ": ID: " + gesture. getID()); ... findViewById(R.id.gestureOverlay); gestureView.addOnGesturePerformedListener(this); } public void onGesturePerformed(GestureOverlayView view, Gesture gesture) { ArrayList<Predi...
Ngày tải lên: 08/08/2014, 16:21
Lập trình Android: Game âm thanh docx
... Trung tâm Tin học – ĐH KHTN Game đếm số Project name: GameSoundCuaDac Build Target: Android 2.3.3 Application name: GameSoundCuaDac Package name: com.dac Create Activity: GameSoundCuaDacActivity Trong ... xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/gridview" android:layout_width="fill_parent" android:layout_height="fil...
Ngày tải lên: 14/08/2014, 11:20