Tagged in

Android

Fueled Engineering
Fueled Engineering
Publishing insights and discoveries on iOS and Android app development since 1982.
More information
Followers
1.2K
Elsewhere
More, on Medium

Understanding Android NDK with Kotlin: Episode 3— Callbacks Continued.

Previous Article we saw how kotlin interacts with cpp in a simple Hello World application. We learned the basic changes to make in the CMake and the gradle file, we also looked at how to call native code from…


Test RxJava2 PublishSubject the right way

I was recently writing a unit test for a PublishSubject and was not able to write a valid test despite the code working well in the application.

The problem