android - SQLite Database Population from External Site -


i'm beginner in both android app development space , sqlite, want write app type in name of wine , give reccomendation of foods along ratings of how food-wine pairing was.

i've been looking @ sqlite , sugarorm supposedly makes sqlite lot easier use. next wanted pull database information http://www.whattopair.com/ has entire database want app.

is possible pre-populate database database website without having manually enter thousands of these pairings? perhaps have contact site owner?

thanks, , apologize if unclear, i'm complete novice using these tools.

you should check site if provide api fetch information database pragmatically. if do, can write program run first time app starts, fetch information , store locally on device. should check how disk space take because phone's memory more limited website's database. might best connect websites database on-demand , fetch info need.

android developers training can started, , cover topics of fetching information web services, , writing local database.

http://developer.android.com/training/index.html


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -