Skip to content

TechYourChance

  • Blog
  • Courses
  • Hire Me
  • About
  • Sign in
  • Sign Up
TechYourChance
  • Blog
  • Courses
  • Hire Me
  • About
  • Sign in
  • Sign Up

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 Using JavaScript 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

How Android, Android Studio and Gradle Use Java

Detailed review of the relationship between Android, Android Studio, Gradle and Java.

9 Comments

Remove Hungarian Notation from Java and Kotlin

Handy script which automatically refactors Java and Kotlin code from so-called Hungarian Notation to Camel Case Notation.

Leave a comment

Clean Runtime Permissions in Android

Detailed summary of a clean approach to runtime permissions management in Android applications.

6 Comments

The State of Native Android Development, December 2020

My analysis of the native Android development ecosystem in 2020 and predictions for 2021.

13 Comments

Coroutines Dispatchers.Default and Dispatchers.IO Considered Harmful

My argument against Kotlin Coroutines’ default background dispatchers: Dispatchers.Default and Dispatchers.IO.

17 Comments
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page10 Next →
© 2020 TechYourChance
Next Page »