Kotlin on Android development: Camera2 API TextureView
У вашего броузера проблема в совместимости с HTML5
This Kotlin Camera2 API Android tutorial describes how to add a TextureView to an Android Application.
This tutorial will consist of two parts.
* The initial setup of the base code
* Adding the TextureView to the Fragment layout file
Kotlin topics that will also be covered are:
* Using Kotlin Reflection for accessing a Java class file
* How to add logging to a Fragment file
* The usage of the @JvmStatic tag
* How to add a TextureView to a Fragment layout file
* Creating a SurfaceTextureListener
The details of the code on GitHub can be found in the tutorial articles. The free YouTube membership is required, which can be found here https://goo.gl/SsUFZw
The full introduction post can be found here https://goo.gl/mkXSfv
Kotlin Camera2 series:
1 - TextureView https://goo.gl/FyHM5c
2 - EasyPermissions https://goo.gl/Xw9s8t
3 - Camera Id https://goo.gl/hXDGNN
4 - Open Camera https://goo.gl/c2CHvF
5 - Rear Preview https://goo.gl/VK7gMe
6 - Front Preview https://goo.gl/e8eDe7 (Premium)
7 - SurfaceView https://goo.gl/PwkAHX (Premium)
Each episode will be released on a weekly basis.
For a one-off fee of $10.00 you can access the all the episodes straight away from here https://goo.gl/EEBKMj
Or else you can sign up to the professional membership plan for unlimited access to all the premium ad-free tutorials for $10.00 a month here https://goo.gl/bVAVRX
For business inquires, you can contact me at my site https://goo.gl/oYB4Ln
For any technical questions I provide paid consultancy here https://www.codementor.io/mobapptuts
Members on the professional plan can also post questions on the forum here https://goo.gl/85APgY
Site Series: https://goo.gl/TwuMy1
YouTube Playlist: https://www.youtube.com/playlist?list=PL9jCwTXYWjDLgxpayk9-pbmLkOAa1BMcf
For questions, training and consultancy support I can be contacted here https://goo.gl/HEZsX1
For much more information check out
Website - https://www.mobapptuts.com
Codementor - https://www.codementor.io/mobapptuts
Twitter - https://twitter.com/MobAppTuts
Facebook - https://www.facebook.com/nigeapptuts
Google+ - https://plus.google.com/b/115884642086760882044
Pinterest - https://www.pinterest.com/mobapptuts/
#KotlinOnAndroid #KotlinForAndroid #AndroidDev #Kotlin #Camera2 #API #How-to #tutorial