Romman Sabbir
Romman Sabbir | Official

Romman Sabbir | Official

Follow
Follow
homeDependency Injection w/ HiltResumeKotlinSOLID PrinciplesAndroid DevelopmentAlgorithms
Tag

clean code

#clean-code

More content

Read more stories on Hashnode


Articles with this tag

Design Patterns: Retry /w Kotlin

Nov 25, 20234 min read

Dealing with transient failures or intermittent issues using Retry Design Pattern in Kotlin. · Introduction In software development, dealing with...

Design Patterns: Retry /w Kotlin

Mastering Hilt - Android | Kotlin | Hilt (Dagger 2) [Part 6]

Oct 11, 20232 min read

Becoming Proficient in Dependency Injection with Hilt for Android (Kotlin) · Component Dependencies in Hilt Component dependencies in Hilt allow you to...

Mastering Hilt - Android | Kotlin | Hilt (Dagger 2) [Part 6]

Mastering Hilt - What is Dependency Injection and It's Advantages

Oct 11, 20232 min read

Becoming Proficient in Dependency Injection with Hilt for Android (Kotlin) · What is Dependency Injection? Dependency Injection (DI) is a software design...

Mastering Hilt - What is Dependency Injection and It's Advantages

Kotlin: lateinit vs lazy

Jul 5, 20235 min read

Differences between Kotlin's lateinit and lazy. · If get to know something new by reading my articles, don't forget to endorse me on LinkedIn This...

Kotlin: lateinit vs lazy

Kotlin : String vs StringBuilder

Mar 2, 20233 min read

Java/Kotlin : String vs StringBuilder performance comparison · If get to know something new by reading my articles, don't forget to endorse me on...

Kotlin : String vs StringBuilder

Android (Kotlin) : Locale Helper

Feb 16, 20233 min read

How to implement app-level localization in Android OS. · If get to know something new by reading my articles, don't forget to endorse me on LinkedIn In...

Android (Kotlin) : Locale Helper