Mudit SenCreate your commands to Boost your productivity.As a developer we often use many terminal commands and often same commands repeatedly. Some commands are bit complicated and hard to…Sep 20, 2023Sep 20, 2023
Mudit SenHow to get Application Context in your Library without any Initialise method?Let’s say you have created android library. It has great utility to all Android developers but it has hard dependency on Application…Jun 28, 20231Jun 28, 20231
Mudit SeninMindOrksMix-in Pixel for AndroidWhen Android platform launched, instead of pixel like in HTML+CSS, it came with something called Density Pixel to define dimensions of…Aug 8, 2022Aug 8, 2022
Mudit SenBinary SearchSimple and Elegant algorithm to search an element in a sorted array which only takes log n time..May 18, 2022May 18, 2022
Mudit SenChange Android Activity Status Bar Color like a ProWell, you have probably already changed color of your application’s Status Bar a lot times before. But probably faced few issue around when…Aug 18, 20212Aug 18, 20212
Mudit SenUnderstanding Quick-Sort.So, let’s begin the story of QUICK-SORT, if you are new to programming, then this is a good article for you. But we are not jumping to…Feb 21, 2021Feb 21, 2021
Mudit SeninProAndroidDevEnhance Android WebView Performance using Glide.Using WebViews in your native application is very common these days but when it comes to performance, rendering of a WebView is quite slow…Oct 17, 20206Oct 17, 20206
Mudit SeninDev GeniusXOR Doubly Linked List.Problem: An XOR Linked list is a more memory efficient doubly linked list. Instead of each node holding next and previous fields, it holds…Oct 16, 2020Oct 16, 2020
Mudit SeninMindOrksSliding Up And Down: View AnimationIn Android animation support there are many ways to create an animation. Transitioning activities with animation to showing and hiding…Oct 18, 20182Oct 18, 20182