随笔分类 -  Project-Android

See U again.
摘要:docs: https://github.com/google/mediapipe/tree/master/mediapipe/docs Object Detection (CPU) Object Detection (GPU) Object Detection and Tracking Media 阅读全文
posted @ 2020-03-12 16:53 郝壹贰叁 阅读(489) 评论(0) 推荐(0) 编辑
摘要:Resources [1] How to quantify ssd_mobilenet_v1_coco model and toco to .tflite ? #18829 [2] SSD_mobilenet_v1/0.75_quantized_coco trained model is not d 阅读全文
posted @ 2020-02-24 18:07 郝壹贰叁 阅读(393) 评论(0) 推荐(0) 编辑
摘要:一、概况 会议记录:https://conferences.oreilly.com/tensorflow/tf-ca-2019/public/schedule/detail/78543 by Joe Bowser There are many cases where developers on mo 阅读全文
posted @ 2020-02-01 09:08 郝壹贰叁 阅读(378) 评论(0) 推荐(0) 编辑
摘要:熱身資源 Resources Ref: object detection模型转换成TensorFlow Lite,在Android应用, which looks good. Ref: Tensorflow部署到移动端, no SSD. Ref: TensorFlow Mobilenet SSD模型压 阅读全文
posted @ 2020-01-17 13:37 郝壹贰叁 阅读(894) 评论(0) 推荐(0) 编辑
摘要:Resource TF Lite 资源 TensorFlow Lite Object Detection on Android and Raspberry Pi Relevant Github: https://github.com/EdjeElectronics/TensorFlow-Lite-O 阅读全文
posted @ 2020-01-13 17:33 郝壹贰叁 阅读(710) 评论(0) 推荐(0) 编辑
摘要:[GPU] Which one, OpenCL or Android RenderScript? Is renderscript worth it? Comparison of OpenCL and RenderScript for mobile devices(2016) 安卓平台下ARM Mal 阅读全文
posted @ 2019-11-19 14:24 郝壹贰叁 阅读(407) 评论(0) 推荐(0) 编辑
摘要:Start from here 从文档走起:Tutorial AR 应用示范:https://github.com/viromedia/viro 阅读全文
posted @ 2018-10-03 21:46 郝壹贰叁 阅读(123) 评论(0) 推荐(0) 编辑
摘要:一些资源 一、控制preview的亮度 React Native camera app with draggable brightness saturation 二、百度AR方案 适用于多种机型,集成slam。 http://ai.baidu.com/docs#/DuMixAR-SDK-Abilit 阅读全文
posted @ 2018-10-01 20:12 郝壹贰叁 阅读(219) 评论(0) 推荐(0) 编辑
摘要:本来想过一遍:30-days-of-react-native 没成想,api过时了,跑起来一堆的问题。 However,发现了一个不错的东东: https://github.com/BelinChung/react-native-hiapp https://hi.dearb.me/ http://f 阅读全文
posted @ 2018-06-21 20:17 郝壹贰叁 阅读(153) 评论(0) 推荐(0) 编辑
摘要:输入框 实现目标 代码分析 Image 网络图片,本地图片,相机拍照 实现效果 view包裹text,再利用touchable支持点击事件。 代码分析 使用原生开发图片资源 app_icon:图片的名字 Picker 实现效果 类似于单选。 代码分析 进度条 进度条的实现在android和ios上有 阅读全文
posted @ 2018-06-21 17:52 郝壹贰叁 阅读(273) 评论(0) 推荐(0) 编辑
摘要:View 组件 类似div, 支持多层嵌套以及flex布局。 实现目标 布局分析:一行三列。 目标分析 实现步骤: 布局实现 三种样式 内联不建议,可读性不太好。 Text 组件 实现效果 可以通过工具扒一下原网页结构。 代码分析 这里只写了个header,体现了组件分离的思想。 主函数调用子组件。 阅读全文
posted @ 2018-06-20 17:33 郝壹贰叁 阅读(186) 评论(0) 推荐(0) 编辑
摘要:aws-mobile-react-native-starter 官方的例子,当然要摸一次。 代码要跑起来:aws-samples/aws-mobile-react-native-starter 教程:Announcing: React Native Starter Project with One- 阅读全文
posted @ 2018-06-04 22:06 郝壹贰叁 阅读(210) 评论(0) 推荐(0) 编辑
摘要:react-navigation和react-router的对比: 支持的平台: react-navigation: react-native react-router: react-native、reactjs 性质: react-navigation:静态路由(需要在程序一处进行完整的路由配置才 阅读全文
posted @ 2018-06-03 19:45 郝壹贰叁 阅读(374) 评论(0) 推荐(0) 编辑
摘要:那些资源 一、三个例子 iReading Bilibili-React-Native ZhiHuDaily-React-Native 二、IM 例子 1. React Native Socket.io Example 2. A simple messaging app with React Nati 阅读全文
posted @ 2018-05-21 19:19 郝壹贰叁 阅读(607) 评论(0) 推荐(0) 编辑
摘要:开发时的坑 文字与图片混编 npm install 与 yarn 的比较 /* ... */ Watchman问题 Ref: Error: A non-recoverable condition has triggered. Watchman needs your help! Ref: Ubuntu 阅读全文
posted @ 2018-04-16 15:56 郝壹贰叁 阅读(695) 评论(0) 推荐(0) 编辑
摘要:From: Mosby MVP使用教程【作者用心】 View是消极视图(Passive View), 它尽量不去主动做事, 让Presenter通过抽象方式控制View 例子: 例如Presenter调用view.showLoading()方法来显示加载效果,但Presenter不应该控制View的 阅读全文
posted @ 2018-04-03 07:57 郝壹贰叁 阅读(188) 评论(0) 推荐(0) 编辑
摘要:安卓开发常用工具和第三方库汇总 by Ryan Cooke Sep 25 2017 by Ryan Cooke From: https://academy.realm.io/cn/posts/tools-and-libraries-for-common-android-problems/ 函数数量限 阅读全文
posted @ 2018-04-02 16:04 郝壹贰叁 阅读(215) 评论(0) 推荐(0) 编辑
摘要:下一步学习列表: Android DataBinding使用总结(一) *** Android DataBinding使用总结(二) Android DataBinding使用总结(三)列表展示 Android DataBinding使用总结(四)多类型列表展示 Android DataBindin 阅读全文
posted @ 2018-04-02 10:45 郝壹贰叁 阅读(320) 评论(0) 推荐(0) 编辑
摘要:JUNIT测试 概览 在Android Studio中使用JUnit4进行单元测试(一)【有代码配合】 JUnit4注解解释 1. @Test : 测试方法,测试程序会运行的方法,后边可以跟参数代表不同的测试,如(expected=XXException.class) 异常测试,(timeout=x 阅读全文
posted @ 2018-03-31 09:40 郝壹贰叁 阅读(257) 评论(0) 推荐(0) 编辑
摘要:先占坑:33 离线登录功能 34 bitmap缓存策略 阅读全文
posted @ 2018-03-30 21:12 郝壹贰叁 阅读(116) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示