How many database options are Available to implement Android app (java) | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 3

How many database options are Available to implement Android app (java)

21st Apr 2019, 5:11 PM
Ramshek Rana
Ramshek Rana - avatar
2 Réponses
+ 1
as far as i know sqlite is the only choice, other than creating your own data storage. i havent code an app for years maybe things arr change, idk you can also use webservice to store the data using other type of database, but it'll require the app to be online.
21st Apr 2019, 5:19 PM
Taste
Taste - avatar
0
sqlite have several advantages like lightweight, offline, doesn't require extra interface (means you can handle it from android studio) that's why there's is no substitute available for database in android!
5th May 2019, 6:29 PM
Piyush Raj
Piyush Raj - avatar