会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
嘤嘤嘤123
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
8
下一页
2020年12月14日
Android低功耗蓝牙开发
摘要: 参考 https://developer.android.com/guide/topics/connectivity/bluetooth-le https://www.jianshu.com/p/3a372af38103 简介 最近公司有个连接设备商蓝牙的小功能,于是把蓝牙相关的api简单过了一下,
阅读全文
posted @ 2020-12-14 14:29 嘤嘤嘤123
阅读(3938)
评论(0)
推荐(0)
2020年12月7日
flutter2_widget_3布局类组件1
摘要: 参考 核心 Widget 目录 - Flutter 中文文档 - Flutter 中文资源 布局类组件简介 4.1:布局类组件简介 · 《Flutter实战》 (flutterchina.club) 布局类组件都会包含一个或多个子组件,不同的布局类组件对子组件排版(layout)方式不同。 我们在前
阅读全文
posted @ 2020-12-07 16:10 嘤嘤嘤123
阅读(326)
评论(0)
推荐(0)
flutter2_widget_1简介
摘要: 参考 Flutter 是如何渲染的? (juejin.cn) 从架构到源码:一文了解Flutter渲染机制_阿里技术-CSDN博客 Widget 树,Element 树和 RenderObject 关系 Flutter 中有三棵树:Widget 树,Element 树和 RenderObject 树
阅读全文
posted @ 2020-12-07 15:56 嘤嘤嘤123
阅读(376)
评论(0)
推荐(0)
2020年11月26日
Android gradle Plugin
摘要: 参考 https://developer.android.com/studio/build http://google.github.io/android-gradle-dsl/current/index.html https://developer.android.com/reference/to
阅读全文
posted @ 2020-11-26 15:55 嘤嘤嘤123
阅读(2360)
评论(0)
推荐(0)
2020年11月20日
Dart1
摘要: 参考 https://dart.cn/guides/language/language-tour 下载 从 Flutter 1.21 版本开始,Flutter SDK 会同时包含完整的 Dart SDK 因此如果你已经安装了 Flutter,可能就无需再特别下载 Dart SDK 了。 可以通过命令
阅读全文
posted @ 2020-11-20 11:07 嘤嘤嘤123
阅读(197)
评论(0)
推荐(0)
Dart3_异步编程
摘要: 参考 https://dart.cn/guides/language/language-tour#asynchrony-support https://dart.cn/guides/libraries/library-tour#dartasync asynchronous-programming h
阅读全文
posted @ 2020-11-20 10:53 嘤嘤嘤123
阅读(481)
评论(0)
推荐(0)
2020年11月12日
LiveData粘性事件+LiveDataBus
摘要: LiveData粘性事件的问题2 之前在LiveData文章中已经分析过粘性事件的原因了,但是在实际使用中还是遇到了一些问题, 网上的UnstickyLiveData的写法通常是反射修改LiveData.ObserverWrapper.mLastVersion, @Override public v
阅读全文
posted @ 2020-11-12 18:33 嘤嘤嘤123
阅读(1709)
评论(0)
推荐(0)
2020年11月9日
使用代理仓储init.gradle
摘要: def oldRepos = [ // central "https://repo1.maven.org/maven2/", // jcenter "https://jcenter.bintray.com/", // google "https://maven.google.com/", "http
阅读全文
posted @ 2020-11-09 17:00 嘤嘤嘤123
阅读(485)
评论(0)
推荐(0)
Android gradle plugin-transform简介
摘要: 参考 https://sites.google.com/a/android.com/tools/tech-docs/new-build-system/transform-api https://www.jianshu.com/p/37df81365edf 如何理解 Transform API htt
阅读全文
posted @ 2020-11-09 16:10 嘤嘤嘤123
阅读(915)
评论(0)
推荐(0)
android中的协程
摘要: 参考 https://developer.android.com/kotlin/coroutines https://www.bennyhuo.com/2019/05/27/coroutine-android/ https://juejin.im/post/6854573211418361864 导
阅读全文
posted @ 2020-11-09 16:01 嘤嘤嘤123
阅读(1766)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
8
下一页
公告