The Kotlin Camera2 API MediaRecorder Android development tutorial describes how to setup the MediaRecorder for recording video from the rear camera. This Kotlin on Android tutorial follows on from the icons episode. In this Kotlin on Android tutorial we will cover: How to create a unique file name How to create an Android File Using […]
Kotlin Android Image Download with Volley
The Kotlin Android Image Download with Volley development tutorial describes how to use the Volley image library for downloading and displaying images. Volley offers the following benefits: Automatic scheduling of network requests. Multiple concurrent network connections. Transparent disk and memory response caching with standard HTTP cache coherence. Support for request prioritization. Cancellation request API. You […]
Kotlin SurfaceView Preview Screen
The Kotlin SurfaceView Preview Screen Android development tutorial describes how to use a SurfaceView for displaying output to a Preview Screen. In the previous Kotlin on Android tutorial we covered how to switch between camera’s for the preview display. In this Kotlin on Android tutorial we will cover: Replacing the TextureView with SurfaceView in the […]
Kotlin Android Image Download with OkHTTP
The Kotlin Android Image Download with OkHTTP development tutorial describes how to use the OkHTTP image library for downloading and displaying images. OkHttp is an HTTP client that’s efficient by default: HTTP/2 support allows all requests to the same host to share a socket. Connection pooling reduces request latency (if HTTP/2 isn’t available). Transparent GZIP […]
Kotlin Bottom Navigation View
The Kotlin Bottom Navigation View android development tutorial describes how to add the BottomNavigationView for selecting Android Fragments. This Kotlin on Android development tutorial follows on from the previous episode, ViewPager. In this Kotlin on Android tutorial we will cover: Using Android Studio refactor copy Adding BottomNavigationView to layout Setting up BottomNavigationView listener Describe how […]
- 1
- 2
- 3
- …
- 9
- Next Page »