« Home « Chủ đề Android

Chủ đề : Android


Có 20+ tài liệu thuộc chủ đề "Android"

Quản lý, giám sát và điều khiển thiết bị bằng phần mềm trên Android thông qua mạng điện thoại di động

repository.vnu.edu.vn

Quản lý, giám sát và điều khiển thiết bị bằng phần mềm trên Android thông qua mạng điện. Tổng quan về mạng thông tin di động (Vinaphone): cấu trúc, các thành phần chức năng hệ thống GSM. cấu trúc, các thành phần chức năng hệ thống GPRS/EDGE. cấu trúc, các thành phần chức năng hệ thống 3G. Mô hình giải...

Mã khối không thời gian trực giao và điều chế lưới

repository.vnu.edu.vn

Mã khối không thời gian trực giao và điều chế lưới. Fading là hiện tượng tín hiệu tại điểm thu thay đổi ngẫu nhiên theo thời gian về cường độ, pha hoặc tần số do tác động của môi trường truyền dẫn. Trong đó  là giá trị hiệu dụng của điện thế tín hiệu nhận được trước bộ tách...

THIẾT KẾ HỆ THỐNG GIÁM SÁT VÀ ĐIỀU KHIỂN THIẾT BỊ BẰNG MẠNG KHÔNG DÂY HOẠT ĐỘNG TRÊN MÁY TÍNH BẢNG SỬ DỤNG HỆ ĐIỀU HÀNH ANDROID

ctujsvn.ctu.edu.vn

THIẾT KẾ HỆ THỐNG GIÁM SÁT VÀ ĐIỀU KHIỂN THIẾT BỊ BẰNG MẠNG KHÔNG DÂY HOẠT ĐỘNG TRÊN MÁY TÍNH BẢNG SỬ DỤNG HỆ ĐIỀU HÀNH ANDROID. 2 Lớp Kỹ thuật Điều khiển - Tự động hóa K37, Khoa Công nghệ, Trường Đại học Cần Thơ. Android, nền tảng phần mềm mả mở, hệ thống nhúng, chương trình máy tính...

Hệ thống hỗ trợ cố vấn học tập trên thiết bị di động

ctujsvn.ctu.edu.vn

HỆ THỐNG HỖ TRỢ CỐ VẤN HỌC TẬP TRÊN THIẾT BỊ DI ĐỘNG Trần Công Án 1 , Lâm Chí Nguyện 1 , Đoàn Hòa Minh 1 , Phan Tấn Tài 1 , Phạm Hữu Tài 1 , Châu Xuân Phương 2 và Sơn Búp Pha 3. Thông tin chung:. Công tác cố vấn học tập đóng vai trò rất...

Hướng dẫn tìm hiểu Driver webOS ngay trên máy tính

tailieu.vn

Hướng dẫn tìm hiểu Driver webOS ngay trên máy tính. Với tất cả các hệ điều hành dành cho điện thoại di động hiện nay, bạn sẽ băn khoăn khi phải chọn lựa 1 nền tảng phù hợp. Cũng giống như Android, Palm đã cho ra đời 1 công cụ giả lập webOS cho phép các nhà phát triển kiểm...

Sử dụng Android trên Netbook hoặc Desktop

tailieu.vn

Sử dụng Android trên Netbook hoặc Desktop. Sử dụng Android-x86 trên máy tính. Khởi động lại máy tính, thiết lập chế độ khởi động từ thiết bị khác (Removable Devices), hoặc sử dụng phím tắt để thay đổi thiết bị khởi động (F2 hoặc F10 tùy từng dòng máy):. Sau đó, chọn tiếp CD – Run Android-x86 without installation:. Bạn...

Khôi phục, cứu file bị xóa hoàn toàn với Recuva- phần 1

tailieu.vn

Đã bao giờ bạn rơi vào tình cảnh xóa toàn bộ những file quan trọng khỏi máy tính của mình mà lại không biết cách để có thể lấy lại nó? Hoặc khi bạn đang làm việc với một tài liệu siêu bảo mật nhưng lại nhỡ tay xóa nó khỏi hệ thống, bạn sẽ làm gì?. Ứng dụng miễn...

Android SDK (phần 1)

tailieu.vn

Provides an in-depth look at the Android application components. This book provides an easy-to-follow, example-driven introduction to the fundamentals of the Apple iPhone SDK and offers you a clear understanding of how things are done when programming iPhone applications with Objective-C. When you reach the end of the book, you will be prepared to confidently tackle your next iPhone programming...

Android SDK (phần 2)

tailieu.vn

All you need to start writing your own Android applications is a copy of the Android SDK and the Java development kit. Even if you’re new to the game,. it’s obvious that some of the things you can take for granted on the desktop or the Web aren’t going to work on a mobile.. To get started, you’ll need to...

Android SDK (phần 3)

tailieu.vn

