Service
o_xiaojian
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Adnroid调用自身的播放器来播放音乐
这个主要用到及格简单的API和建一个服务,直接看代码,比较简单.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:o原创 2016-05-23 23:12:59 · 313 阅读 · 0 评论 -
Android在界面中随意移动一个图片
比较简单,没什么要说到的,直接看实现的代码.xml <ImageView android:id="@+id/iv" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/ic_launcher"原创 2016-05-23 23:15:38 · 454 阅读 · 0 评论
分享