У нас вы можете посмотреть бесплатно Android Camera Integration to Take Photos (including Android 10, API 29)- Kotlin Tutorial или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Build an app which integrates camera functionality, allowing the user to take a picture and display that image in our app. We’ll be using an external camera application to capture the image rather than integrating the camera directly into our app. Note: you don't actually need the READ_EXTERNAL_STORAGE permission! See this video: • Forget the Storage Permission: Alternative... . Thanks to Bhusan S for pointing this out. Follow me on Twitter: / rpandey1234 Guides about integrating the camera: ➤ Android Developers guide for integrating the camera: https://developer.android.com/trainin... ➤ Codepath guide for integrating the camera: https://guides.codepath.org/android/A... Articles with additional info about concepts mentioned in the video: ➤ Intents in Android: https://guides.codepath.com/android/U... ➤ Limitations on sending data between processes/apps: https://developer.android.com/guide/c... ➤ Needing the READ_EXTERNAL_STORAGE permission with the enforcement of Scoped Storage in Android 10, API 29: https://www.androidcentral.com/what-s... ➤ FileProvider to share files between apps: https://developer.android.com/referen... ➤ Android Cookbook: https://amzn.to/3IfEX6h ➤ Head First Kotlin: https://amzn.to/3I77Z7Z Timestamps: 0:00- Intro 0:38- Two ways to integrate camera functionality in your app 2:12- How to get the image if you’re ok with a low quality image 5:14- Handling onActivityResult once the user has taken a picture with the camera 7:06- Demo of app capturing the low quality image 7:45- How to get a high quality image from the camera 10:33- Introducing the file provider to securely pass the file to the camera app 14:15- Demo of app capturing the high quality image ➤ Project code: https://github.com/rpandey1234/Camera...