Archive of posts with category 'Android'

Rust once and share it with Android, iOS and Flutter

What if I told you that you could use the same very performant code in Android, iOS or even in Flutter. In this article, we’ll see how to achieve this...

Building an Android service that never stops running

I’ve been struggling these days trying to find a way to run an endless service in Android. This is just a guide for all of you who pursue the same...

Rust powered CLI apk decompiler

Lately I’ve been needing to reverse engineer some apks and I’ve been manually using some third-party tools to do so. But, how could we speed up the process? A little...