android-studio
文章平均质量分 68
有你就有时间
andorid与游戏将陪伴我的一生
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ListView中加入RadioButton 当点击ListView的item时,选中里面的RadioButton
列表内容item的布局xmlactivity的布局xmlListView的adapter java代码ListView的监听函数ListView中加入RadioButton 当点击ListView的item时,选中里面的RadioButtonitem的布局xml注意:android:descendantFocusability=”blocksDescendants”该属性的作用是直接覆盖子原创 2016-03-12 17:57:19 · 5240 阅读 · 6 评论 -
android开发板只有网口和串口如何使用android studio进行调试
android开发板只有网口和串口如何使用android studio进行调试1.要先准备一条串口线,或者串口转usb的线,用于在pc端与开发板端建立连接。 2.要下载一个在pc端运行的超级终端,我这里用了Xshell 下面正式开始讲解步骤:开发板端的网络配置Android stuido与开发板通过adb建立连接-开发板端的网络配置1.用串口线或者串口转usb线将pc端与android开发原创 2017-07-24 17:24:33 · 9940 阅读 · 4 评论
分享