Thiết kế GUI trong Java
-
B3: Tạo giao diện cho Activity2 - Chuột phải vào folder res\layout - New - Android XML File -Gõ tên là activity2_layout.xml Mã: B6: Tạo BroadCast Receiver để nhận Intent mà Activity2 gửi tới - Tạo 1 file Receiver.java trong at.exam - Nội dung: Mã: package at.exam; import import import import android.content.BroadcastReceiver; android.content.Context; android.content.Intent; android.widget.Toast;
5p phuoctam44 26-07-2011 67 10 Download
-
B6: Tạo BroadCast Receiver để nhận Intent mà Activity2 gửi tới - Tạo 1 file Receiver.java trong at.exam - Nội dung: Mã: package at.exam; import import import import android.content.BroadcastReceiver; android.content.Context; android.content.Intent; android.widget.Toast;
5p phuoctam44 26-07-2011 78 10 Download