#android
Read more stories on Hashnode
Articles with this tag
We all know, each component in Android has its lifecycle, be it Activity, Fragment or Service. Each component gets created and destroys (and a few...
hey, Android help me get data from my other app · The Android Interface Definition Language (AIDL) is similar to other IDLs: it lets you define the...
Why Powermockito.whenNew() is not enough. · Powemock is a very powerful tool in any Java Developer's arsenal, it allows a developer to change his code at...
Post inspired by RecyclerCalendarAndroid Lib RecyclerView The theory is simple, we need each day of the calendar rendered as one cell of the...
Transitions in Android help users navigate from one screen to another with a smooth animation. There are mainly 2 ways you can create and attach a...
How to debug 'test should never throw an exception to this level' · Sometimes when you are running tests in Android Studio or Intellij Idea, you might...