VLC engine on Android application can be embedded using LibVLC library. This tutorial provides example how to play a video file using LibVLC on Android application.
Firstly, add the LibVLC...
LibVLC library allows to show RTSP stream from IP camera on Android application. There might be a case where we have multiple IP cameras and want to display RTSP stream...
LibVLC library can be used to display RTSP stream from IP camera on Android application. Until video stream gets start showing in VLC player, black surface appears for a user...
LibVLC for Android is a library that allows to embed VLC engine on Android application. This tutorial provides example how to display RTSP stream from IP camera using LibVLC on...
A MediaPlayer allows to play audio in Android application. Audio can be played from various sources, such as app's resources, external storage, from the internet.
In the layout XML file...
A VideoView allows to play video in Android application. Video can be played from various sources, such as app's resources, external storage, from the internet.
In the layout XML file...
Firebase Crashlytics is a crash reporter that can be integrated into Android application. It allows to track, collect, and organize application crashes. We can analyze crash reports in the Firebase...
Material Components library allows to display a shapeable image. By setting corner radius and family we able to change the shape of image to circle, rhombus, octagon, etc.
Firstly we...
The options menu is the main collection of menu items associated with an activity. In this menu we should place actions that have a global impact on the application. For...
A floating action button (FAB) is a circular button that contains an icon in the center. FAB is used to perform the primary action on a screen. Recommend to use...