365Bloggy DatePicker in Android Many Android applications where we must choose a date use the DatePicker dialogue. The majority of the time, this widget is found in travel booking software that reserve hotels. We can easily select t...
365Bloggy CountDownTimer in Android The countdown timer software allows you to establish a timer that moves in reverse order as it displays the amount of time remaining till the next event. A countdown timer is a precise timer that can ...
365Bloggy Android BottomSheet Example in Kotlin The Bottom Sheet is utilised by the majority of applications, including Google Drive and Maps, to display data within the programme. This post will look at utilising Kotlin in Android Studio to implem...
365Bloggy How to Implement OTP View in Android? An OTP View or PinView in Android is a widget that allows users to enter their PIN, OTP, and so on. They are primarily used for two-factor authentication or phone number verification via OTP. In this ...
365Bloggy How to Implement Country Code Picker in Android? An Android library called Country Code Picker assists users in choosing country codes for phone forms. In an Android spinner, CCP offered a user interface component that facilitates the user's selecti...
365Bloggy How to build a Video Player in Android This article explains the step-by-step method of creating a Video Player with Android Studio. There is a unique class named "MediaPlayer" in Android that allows you to view videos. In this article, yo...
365Bloggy Flashlight Android App A basic android application that allows the user to toggle a torch or torchlight by pressing a button should be created by all newcomers to the field of Android programming. One would therefore be abl...
365Bloggy How to create a Stopwatch App using Android Studio we can create a stopwatch or mobile application. The watch works for different applications like health, doctor, etc There are three button in application Start: To start the stopwatch Stop: To stop t...
365Bloggy How to Implement TextSwitcher in Android? TextSwitcher in Android can be extremely handy for displaying texts in a dynamic style. TextSwitcher is similar to ViewSwitcher but has its own set of features. Its offspring are only of the TextView ...
365Bloggy How to Implement OTP View in Android? An OTP View in Android is a widget that allows users to enter their PIN, OTP, and so on. They are primarily used for two-factor authentication or phone number verification via OTP. A sample movie is p...
365Bloggy How to Restart Activity in Android? An Activity in Android is that element of the application that provides a platform for drawing UI elements. Activity, in general, occupies the entire screen but may not always fill the entire screen. ...
365Bloggy How to add a Snackbar in Android Snackbar offers brief commentary on an activity. On smaller devices, the notice shows at the bottom of the screen; on larger ones, it appears lower left. Above every element on the screen is the Snack...