大橙子网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
前置条件:
成都创新互联主营砚山网站建设的网络公司,主营网站建设方案,成都app开发,砚山h5小程序定制开发搭建,砚山网站营销推广欢迎砚山等地区企业咨询1.首先在res/drawable目录下放入几张图片(注意图片不能用阿拉伯数字命名这里以one,two,three,four,否则在R.java文件中会报错)。
2.同样在res/drawable目录下建立animation1.xml文件,文件主要用来控制帧动画的循环次数:
android:oneshot="false"
另外还有控制播放的图片:
放在节点
3.main.xml中是对界面的布局,包括p_w_picpathview,和两个button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
tools:context=".MainActivity" >
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:layout_marginTop="46dp"
android:src="@drawable/four"
android:contentDescription="帧动画图片"/>
android:layout_height="wrap_content"
android:id="@+id/linearlayout1"
android:orientation="horizontal"
>
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/p_w_picpathView1"
android:layout_below="@+id/p_w_picpathView1"
android:layout_marginTop="34dp"
android:text="@string/Begin" />
android:id="@+id/button2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/button1"
android:layout_alignBottom="@+id/button1"
android:layout_alignParentRight="true"
android:text="@string/End" />
4.接下来就是对mainactivity.java的编写
package com.example.bujiandonghua;
import android.os.Bundle;
import android.app.Activity;
import android.graphics.drawable.AnimationDrawable;
import android.view.Menu;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.animation.Animation;
import android.widget.Button;
import android.widget.ImageView;
public class MainActivity extends Activity {
private AnimationDrawable animationDrawable;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
final ImageView p_w_picpathView=(ImageView)findViewById(R.id.p_w_picpathView1);
Button button1=(Button)findViewById(R.id.button1);
Button button2=(Button)findViewById(R.id.button2);
button1.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View arg0) {
// TODO Auto-generated method stub
//设置资源文件获取的来源
p_w_picpathView.setImageResource(R.drawable.animation1);
// // 获取AnimationDrawable对象
animationDrawable=(AnimationDrawable)p_w_picpathView.getDrawable();
animationDrawable.start();
}
});
button2.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View arg0) {
// TODO Auto-generated method stub
p_w_picpathView.setImageResource(R.drawable.animation1);
animationDrawable=(AnimationDrawable)p_w_picpathView.getDrawable();
animationDrawable.stop();
}
});
}
@Override
public boolean onCreateOptionsMenu(Menu menu) {
// Inflate the menu; this adds items to the action bar if it is present.
getMenuInflater().inflate(R.menu.activity_main, menu);
return true;
}
}
另外有需要云服务器可以了解下创新互联scvps.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。