camera-samples
camera-samples copied to clipboard
Sample improvements
- use androidx library for HdrViewFinder
- remove jcenter() from CameraXTFlit
- use view binding for the repo.
- remove the deprecated immersive setting.
- replace postDelayed with more reliable APIs called out in. https://github.com/android/camera-samples/pull/379#discussion_r677589618. (it's more reliable to use ViewTreeObserver or the methods doOnPreDraw/doOnLayout from KTX. See https://developer.android.com/kotlin/ktx)
HdrViewFinder is a render-script example; that's probably not worth updating.