20.11.2016 Views

ANDROID APP

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

การแสดงภาพเคลื่อนไหวบนระบบปฏิบัติการแอนดรอยด์<br />

android:duration="5000" /><br />

<br />

<br />

301<br />

<br />

<br />

แอคทิวิตี้หลักที่แสดงในชุดคำสั่งที่ 11.17 เป็นแอคทิวิตี้ที่สร้างออบเจ็กต์ Animation โดยใช้<br />

คำสั่ง AnimationUtils ในการโหลดข้อมูล animationSet เพื่อใช้เล่นภาพเคลื่อนไหว ทุกครั้งที่ผู้ใช้<br />

กดปุ่ม ออบเจ็กต์วิวก็จะเล่นภาพเคลื่อนไหวโดยเรียกใช้คำสั่งเมธอด startAnimation()<br />

ชุดคำสั่งที่ 11.17 src/com/cookbook/advance/myanimation.java<br />

package com.cookbook.advance;<br />

import android.app.Activity;<br />

import android.os.Bundle;<br />

import android.view.View;<br />

import android.view.View.OnClickListener;<br />

import android.view.animation.Animation;<br />

import android.view.animation.AnimationUtils;<br />

import android.widget.Button;<br />

import android.widget.ImageView;<br />

public class myanimation extends Activity {<br />

/** Called when the activity is first created. */<br />

@Override

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!