<menu xmlns:android="http://schemas.android.com/apk/res/android">. The R class contains static subclasses for each of the resource types for which you’ve defined at least one resource. Each of the subclasses within R exposes its associated resources as variables, with the variable names matching the resource identifiers — for example, R.string.app_name or R.drawable.icon. The value of these variables is a reference to the corresponding resource’s...

Android SDK (phần 4)

tailieu.vn

<level-list xmlns:android="http://schemas.android.com/apk/res/android">. You can find this documentation here: http://developer.android .com/guide/practices/screens_support.html#strategies. The icon menu This compact menu (shown in Figure 4-7) appears along the bottom of the screen when the menu button is pressed. The expanded menu (shown in Figure 4-8) displays a scrollable list of only the Menu Items that weren’t visible in the icon menu. You cannot force Android...

Android (phần 5)

tailieu.vn

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android". Override getView to assign the task and date properties in the ToDoItem object to the Views in the layout you created in Step 4:. import android.content.Context;. import android.view.*;. import android.widget.*;. If you run your Activity it should appear as shown in the screenshot in Figure 5-4.. Construct a Simple Cursor Adapter by passing in the current context, a...

Android SDK (phần 6)

tailieu.vn

Call update on the database, passing in the table name, the updated Content Values object, and a where clause that specifies the row(s) to update as shown in Listing 7-7.. in the following example you’ll create a database to save the to-do items.. import android.content.ContentValues;. import android.content.Context;. import android.database.Cursor;. import android.database.SQLException;. import android.database.sqlite.SQLiteException;. import android.database.sqlite.SQLiteDatabase;. import android.database.sqlite.SQLiteOpenHelper;. Create a new...

Android SDK (phần 7)

tailieu.vn

import com.google.android.maps.MapView;. import com.google.android.maps.Overlay;. You can get a reference to this list by calling getOverlays , as shown in the following snippet:. To add an Overlay onto a Map View, create a new instance of the Overlay and add it to the list, as shown in the following snippet.. Start by creating a new MyPositionOverlay Overlay class in the Where...

Android SDK (phần 8)

tailieu.vn

As each enhancement is described, you will be provided with a code snippet that can be added to the Earthquake example to provide user feedback on the severity of each earthquake as it’s detected.. Android lets you play any audio file on the phone as a Notification by assigning a location URI to the sound property, as shown in the...

Android SDK (phần 9)

tailieu.vn

Log.d("MEDIA_PLAYER", e.getMessage());. LISTING 11-6: Initializing video for playback using the Media Player. Use seekTo to jump to a specific position in the media as shown in Listing 11-7.. the Media Player always plays audio using the standard output device — the speaker or connected Bluetooth headset.. LISTING 11-8 (continued). Using the Media Recorder. <uses-permission android:name="android.permission.RECORD_AUDIO"/>. <uses-permission android:name="android.permission.RECORD_VIDEO"/>. LISTING 11-9: Configuring...

Android SDK (phần 10)

tailieu.vn

import android.app.Activity;. import android.app.AlarmManager;. import android.app.PendingIntent;. import android.content.res.Resources;. import android.content.Context;. import android.content.Intent;. import android.content.IntentFilter;. import android.content.BroadcastReceiver;. import android.content.SharedPreferences;. import android.content.SharedPreferences.Editor;. import android.os.Bundle;. import android.view.View;. import android.widget.ArrayAdapter;. import android.widget.Button;. import android.widget.CheckBox;. import android.widget.EditText;. import android.widget.Spinner;. Update onCreate further to get references to each of the controls in the layout and wire up the Spinner using the arrays defined in Step 3....

Android SDK (phần 11)

tailieu.vn

Using the Compass, Accelerometer, and Orientation Sensors ❘ 467. All code snippets in this example are part of the Chapter 14 G-Forceometer project, available for download at Wrox.com.. The orientation Sensor is a combination of the magnetic field Sensors, which function as an electronic compass, and accelerometers, which determine the pitch and roll.. y-axis (pitch) Pitch represents the angle of...

Android (phần 12)

tailieu.vn

Introducing the Surface View. The ability to draw independently of the GUI thread comes at the price of additional memory con- sumption, so while it’s a useful — sometimes necessary — way to create custom Views, Surface Views should be used with caution.. The Surface encapsulated by the Surface View supports drawing, using most of the standard Canvas methods described...

Đồ án : Tìm hiểu và xây dựng ứng dụng Phone Book Safe Manager trên Android

tailieu.vn

Tầng ứng dụng. CHU KỲ ỨNG DỤNG ANDROID. Chu kỳ sống của ứng dụng. Các sự kiện trong chu kỳ sống của ứng dụng. Thời gian sống của ứng dụng. CHƯƠNG 3: DEMO ỨNG DỤNG. MỘT VÀI HÌNH ẢNH ỨNG DỤNG. ĐÁNH GIÁ ỨNG DỤNG. Khi Android được phát hành thì một trong số các mục tiêu trong kiến trúc...