camera-samples icon indicating copy to clipboard operation
camera-samples copied to clipboard

Sample improvements

Open ggfan opened this issue 4 years ago • 1 comments

  • 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)

ggfan avatar Jul 23 '21 17:07 ggfan

HdrViewFinder is a render-script example; that's probably not worth updating.

syslogic avatar Jun 03 '22 03:06 syslogic