#android
Read more stories on Hashnode
Articles with this tag
At some point of time, we all have worked with arrays. It is a useful data structure to store multiple values of the same type in a single variable....
The Paging 3 library, a part the new set of Android Jetpack libraries, provides a robust way of paginating large sets of data in Android whether it is...
Explanation of a StackOverflow question regarding an Android Activity's lifecycle · Yesterday, I came across a StackOverflow question. The OP(original...
Originally published at freecodecamp.org by me. Reproduced here for record. If you're building an Android app, you should consider adding animations....
You would hardly see any Android app that allows its users to be able to choose from a set of fonts to be used for the whole app, based on the user's...
Auth0 is an amazing tool to easily integrate user authentication in any kind of app you are building. It has a great set of tools to enable auth in...