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