Aman ShekharThe Inaugural Chapter of My Journey into Writing a Book.Preserving the Legacy: Writing Your Family Biography for Generations to ComeOct 25, 2023Oct 25, 2023
Aman ShekharGarbage CollectorBefore I dig deep into the topic, below are the few points to remember:Oct 17, 2021Oct 17, 2021
Aman ShekharOut Of Memory Exception.In Java, all objects are stored in the heap. Every Android developer must have encountered the OutOfMemoryError, also known as OOME…Oct 8, 2021Oct 8, 2021
Aman ShekharHow can I improve my Chess Game?Chess games are divided into 3 parts. Openings, Middle Games, and the Endgames. Many players start with learning the Openings, which…Mar 22, 2021Mar 22, 2021
Aman ShekharFind the average of two Integer.MAX_VALUE ?The value of Integer.MAX_VALUE = 2147483647. Now what will happen if we increment it with value 1. The answer is surprisingly -2147483648…Aug 24, 2020Aug 24, 2020
Aman ShekharIn this blog I’m not going to explain, rather I’ll share the tips and sources which I’m using to…Lets talk about Coding Sites:Dec 8, 2019Dec 8, 2019
Aman ShekharThere are many sorting algorithms, which do the same thing.We will be differentiating the doubt with the Big O Notation. Here is a great link to this.Dec 8, 2019Dec 8, 2019
Aman ShekharDisabling the Log in the release BuildDisabling the Log in the release build is few of the security concern which we should be taking care of.May 23, 2018May 23, 2018
Aman ShekharGPU OverdrawAndroid device comes with a very nifty tool i.e. GPU Overdraw. This tool will help you figure out the UI related issues. I’ll try to…May 15, 2018May 15, 2018