Real-Time Image Processing using Android NDK and OpenCV
In the previous recipes, we covered how to setup an NDK project and created an app to test the performance of using […]
Building a Fast Math app for Performance Gains with Android NDK
In this recipe, we will compare performance between Kotlin and C++ by implementing a Fibonacci calculator in both languages. This will introduce […]
Building a Hello World App using Android NDK and C++
We’re going to call a C++ function from Kotlin/Java and display the result in a TextView. This will introduce you to JNI […]
Rooting an Android Emulator in 2025
As we step into 2025, my curiosity project involves delving deep into the Android operating system. One of the coolest ways to […]
Why I Swear by WeakReferences Over Nullables for Android Contexts
Today I want to share my take on why using a WeakReference is often a better choice than simply marking something as […]
Project Management for Indie Hackers
Introducing SCRUM SCRUM is a term borrowed from Rugby, where it means a formation of players. Similarly, in product development, SCRUM is […]
Talk to Customers
You’re an indie hacker. You love creating products and talking about it on Twitter etc. You read tweets sent out by @levelsio […]
Your B2C app needs to be free
TLDR: If making B2C software product, make it free, monetize layer-2 type users, and don’t think about profit B2C software products are […]