TAILIEUCHUNG - professional android application development phần 10

Bắt đầu bằng cách tạo ra một dự án ContentSlider mới gồm có một cuối gói, nhập khẩu nhập khẩu nhập khẩu nhập khẩu nhập khẩu nhập | Chapter 11 Advanced Android Development TODO Do something when the animation repeats. public void onAnimationStart Animation _animation TODO Do something when the animation starts. Animated Sliding User Interface Example In this example you ll create a new Activity that uses an Animation to smoothly change the content of the User Interface based on the direction pressed on the D-pad. 1. Start by creating a new Contentslider project featuring a ContentSlider Activity. package import import import import import import import public class ContentSlider extends Activity @Override public void onCreate Bundle icicle icicle setContentView 2. Next modify the layout resource. It should contain a single TextView with the text bold centered and relatively large. xml version encoding utf-8 LinearLayout xmlns android http apk res android android orientation vertical android layout_width fill_parent android layout_height fill_parent TextView android id @ id myTextView android layout_width fill_parent android layout_height fill_parent android gravity center android textStyle bold android textSize 30sp android text CENTER android editable false android singleLine true android layout_margin 10px LinearLayout 365 Chapter 11 Advanced Android Development 3. Then create a series of animations that slides the current View out of and the next View into the frame for each direction left right up and down. Each animation should have its own file. . Create . set xmlns android http apk res android android interpolator @android anim accelerate_interpolator translate android fromYDelta -100 p android toYDelta 0 android duration 700 set . Create .

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.