TAILIEUCHUNG - Bắt Đầu Với Android (P.6)

Tham khảo tài liệu 'bắt đầu với android ()', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Page 227 Friday April 24 2009 9 19 AM CHAPTER 24 LAUNCHING ACTIVITIES AND SUB-ACTIVITIES 227 Here is the source to the main activity the one hosting the TabView public class IntentTabDemo extends TabActivity Override public void onCreate Bundle savedInstanceState savedInstanceState TabHost host getTabHost one .setIndicator CW . setContent new Intent this two .setIndicator Android .setContent new Intent this As you can see we are using TabActivity as the base class and so we do not need our own layout XML TabActivity supplies it for us. All we do is get access to the TabHost and add two tabs each specifying an Intent that directly refers to another class. In this case our two tabs will host a CWBrowser and an AndroidBrowser respectively. Those activities are simple modifications to the earlier browser demos public class CWBrowser extends Activity WebView browser Override public void onCreate Bundle icicle icicle browser new WebView this setContentView browser http public class AndroidBrowser extends Activity WebView browser Override public void onCreate Bundle icicle icicle browser new WebView this setContentView browser http android Page 228 Friday April 24 2009 9 19 AM 228 CHAPTER 24 LAUNCHING ACTIVITIES AND SUB-ACTIVITIES They simply load a different URL into the browser the CommonsWare home page in one Figure 24-3 the Android home page in the other Figure 24-4 . The resulting UI shows what tabbed browsing could look like on Android. Figure 24-3. The IntentTabDemo sample application showing the first tab Figure 24-4. The IntentTabDemo sample application showing the second tab Page 229 Friday April 24 2009 9 19 AM CHAPTER 24 LAUNCHING ACTIVITIES AND SUB-ACTIVITIES 229 Using distinct subclasses for each .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.