Lập trình Android: Sử dụng SoundPool pot

Lập trình Android: Sử dụng SoundPool pot

Lập trình Android: Sử dụng SoundPool pot

... sid_background = soundPool. load(this, R.raw.crickets, PRIORITY); sid_chimp = soundPool. load(this, R.raw.chimp, PRIORITY); sid_rooster = soundPool. load(this, R.raw.rooster, PRIORITY); sid_roar = soundPool. load(this, ... bạn add vào Project. Các bạn nhấn vào Toggle Button để tắt hay mở SoundPool. Sau đây là 1 số hình ảnh mô tả cho ứng dụng: Lập trình Android – http://laptri...

Ngày tải lên: 08/08/2014, 15:22

4 861 1
Lập trình Android: ứng dụng xem Video pot

Lập trình Android: ứng dụng xem Video pot

... package="com.androidbook.videodemo" android:versionCode="1" android:versionName="1.0"> <application android:icon="@drawable/icon" android:label="@string/app_name"> ... /> <uses-permission android:name="android.permission.INTERNET"></uses-permission> </manifest> Và khi debug ứng dụng ta thấy đoạn vi...

Ngày tải lên: 08/08/2014, 16:20

3 942 6
Lập trình Android TV part 7 potx

Lập trình Android TV part 7 potx

... android:minWidth="294dp" android:minHeight="72dp" android:updatePeriodMillis="86400000" android:initialLayout="@layout/example_appwidget" android:configure="com.example.android.ExampleAppWidgetConfigure " ... được tạo thì sẽ gọi activity này: <activity android:name=".ExampleAppWidgetConfigure"> <intent-filter>...

Ngày tải lên: 02/07/2014, 12:20

9 336 4
Lập trình Android: Tạo Rating Bar pot

Lập trình Android: Tạo Rating Bar pot

... > <RatingBar android:id="@+id/ratingbar1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:numStars="3" android:rating="2.5" ... <RatingBar android:id="@+id/ratingbar2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:numStars="5&...

Ngày tải lên: 07/08/2014, 14:20

4 391 1
Lập trình Android: Đo độ nghiêng pot

Lập trình Android: Đo độ nghiêng pot

... circlePaint.setStrokeWidth(1); circlePaint.setStyle(Paint.Style.STROKE); Lập trình Android – http://laptrinhdidong.vn Page 3 Trung tâm Tin học – ĐH KHTN Lập trình Android – http://laptrinhdidong.vn Page 11 Trung ... xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layo...

Ngày tải lên: 08/08/2014, 05:23

11 450 0
Lập trình Android: Tạo button riêng potx

Lập trình Android: Tạo button riêng potx

... RectF(); drawRect.set(this.getWidth()- mTextPaint.measureText(mText), (this.getHeight()-mTextPaint.getTextSize())/2, mTextPaint.measureText(mText), this.getHeight()-(this.getHeight()- mTextPaint.getTextSize())/2); drawArcs(canvas, drawRect, false, mPaint); mSweep += SWEEP_INC; if (mSweep > 360) { Lập trình Android – http://laptrinhdidong.vn Page 3 Trung tâm Tin học – ĐH KHTN } } Cuối...

Ngày tải lên: 08/08/2014, 06:22

5 403 0
Lập trình Android: ứng dụng mail ppsx

Lập trình Android: ứng dụng mail ppsx

... dụng, các bạn phải bấm vào button thì mới kích hoạt được hình động Lập trình Android – http://laptrinhdidong.vn Page 3 Trung tâm Tin học – ĐH KHTN android:orientation="vertical" android:layout_width="fill_parent" ... android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center" > <TextView a...

Ngày tải lên: 08/08/2014, 06:22

3 474 2
w