Open in app
Home
Notifications
Lists
Stories

Write
Jitendra Alekar
Jitendra Alekar

Home

Dec 6, 2021

Cancelling Kotlin Coroutines

Overview This article covers cancelling coroutine jobs, parent-child relationships, and limiting lifetime using scopes. Understanding Cancellation Coroutines provide fine-grained control over concurrent execution. We can cancel a coroutine or limit the execution of several coroutines and avoid unnecessary work. When we cancel a coroutine, a CancellationException is thrown and is treated as a…

Kotlin

3 min read


Jun 23, 2021

Switching to android app bundles

Android devices come in different configurations and we need to cater for each variation in our app code and assets. At this point we can either have multiple apks or just one big fat apk which will cater for all devices across our device matrix. Android App Bundle or AAB…

Android

3 min read

Switching to android app bundles
Switching to android app bundles

Oct 3, 2018

Android documentation done right

Ink is better than the best memory. — Chinese proverb Documentation is an important but scorned after part of a project. No matter how great you library works, a bad or scarce documentation often leaves a bad taste and could lead to poor developer acceptance. Don’t document the program; program…

Android

2 min read


Nov 14, 2017

Realizing a dream

Dream big: Its human to have the desire to expand, to grow and to achieve something unimaginable. It means pushing the boundaries of what’s considered achievable like breaking the ten second barrier or the vision of Wright brothers to fly. …

Life

2 min read

Realizing a dream
Realizing a dream

Dec 1, 2016

Always use Transaction blocks in Realm Android

If you are new to Realm then this one choice could make your experience with this easy to use library could become much more pleasant. Firstly, lets look at transactions. Read and write access in realm is ACID. This is possible because every write operation is a transaction. Although you…

Android

3 min read

Jitendra Alekar

Jitendra Alekar

Following
  • Gabor Varadi

    Gabor Varadi

  • Manuel Vivo

    Manuel Vivo

  • Chet Haase

    Chet Haase

  • Sonu Gupta

    Sonu Gupta

  • Yakiv Mospan

    Yakiv Mospan

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable