Blog for Shendy

HomeOthersAndroidBadges
Blog Author Picture

Ahmed Shendy

Android Developer

Hilt, The DI Library For Android – PART 2: Basic Concepts

Sep 10, 202011 min read23 views

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...

Hilt, The DI Library For Android – PART 1: Getting To Know

Sep 1, 20206 min read26 views

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...

Arrays.asList(array) Won't Not Give You ArrayList, Here is Why?

Jul 17, 20202 min read21 views

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...

Traditional Setup: Run Local Development Over HTTPS Using Caddy

Mar 28, 202011 min read10 views

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...

What is Combinations and Permutations?

Nov 28, 20193 min read3 views

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, ...

Carriage Return vs Line Feed vs Form Feed! - First Article Ever :)

Nov 18, 20192 min read12 views

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...

© 2021 Blog for Shendy

PrivacyTerms
Proudly part of