TAILIEUCHUNG - professional android application development phần 6

❑ MediaStore Media Store cung cấp truy cập, tập trung quản lý đa phương tiện trên điện thoại của bạn, bao gồm cả âm thanh, video, và hình ảnh. Bạn có thể lưu trữ đa phương tiện của riêng bạn trong các cửa hàng truyền thông và làm cho nó trên toàn cầu có sẵn. | Chapter 6 Data Storage Retrieval and Sharing MediaStore The Media Store provides centralized managed access to the multimedia on your device including audio video and images. You can store your own multimedia within the Media Store and make it globally available. Settings You can access the device s preferences using the Settings provider. Using it you can view and modify Bluetooth settings ring tones and other device preferences. You should use these native Content Providers wherever possible to ensure that your application integrates seamlessly with other native and third-party applications. While a detailed description of how to use each of these helpers is beyond the scope of this chapter the following sections describe how to use some of the more useful and powerful native Content Providers. Using the Media Store Provider The Android Media Store provides a managed repository for audio video and image files. Whenever you add a new multimedia file to the Android filesystem it should be added to the Media Store to expose it to other applications. The Mediastore class includes a number of convenience methods to simplify inserting files into the Media Store. For example the following code snippet shows how to insert an image directly into the Media Store getContentResolver sourceBitmap my_cat_pic Photo of my cat Using the Contacts Provider Access to the Contact Manager is particularly powerful on a communications device. Android does the right thing by exposing all the information available from the contacts database to any application granted the READ_CONTACTS permission. In the following example an Activity gets a Cursor to every person in the contact database creating an array of Strings that holds each contact s name and phone number. To simplify extracting the data from the Cursor Android supplies public static properties on the People class that expose the column names. Get a cursor over every contact. .

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.