database - Entity Framework and Linq equivalent in Android -


i new android. literally learn android few days ago. wondering, there entity framework , linq equivalent android?

also, need store/cache record local database. best database use? thinking of using sqlite. appropriate android?

thanks!

sqlite appropriate store local data example: if retrieving json, u can sqlite database store data offline mode, , of course u can use cache well, recommend u sqlite.

hope helped.


Comments

Popular posts from this blog

php - Displaying JSON data posts for blog using just the post id -

docusignapi - Documents restrictions within a package -

javascript - angular.forEach loop with $http.get -