In Java, LinkedList is a part of the collection framework provided in java.util package. LinkedList is a linear data structure where all the elements are… Read More
Category Archives: Technical Scripter
Apache POI is a powerful API that enables the user to create, manipulate, and display various file formats based on Microsoft Office using Java… Read More
In this article, we will create a simple text editor like application that we can use to open, edit, and save text files with the… Read More
Let f : A->B and g : B->C be two functions. Then the composition of f and g, denoted by g o f, is defined… Read More
AlertDialog in android is one of the UI widgets which immediately pops up to confirm the user interaction or to confirm the action which is… Read More
The OpenCV library in Java contains a class named Imgproc which provides various methods such as resize(), wrapAffine( ), filter2D to process an input image.… Read More
Notification is a message which appears outside of our Application’s normal UI. A notification can appear in different formats and locations such as an icon… Read More
RecyclerView is more flexible and advanced version of ListView and GridView. RecyclerView is used for providing a limited window to a large data set, which… Read More
RecyclerView is the main UI component in Android which is used to represent the huge list of data. If the RecyclerView is not implemented properly… Read More
In Android, there’s quite a method to intercept the events from a user’s interaction with your application. When considering events within your interface, the approach… Read More
Google has officially announced Kotlin as a recommended language for Android Development and that’s why so many developers are switching from Java to Kotlin for… Read More
If you are looking to display YouTube videos inside your app without redirecting your user from your app to YouTube then this library is very… Read More
APK size is one of the most important factors while building any app for any organization or any business. No user would like to install… Read More
Proguard and R8 both are similar tools that are used for reducing the size of our APK and increase the performance of our APK by… Read More
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… Read More