Lập trình Android: Game lật hình pot
... Toast.LENGTH_SHORT).show(); switch(item){ case 0: newGame(4,4); break; case 1: newGame(4,5); break; case 2: newGame(4,6); break; case 3: newGame(4,7); } Lập trình Android – http://laptrinhdidong.vn Page ... android:id="@+id/TableLayout03"> <TableRow android:id="@+id/TableRow01" android:layout_width="wrap_content" android:layout_height="wrap_con...
Ngày tải lên: 14/08/2014, 11:20
... xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent”> <TextView android:layout_width="fill_parent" ... android:layout_height="fill_parent”> <TextView android:layout_width="fill_parent" android:la...
Ngày tải lên: 02/07/2014, 12:20
... 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
Lập trình Android: Game Caro full pptx
... break; } super.handleMessage(msg); } }; public int getGameSize() { return x; } public Game( Context context) { super(context); Lập trình Android – http://laptrinhdidong.vn Page 7 Trung tâm ... { private Game game1; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); game1 = new Gam...
Ngày tải lên: 07/08/2014, 09:21
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
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
Lập trình Android: Tạo button riêng potx
... 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 cùng button của bạn có hình dáng như sau: Mọi ý kiến đóng góp ... về trang forum trang web www.laptrinhdidong.vn . Rất mong nhận được sự phản hồi của các bạn. Lập trình Android – http://laptrinhdidong.vn Page 5 Trung tâm Tin học – ĐH KHTN Tạ...
Ngày tải lên: 08/08/2014, 06:22
Lập trình Android: Tổng hợp Style pot
... xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:id="@+id/tv" android:layout_width="fill_parent" ... /> <Button android:id="@+id/button1" android:layout_width="wrap_content...
Ngày tải lên: 08/08/2014, 07:20
Lập trình Android: Sử dụng SoundPool pot
... 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://laptrinhdidong.vn Page 4 Trung tâm Tin học – ĐH KHTN super.onResume(); ... 0, afd.getLength(), PRIORITY); afd.close(); } catch (IOException e) { e.printStackTrace(); } Lập trình Android – http://laptrinhdidong.vn Page 2 Trung tâm Tin học – ĐH K...
Ngày tải lên: 08/08/2014, 15:22
Lập trình Android: Game âm thanh docx
... xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/gridview" android:layout_width="fill_parent" android:layout_height="fill_parent" android:columnWidth="90dp" android:numColumns="2" ... android:numColumns="2" android:verticalSpacing="10dp" android:horizontalSpacing="10dp&quo...
Ngày tải lên: 14/08/2014, 11:20