2020年4月8日

安卓 日常问题 工作日志23

摘要: 谈一谈安卓的相对布局 之前只会使用·线性布局 所以要多学一个 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/re 阅读全文

posted @ 2020-04-08 15:58 读书台 阅读(125) 评论(0) 推荐(0)

安卓 日常问题 工作日志22

摘要: (mMapView.getOverlays().get(m)instanceof MeasureDistance切记 mMapView.getOverlays() 这个方法 切记 很重要 instanceof 判断的 问题 很重要 判断完后 实行强转 JSONArray coordinateLine 阅读全文

posted @ 2020-04-08 15:45 读书台 阅读(88) 评论(0) 推荐(0)

安卓 日常问题 工作日志21

摘要: mainActivity 控制器 的 问题 应该学习 这个让我想到了 spring mvc 的 控制器 以及结构 在osmdrodi的画图 划线的问题 首先 是两个图层 划线 一个图层 保存好 隐藏画的线 然后 回显 是在一个新的 overlay 在这里面 回显 actovity的流程是 MainA 阅读全文

posted @ 2020-04-08 15:36 读书台 阅读(146) 评论(0) 推荐(0)

安卓 日常问题 工作日志20

摘要: listView 的 adapter ListView代码 <ListView android:id="@+id/areaList" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weig 阅读全文

posted @ 2020-04-08 13:33 读书台 阅读(119) 评论(0) 推荐(0)

安卓 日常问题 工作日志19

摘要: android中Dialog(对话框)插件的使用 很重要 很多地方需要 public boolean onItemLongClick(AdapterView<?> parent, View view, int position, long id) { 这个是长按触发对话框 final String 阅读全文

posted @ 2020-04-08 13:13 读书台 阅读(136) 评论(0) 推荐(0)

安卓 日常问题 工作日志18

摘要: 今天 学习 android多线程 atomininteger内存模型 以及自己项目的 视频播放功能 目前 对于android一些知识点 大家可以 去看今日头条的 android进阶小刘 这个博主 讲得很好 atomininteger内存模型 是啥 https://blog.csdn.net/fanr 阅读全文

posted @ 2020-04-08 11:19 读书台 阅读(220) 评论(0) 推荐(0)

导航