If 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.
GSON & Realm String array
You 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