JetpackDemo
Jetpack demo that used to show how to use Jetpack libraries.
Install / Use
/learn @ellisonchan/JetpackDemoREADME

JetpackDemo
Demo that used to show how to use Jetpack libraries.
| Library | Index |
| :--------- | :--: |
| NewCameraX | Show how to scan QRCode by CameraX api and Huawei Scankit or Google Zxing library. |
| Hilt | Show DI case with perfect Hilt annotation. |
| Dagger2 | Show DI case with Dagger2 annotation. |
| Compose | Show how to use Compose UI library. |
| Room | Show how to use Room API. |
| CameraX | Show how to use CameraX api, such as preview, image capture and video recording. |
| AppCompat | Show DynamicTint and AutoSize feature with AppCompat API. |
| Viewbinding | Show Viewbinding use case. |
| Databinding | Show Databinding use case. |
| ViewModel | Show ViewModel use case. |
| ViewModel x DataBinding | Show how to use ViewModel and DataBinding. |
| Lifecycle | Show Lifecycle test code. |
| LiveData | Show LiveData test code. |
| DataStore | Todo |
| SavingStates | Todo |
| StartUp | Todo |
| Paging | Todo |
| ActivityResult | Todo |
| Navigation | Todo |
| WorkManager | Todo |
:camera_flash: NewCameraX
<img src="https://z3.ax1x.com/2021/06/27/RJNZaq.png" alt="12-widget" height="40%" width="40%"></div>
Select analysis service

Scan QRCode by Huawei ScanKit

Auto zoom when long distance

Show point view when scan succeed

:fork_and_knife: Hilt
<img src="https://p26-tt.byteimg.com/origin/pgc-image/581f7e2cf91b4199b0ed5f785b934809" alt="Hilt Demo" height="40%" width="40%">🔪 Dagger2
<img src="https://img.imgdb.cn/item/606ae7b78322e6675c9b00fa.png" alt="Dagger2 Demo" height="40%" width="40%">:art: Compose
<img src="https://ftp.bmp.ovh/imgs/2021/03/b7a715cd82b9e431.png" alt="Compose Demo" height="40%" width="40%"> <img src="https://ftp.bmp.ovh/imgs/2021/03/fa80378f7871ea03.png" alt="Compose Demo" height="40%" width="40%">:house: Room
<img src="https://ftp.bmp.ovh/imgs/2021/02/8e9b2d18e2dc1805.png" alt="Room Demo" height="40%" width="40%">:camera_flash: CameraX
<img src="https://ftp.bmp.ovh/imgs/2021/01/d3ea7d4deefb8243.jpg" alt="12-widget"></div>
:wrench: AppCompat
<img src="https://ftp.bmp.ovh/imgs/2021/01/9456620bd549af63.png" alt="DynamicTint & AutoSize" height="40%" width="40%">:orange_book: My blog
https://blog.csdn.net/allisonchen
license
MIT License
Copyright (c) 2021 Ellison Chan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
