Wesley13 Wesley13
3年前
android利用apkplug框架实现主应用与插件通讯(传递任意对象)实现UI替换
    时光匆匆,乍一看已半年过去了,经过这半年的埋头苦干今天终于有满血复活了。利用apkplug框架实现动态替换宿主Activity中的UI元素,以达到不用更新应用就可以更换UI样式的目的。先看效果图:!(http://static.oschina.net/uploads/space/2014/0429/160444_jwlB_13848
Stella981 Stella981
3年前
Android WebView
Skiptocontent(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdeveloper.android.com%2Freference%2Fandroid%2Fwebkit%2FWebView.html%23top)!Android(https://develop
Stella981 Stella981
3年前
Android 一共有多少种动画?准确告诉你!
!Android动画(http://obbu6r1mi.bkt.clouddn.com/github/androidanimationset/FnCS.gif)Android动画在开发中是不可或缺的功能,或者说是界面灵动的添加剂。那你是否总结过Android中总共为开发者提供了多少种方式的动画呢?今天就为大家总结归纳一下。!报告老师,我
Wesley13 Wesley13
3年前
Android二维码扫码ZXing,barcodescanner和BGAQRCode
Android二维码扫码ZXing,barcodescanner和BGAQRCodeAndroid技术比较Android二维码扫描是一种常见的功能开发,但是技术选型不当会造成初期开发难度大、后期维护成本高。常见的Android二维码扫码解决方案很多,比如ZXing,barcodescanner和BGAQRCodeAndroid等等。以下给出这
Stella981 Stella981
3年前
Android Studio + opencv开发配置
1下载AndroidStudiohttps://developer.android.com/studio/archive?hlzhcn(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fdeveloper.android.com%2Fstudio%2Farchive%3Fhl%
Stella981 Stella981
3年前
Android中Bitmap和Drawable
Android中Bitmap和Drawable(https://www.oschina.net/action/GoToLink?urlhttp%3A%2F%2Fdyh7077063.iteye.com%2Fblog%2F970672)          Android(https://www.oschina.net/action/GoToLi
Stella981 Stella981
3年前
Android之自定义View学习(二)
Android学习系列Android之Room学习(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2FLInthunder%2Farticle%2Fdetails%2F108280542)
Stella981 Stella981
3年前
Apache Flink 结合 Kafka 构建端到端的 Exactly
文章目录:1.ApacheFlink应用程序中的ExactlyOnce语义2.Flink应用程序端到端的ExactlyOnce语义3.示例Flink应用程序启动预提交阶段4.在Flink中实现两阶段提交Operator5.总结ApacheFlink(https://www.os
Stella981 Stella981
3年前
Android 离线人脸识别 ArcFace 2.0 Demo开发分享
环境要求1、运行环境armeabiv7a2、系统要求Android5.0(APILevel21)及以上3、开发环境AndroidStudio下载地址:https://github.com/ArcsoftEscErd/ArcfaceDemo\_Android(https://www.oschina.net/actio
Stella981 Stella981
3年前
Spring Cloud架构教程 (七)消息驱动的微服务(核心概念)【Dalston版】
下图是官方文档中对于SpringCloudStream应用模型的结构图。从中我们可以看到,SpringCloudStream构建的应用程序与消息中间件之间是通过绑定器Binder相关联的,绑定器对于应用程序而言起到了隔离作用,它使得不同消息中间件的实现细节对应用程序来说是透明的。所以对于每一个SpringCloudStream的应用程序来说,