2014年5月11日

用户定位

摘要: 代码如下:AndroidManifest.xml:在后面增加一行:Activity_main.xml: MainActivity.java:packageleihu.location01;importandroid.location.Location;importandroid.location.L... 阅读全文

posted @ 2014-05-11 20:17 leihupqrst 阅读(255) 评论(0) 推荐(0)

图形与动画在Android中的实现

摘要: public class MyView extends View{ Bitmap myBitmap; Paint paint; public MyView(Context context, AttributeSet attrs) { super(context, attrs); this.ini... 阅读全文

posted @ 2014-05-11 20:01 leihupqrst 阅读(228) 评论(0) 推荐(0)

导航