If you landed on this page, you have already heard about the possibility to import Adobe After Effects animation to your Android app. There might be various reasons to do so. I went down this road because I wanted to...
Category - Android
Android Espresso examples for UI testing
Espresso is a handy native Android tool for UI testing in Android. There is a lot of things you can test. Even though community support is pretty nice, it is sometimes time-consuming to find examples on testing your...
Android Tutorial – Continuous Speech Recognition with Pocketsphinx
During my latest project (Smart Mirror), I wanted to implement a continuous speech recognition that would work without stopping. I spent a lot of time finding a library that could work nicely, there were two of them...
Find classes in Android project or application path
During the internship in 5th semester of university’s Computer Science program, I had to program an extendable Android application. What I mean by this is that I did not program the application the usual way...
Granted, denied and permanently denied permissions in Android
I’m pretty sure that you know that with Marshmallow (SDK 23), we got a new permissions system. Permissions are not handled by the apk installer anymore. Before Android 6.0, all permissions were shown on the screen...
Alarm Application in Android (Tutorial using AlarmManager)
This feature is included in my Oversleep application and there is some of the things that are happening in the background and need to be explained. Most of the programmers/users go for alarms which are dismiss-able...
Send multiple images at once from PHP to Android
At some point during the Picsel development I had to start thinking about bulk actions, such as sending multiple pictures at once from my REST PHP webservice to Android application. I’m pretty ashamed to explain...