• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by AK92

  1. A

    Does Executor/ThreadPool work with CameraX's both ImageReaderModes?

    I am wondering if anyone here knows whether ImageAnalysis.ImageReaderMode.ACQUIRE_LAST_IMAGE mode works with TheardPool/Executor if I were to define one with .setBackgroundExecutor(). I am trying to do image analysis, and I would want to perfom that on a bunch of recent image frames on multiple...
  2. A

    Activity can already be seen at onCreate() stage

    Hi all, I am new to this forum. According to Android doc, an activity is created and not seen in creation state. But then if you set a break point within onCreate() and Debug app. the activity can be fully visible. Why so?