Android realm | Android Tutorial on Realm Database

  In this blog we will discuss about the usage of android Realm database in android app.So far we have learnt different local databases in android. Local databases are used to store data in app level so as to maintain user required information available in offline state.When there a requirement to store details in the … Read more

Firebase Firestore Android Tutorial- retrieve list data

  Firebase Firestore : Firebase firestore is used to store our data in this blog and retrieve it as a form of list.Firebase firestore is a better option when you try to store or retrieve data maintaining high security standards by google. Not only security there is scalability, flexibility in handling data most importantly its … Read more