Android Parse JSON file from AssetsJuly 25, 2019Snippets, SolutionsNo CommentsIf you ever wondered how to read and parse a simple JSON file stored in the assets directory of your Android project, here is a way to do it. Read More
GSON & Realm String arrayMay 29, 2015Solutions3 CommentsYou might know about Realm, a fancy and practical storage option that one can use on Android. Realm is quite fast and it is really easy to work with but…Read More