Bugjaeger allows you to manage your Android devices through the ADB protocol. Smart watch devices with Wear OS also support the ADB protocol.

If you'd like to connect your Samsung Watch 4 to Bugjaeger, do the following.

Some users complain in reviews that they're not able to connect. I'm not...

Continue Reading...

Android apps that you install through app stores are normally installed to your devices using an APK file. Even though installing an app through a store is simple and streamlined, you still might have the need to install the APK files manually.

Android often allows to install APK files manually,...

Continue Reading...

I use RecyclerView pretty often, but I still tend to forget how to write a custom Espresso matcher for tests that allows me to scroll and click item according to my custom criteria.

This is just a quick reminder for me, so that I can look it up here in case I forget.

The scenario here is the fol...

Continue Reading...

Lock task mode allows you to lock your app to the screen, so that the user won't be able escape from the app by pressing buttons like back and home.

This feature can be especially useful when your implementing single purpose kiosk-like devices. The term Kiosk mode can also be used to describe...

Continue Reading...

blue_bug
Android devices usually come with various pre-installed apps. Most of these can actually be helpful, but some are only using up your battery.

The preinstalled apps usually cannot be easily removed without rooting the device.

In this post I would like to show how to disable these apps without...

Continue Reading...