Android Jetpack
Behavior Components
CameraX
Download manager
Media & playback
Notifications
Permissions
Preferences
Sharing
Slices
Jetpack Components
introduction
Foundation
Architecture
Behavior
UI
Foundation Components
Android KTX
AppCompat
Auto
Benchmark
Multidex
Security
Test
TV
Wear OS by Google
Architecture Components
Data Binding
Lifecycles
LiveData
Navigation
Paging
Room
ViewModel
WorkManager
UI Components
Palette
Layout
Fragment
Emoji
Animation & transitions

CameraX



CameraX - Behavior Components, Easily add camera capabilities to your apps

Android Jetpack includes CameraX support library, it will make camera app development easier. it has easy-to-use API surface that works across most Android devices from Android 5.0 (API level 21) to higher versions.

CameraX support library resolves device compatibility issues, so that no need to write device specific code when adding camera capabilities to your app. A simpler, use case-based approach that is life cycle aware.

CameraX interface provides access to device camera through an abstraction called a use case. The below are the available use cases.


Use CaseDescription
Previewprepares a preview SurfaceTexture
Image analysisprovides CPU-accessible buffers for analysis, such as for machine learning
Image capturecaptures and saves a photo

concurrent use cases can be used at a time, in app user view the image that the camera sees with preview use case and have an image analysis use case, and image capture use case to take a picture.


CameraX minimum version requirements:

  • Android API level 21
  • Android Architecture Components 1.1.1

use FragmentActivity or AppCompatActivity for lifecycle-aware activities



Animation & transitions

Animation & transitions, Android Jetpack UI Components, Move widgets and transition between screens

posted on 2019-10-25 08:04:17 - Android Jetpack Tutorials


Emoji

Emoji, Android Jetpack UI Components, Enable an up-to-date emoji font on older platforms

posted on 2019-10-25 08:03:43 - Android Jetpack Tutorials


Fragment

Fragment, Android Jetpack UI Components, A basic unit of composable UI

posted on 2019-10-25 08:03:24 - Android Jetpack Tutorials


Prompt Examples

ChatGPT Prompt Examples

posted on 2023-06-21 22:37:19 - ChatGPT Tutorials


Use Cases

Chat GPT Key Use Cases

posted on 2023-06-21 21:03:17 - ChatGPT Tutorials


Prompt Frameworks

Prompt Frameworks

posted on 2023-06-21 19:33:06 - ChatGPT Tutorials