• Skip to main navigation
  • Skip to main content
  • Skip to footer
  • Apps
  • Skip to menu toggle button
Andrzej Zabost

Andrzej Zabost

Coding, games and technology

  • LinkedIn
  • Facebook
  • GitHub
  • Back to top ↑

Author: Andrzej Zabost

Migrating away from Bintray/JCenter when there is no alternative repository

TL;DR version If you can’t find a library (Maven dependency) you need for your project after Bintray/JCenter (or another similar…
Continue reading “Migrating away from Bintray/JCenter when there is no alternative repository”…
Posted on: 26 May 2021 Last updated on: 26 May 2021 Comments: 0 Written by: Andrzej Zabost

Forward compatible enums in Kotlin

A few years ago Adam outlined 8 steps to keep your API sane in his blog post which I really…
Continue reading “Forward compatible enums in Kotlin”…
Posted on: 17 November 2020 Last updated on: 17 November 2020 Comments: 0 Written by: Andrzej Zabost

Watch out for large strings crashing your Android app

I’ve recently come across a weird and totally unexpected issue while developing an Android app. I bet a lot of…
Continue reading “Watch out for large strings crashing your Android app”…
Posted on: 2 March 2020 Last updated on: 3 March 2020 Comments: 0 Written by: Andrzej Zabost

Android ViewModel injections revisited

In one of my previous posts I have described how to implement a ViewModel factory that was able to provide…
Continue reading “Android ViewModel injections revisited”…
Posted on: 18 June 2018 Last updated on: 18 June 2018 Comments: 0 Written by: Andrzej Zabost

Top 3 reasons why you should start with Android

People who start their professional coding adventure, whether they are still studying, just graduated or changing profession, may often hesitate…
Continue reading “Top 3 reasons why you should start with Android”…
Posted on: 29 March 2018 Last updated on: 29 March 2018 Comments: 0 Written by: Andrzej Zabost

Don’t fool yourself with lateinit modifier

Kotlin language provides a nice and clean way to handle nullable variables in code so that it is less error…
Continue reading “Don’t fool yourself with lateinit modifier”…
Posted on: 22 March 2018 Last updated on: 22 March 2018 Comments: 0 Written by: Andrzej Zabost

Implementing in-app language change

Android resolves language- and culture-specific resources based on the system locale setting. This is a desired behavior that makes perfect…
Continue reading “Implementing in-app language change”…
Posted on: 17 February 2018 Last updated on: 17 February 2018 Comments: 0 Written by: Andrzej Zabost

Microbenchmarking on Android

Since Kotlin becomes more and more popular, especially amongst Android developers (and it’s officially supported by Google), some people decided…
Continue reading “Microbenchmarking on Android”…
Posted on: 11 February 2018 Last updated on: 16 February 2018 Comments: 0 Written by: Andrzej Zabost

Android Manifest placeholders

What are they? Android Manifest placeholders allow you to put variables into the Manifest that is otherwise completely static. Why…
Continue reading “Android Manifest placeholders”…
Posted on: 26 January 2018 Last updated on: 26 January 2018 Comments: 0 Written by: Andrzej Zabost

Testing Android ViewModels

In my previous post I described how to implement injectable Android view models using Dagger and ViewModel library from Android…
Continue reading “Testing Android ViewModels”…
Posted on: 3 January 2018 Last updated on: 3 January 2018 Comments: 2 Written by: Andrzej Zabost
1 2 Next page »
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Tags

aapt android apk builds crash dagger dev docker enum forward compatibility gradle kotlin large linux manifest maven serialization string
© 2023 Andrzej Zabost | Using Modern WordPress theme. | Back to top ↑
  • LinkedIn
  • Facebook
  • GitHub
  • Back to top ↑