2021年4月21日

android 业务组件化

摘要: 这段时间 因为公司的业务要求 对代码保密有了很大的要求 ,这边 需要进行 总体的 android 业务 组件化 使用 nexus3 进行 目测 工作量 巨大 需要循序渐进的 进行 阅读全文

posted @ 2021-04-21 09:23 读书台 阅读(40) 评论(0) 推荐(0) 编辑

2020年5月20日

关于android监听事件的一些理解

摘要: android 加你通一般来说 大家都明白 但是 对于新手来说 总是有点似是而非 Julia 自定义的点击事件 以及监听· public class MyPolygon extends Polygon { public MyPolygon(MapView mMapView) { } private 阅读全文

posted @ 2020-05-20 16:07 读书台 阅读(322) 评论(0) 推荐(0) 编辑

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 读书台 阅读(119) 评论(0) 推荐(0) 编辑

安卓 日常问题 工作日志22

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

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

安卓 日常问题 工作日志21

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

posted @ 2020-04-08 15:36 读书台 阅读(140) 评论(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 读书台 阅读(116) 评论(0) 推荐(0) 编辑

安卓 日常问题 工作日志19

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

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

安卓 日常问题 工作日志18

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

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

2020年4月7日

安卓 日常问题 工作日志17

摘要: 解析 所用到的 输出流 和 输入流 通过 文件路径删除文件 File file = new File(UriUtils.getPath(getActivity(), uris.get(position))); //参数 代表 路径 和 名字//判断 这里新拍的是没有的if (file.exists( 阅读全文

posted @ 2020-04-07 16:18 读书台 阅读(147) 评论(0) 推荐(0) 编辑

安卓 日常问题 工作日志16

摘要: android 中activity中常见的 传递信息的方法 startActivityForResult的简单使用总结 1.(1)startActivityForResult(Intent intent, int requestCode); (2)onActivityResult(int reque 阅读全文

posted @ 2020-04-07 14:37 读书台 阅读(144) 评论(0) 推荐(0) 编辑

导航