安卓上开发摄像头预览应用,参考了谷歌的实现CameraX基本使用[https://github.com/android/camera-samples/tree/main/Ca...
安卓上开发摄像头预览应用,参考了谷歌的实现CameraX基本使用[https://github.com/android/camera-samples/tree/main/Ca...
google 文档说明 对应地址: https://developer.android.com/studio/build/build-variants#product-fla...
情况1: app中有某个build type但module中没有 注意:module中有但app中没有的build type是不会报错的,因为gradle插件根本不会去mod...
前言 Android真响应式架构系列文章: Android真响应式开发——MvRxEpoxy——RecyclerView的绝佳助手 Android真响应式架构——Model...
最近淘宝出了vlayout,刚开始看淘宝的文档的时候还是有点懵,后来自己也总结规划了一下,写了一个比较好看的demo,顺便在这里总结一下。 VLayout是什么,说白了就是用...
1、recyclerview高度设置为0dp,2、添加app:layout_constraintBottom_toBottomOf="parent"
Camera2简介 在Google 推出Android 5.0的时候, Android Camera API 版本升级到了API2(android.hardware.came...
KRouter(https://github.com/richardwrq/KRouter)路由框架借助gradle插件、kapt实现了依赖注入、为Android平台页面启动...
目录 1.介绍 2.为什么要用ConstraintLayout 3.如何使用ConstraintLayout3.1 添加依赖3.2 相对定位3.3 角度定位3.4 边距3.5...