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 showing RTSP stream from IP camera on Android application. There might be a case where we have multiple IP cameras and want to display a RTSP stream...
LibVLC library can be used to display RTSP stream from IP camera on Android application. Until the video stream gets to start showing in VLC player, a black surface appears...
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 playing 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, we...
A VideoView allows playing 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 we...
Firebase Crashlytics is a crash reporter that can be integrated into Android application. It allows tracking, collect, and organize application crashes. We can analyze crash reports in the Firebase dashboard...
Material Components library allows displaying a shapeable image. By setting corner radius and family we are able to change the shape of the image to circle, rhombus, octagon, etc.
Firstly...
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 using a...