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 Zoom In and Out to TextView in Android We will add the zoom in and zoom out feature to TextView. We'll see the image after zooming in. Basically, we'll learn how to increase or decrease font size in Android. In this article, you will learn...
365Bloggy How to underline text in textview In Android, a TextView is the primary UI element that displays text in the form of characters, integers, strings, and paragraphs. However, styles cannot be applied to text within the TextView. In this...
365Bloggy Shine Effect in Android To improve the animation appearance of an ImageView, Button, or View, apply the Shine Effect. The implementation is quite simple. For an understanding of what we will be doing in this article, please ...
365Bloggy How to Create Marquee Text in Android? In this lesson, we will construct Marquee Text in Android Studio. Marquees are scrolling pieces of text that can be shown horizontally or vertically. It is used to display a significant message or hea...
365Bloggy How to Create Stories View in Android Stories are now one of the most popular features on many different apps, including WhatsApp, LinkedIn, Instagram, and many others. In this tutorial, we'll look at how to implement a similar style of d...
365Bloggy Auto Image Slider in Android Auto Image Slider is one of the most seen UI components in Android. This type of slider is mostly seen inside the apps of big E-commerce sites such as Flipkart, Amazon, and many more. Auto Image Slide...
365Bloggy Nested RecyclerView in Android A nested RecyclerView implements a RecyclerView within a RecyclerView. A variety of apps, including the Play Store, use such a structure, with the outer (parent) RecyclerView being vertical and the in...
365Bloggy Floating Action Button with Bottom Navigation Bar in Android The floating action button differs from typical buttons. Floating action buttons are implemented in the app's UI for primary user activities, and the developer prioritises the actions under the floati...
365Bloggy Android RecyclerView in Kotlin In this post, you'll learn how to use Kotlin to implement RecyclerView on Android. Before we go any further, tell us about RecyclerView. A RecyclerView is a more advanced version of the ListView that ...
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 ...