Java - Medium Articles
In this article, ProtractorView is added to android. ProtractorView is a semicircular Seekbar view for selecting an angle from 0° to 180. Seek bar is… Read More
In this article, PopView is added to android. When users tap on the view a pop animation with a circular dust effect will appear. A… Read More
In this article, we will learn about how to add Custom Alert Dialog in an app using the SweetAlert Dialog Library. It is a pop-up… Read More
In this article, PhotoView is added to android. PhotoView aims to help produce an easily usable implementation of a zooming Android ImageView using multi-touch and… Read More
In this article, we will learn about how to add Croller in android. Croller is used to implement circular Seekbar in android. Seekbar is a… Read More
Android is an operating system which is built basically for Mobile phones. It is based on the Linux Kernel and other open-source software and is… Read More
Typing Indicator has been seen on various apps like Instagram, Facebook Messenger, and many more. To build a chat app Typing Indicator will help to… Read More
Given a URL as a string, the task is to extract username, password, profile, role, and key from the URL in a GET Method. Examples:… Read More
In the real world, a collection by definition is a group of articles that have similar properties and attributes. Since Java is an Object-Oriented Language… Read More
ParticleView is an animation library and animations help to gain the attention of the user so it is best to learn it. It is the… Read More
BungeeAnimation is an animation library that helps to gain the attention of the user. As it is known that apps are made up of many… Read More
In this article, let’s learn how to create an Instagram/Twitter heart Like animation in android. Twitter’s Like animation is quite good and attractive. Suppose one… Read More
LineAnimationView is an animation library that helps to gain the attention of the user. It is useful for creating very beautiful animation. In this animation,… Read More
TextWriter is used to animate text. TextWriter can be used when users open the app i.e. in place of Splash Screen. One can also use… Read More
Given string str of length N and an integer K, the task is to return the largest string in Dictionary Order by erasing K characters… Read More
ToggleButton is basically a stop / play or on/off button with indicator light indicating the current state of ToggleButton. ToggleButton is widely used, some examples… Read More
BottomNavigationView makes it easy for users to explore and switch between top-level views with a single tap. There should be a minimum of 3 top-level… Read More
Given an array num[] of N integers where each element is associated with a price given by another array price[], the task is to minimize… Read More
ShimmerLayout can be used to add a Shimmer Effect (like the one on Facebook or LinkedIn) to the Android Application. This layout is mainly used… Read More
This article is about enhancing the User Interface of the mobile application by adding Lottie animation files into our mobile app. The Lottie animations are… Read More