摘要: 官方帮助文档:http://wear.techbrood.com/guide/topics/ui/notifiers/notifications.html博文推荐:http://blog.csdn.net/x_i_a_o_h_a_i/article/details/32966767public cl... 阅读全文
posted @ 2015-10-05 21:17 Bodi 阅读(287) 评论(0) 推荐(0) 编辑
摘要: //官方帮助文档:http://wear.techbrood.com/guide/topics/ui/notifiers/toasts.html private Button btnShowShort; private Button btnShowLong; private... 阅读全文
posted @ 2015-10-05 21:12 Bodi 阅读(2061) 评论(0) 推荐(0) 编辑
摘要: 绘制容器类://图形绘制容器public class Contanier { private List list; private float x=0,y=0; public Contanier(){ list=new ArrayList(); } public void draw(Canvas ... 阅读全文
posted @ 2015-10-05 16:54 Bodi 阅读(609) 评论(0) 推荐(0) 编辑
摘要: 新建MyView类继承自SurfaceView:public class MyView extends SurfaceView implements SurfaceHolder.Callback { private Paint paint; public MyView(Context context... 阅读全文
posted @ 2015-10-05 16:47 Bodi 阅读(515) 评论(0) 推荐(0) 编辑