Android Developer
About The Series This article is part of the following series: PART 1: Getting To KnowHere I talk little about Hilt, just how to setup Hilt for simple project and inject simple dependency into MainActivity. PART 2: Basic Concepts (This Article)Here...
About The Series This article is part of the following series: PART 1: Getting To Know (This Article)Here I talk little about Hilt, just how to setup Hilt for simple project and inject simple dependency into MainActivity. PART 2: Basic ConceptsHere...
Whenever you have a primitive array and you would like to convert it to List (collection-based array). You might do this using asList() method of Arrays class of Collections framework. But this doesn't result to ArrayList, instead to an implementati...
Introduction In this article I try to simplify for beginners, how to run local development environment (of different apps) over HTTPS using Caddy Server under same domain (ex: foo.bar). If you wonder why we would need development runs over HTTPS. Wel...
Today, I will discuss with you what is the concept of *Combinations and Permutations, and how to use them in programming. I will be using Python to apply these concepts in programming, but language doesn't matter here, the concept is what matters, ...
This will be my first post ever published on the big internet :). I choose to share simple info in it to ease publishing this blog. I will show some examples that demonstrates the difference between Carriage Return, Line Feed, and Form Feed. I will...