Skip to content

TechYourChance

  • Blog
  • Freebies
  • Courses
  • Consulting
  • About
  • Sign in
TechYourChance
  • Blog
  • Freebies
  • Courses
  • Consulting
  • About
  • Sign in

Your Methods Should be “Single Level of Abstraction” Long

Explanation of Single Level of Abstraction Principle and several real-world examples of its application.

4 Comments

Finite State Machine with Unit Tests – Real World Example

Example of a real-world, complex Finite State Machine (FSM) with unit tests, and discussion of its implementation approach.

2 Comments

Kotlin vs Java in Android, Four Years Later

Review of Kotlin’s effect on Android developers’ productivity since its introduction as a “first class language for Android” four years ago.

7 Comments

Dagger vs Hilt vs Koin in Android

Comparison between Dagger, Hilt and Koin dependency injection frameworks for Android, and Pure Dependency Injection technique.

8 Comments

ViewBinding vs FindViewById in Android

Comparison of ViewBinding tool to the standard approach involving many findViewById calls

16 Comments

How to Embed Web Server In Android Application

This tutorial shows how to add web server functionality into Android applications and allow external clients connecting to it.

Leave a comment

Communication with WebView in Android

Explanation of one- and two-way communication between “native” code and the contents of WebView component in Android applications

Leave a comment

Android AsyncTask Using Kotlin Coroutines

Source code and discussion of the re-implementation of the notorious Android AsyncTask using Kotlin Coroutines framework.

2 Comments

ContentProvider in Android Libraries Considered Harmful

My argument against using ContentProvider component for automatic initialization of Android libraries.

6 Comments

Testing and Quality Assurance in Android

Thorough discussion of testing techniques and other quality assurance approaches to detect bugs in Android applications.

2 Comments
Older posts
Newer posts
← Previous Page1 Page2 Page3 Page4 … Page12 Next →
© 2023 TechYourChance
Next Page »