ANDROID APP

Android Digital camera Integration to Take Photographs (together with Android 10, API 29)- Kotlin Tutorial



Construct an app which integrates digital camera performance, permitting the consumer to take an image and show that picture in our app. We’ll be utilizing an exterior digital camera utility to seize the picture quite than integrating the digital camera instantly into our app.

Notice: you do not really want the READ_EXTERNAL_STORAGE permission! See this video: https://youtu.be/C28pvd2plBA?t=455. Because of Bhusan S for pointing this out.

Comply with me on Twitter: https://twitter.com/rpandey1234

Guides about integrating the digital camera:
➤ Android Builders information for integrating the digital camera: https://developer.android.com/coaching/digital camera/photobasics
➤ Codepath information for integrating the digital camera: https://guides.codepath.org/android/Accessing-the-Digital camera-and-Saved-Media

Articles with more information about ideas talked about within the video:
➤ Intents in Android: https://guides.codepath.com/android/Utilizing-Intents-to-Create-Flows
➤ Limitations on sending knowledge between processes/apps: https://developer.android.com/information/parts/actions/parcelables-and-bundles#sdbp
➤ Needing the READ_EXTERNAL_STORAGE permission with the enforcement of Scoped Storage in Android 10, API 29: https://www.androidcentral.com/what-scoped-storage
➤ FileProvider to share recordsdata between apps: https://developer.android.com/reference/androidx/core/content material/FileProvider

Timestamps:
0:00- Intro
0:38- Two methods to combine digital camera performance in your app
2:12- How you can get the picture in case you’re pleased with a low high quality picture
5:14- Dealing with onActivityResult as soon as the consumer has taken an image with the digital camera
7:06- Demo of app capturing the low high quality picture
7:45- How you can get a top quality picture from the digital camera
10:33- Introducing the file supplier to securely go the file to the digital camera app
14:15- Demo of app capturing the prime quality picture

➤ Mission code: https://github.com/rpandey1234/CameraIntegration

source