上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 62 下一页
  2014年9月1日
摘要: 1 import android.app.Activity; 2 import android.os.Bundle; 3 import android.view.MotionEvent; 4 import android.view.View; 5 import android.widget.Fra... 阅读全文
posted @ 2014-09-01 09:24 大米稀饭 阅读(429) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2014-09-01 09:01 大米稀饭 阅读(130) 评论(0) 推荐(0)
  2014年8月31日
摘要: 1 import android.view.animation.Animation; 2 import android.view.animation.Transformation; 3 4 public class CustomAnim extends Animation { 5 6 ... 阅读全文
posted @ 2014-08-31 21:06 大米稀饭 阅读(474) 评论(0) 推荐(0)
摘要: 1 // sa = new ScaleAnimation(0, 1, 0, 1,100,50); 2 // sa = new ScaleAnimation(0, 1, 0, 1, Animation.RELATIVE_TO_SELF, 0.5f, Animation.R... 阅读全文
posted @ 2014-08-31 21:01 大米稀饭 阅读(265) 评论(0) 推荐(0)
摘要: 1 findViewById(R.id.btnTranslateMe).setOnClickListener(new View.OnClickListener() {2 @Override3 public void onClick(View arg0)... 阅读全文
posted @ 2014-08-31 20:58 大米稀饭 阅读(240) 评论(0) 推荐(0)
摘要: 1 findViewById(R.id.btnRotateMe).setOnClickListener(new View.OnClickListener() {2 @Override3 public void onClick(View arg0) {4 arg0.s... 阅读全文
posted @ 2014-08-31 20:52 大米稀饭 阅读(550) 评论(0) 推荐(0)
摘要: 1 @Override 2 public View onCreateView(LayoutInflater inflater, ViewGroup container, 3 Bundle savedInstanceState) { 4 View rootView = inf... 阅读全文
posted @ 2014-08-31 20:43 大米稀饭 阅读(158) 评论(0) 推荐(0)
摘要: 1 import android.app.ListActivity; 2 import android.os.Bundle; 3 import android.widget.ArrayAdapter; 4 5 public class MainActivity extends ListActiv... 阅读全文
posted @ 2014-08-31 20:20 大米稀饭 阅读(388) 评论(0) 推荐(0)
摘要: 1 import android.app.Activity; 2 import android.os.Bundle; 3 import android.view.Menu; 4 import android.view.MenuItem; 5 import android.view.View; 6 ... 阅读全文
posted @ 2014-08-31 19:56 大米稀饭 阅读(321) 评论(0) 推荐(0)
摘要: 1 import android.app.Activity; 2 import android.app.Fragment; 3 import android.os.Bundle; 4 import android.view.LayoutInflater; 5 import android.view... 阅读全文
posted @ 2014-08-31 19:39 大米稀饭 阅读(515) 评论(0) 推荐(0)
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 62 下一页