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...
365Bloggy How to Customize Toast in Android? A toast is a communication for feedback. It only takes up very little room when displayed, sits atop an activity's main content, and is only visible for a little while. We will learn how to customise ...
365Bloggy How to Create Custom Dialog Android? A dialogue is a small window in Android that invites the user to make a choice, provides further information, or informs the user about a certain job. The following are the primary purposes or goals o...