Connecting to oracle in android

前端 未结 5 1297
無奈伤痛
無奈伤痛 2020-12-16 08:20

So people are probably going to tell me this is a bad idea, but I\'d like to at least give it a go.

EDIT The intention of this app is that it can o

5条回答
  •  轮回少年
    2020-12-16 09:03

    :) yes, I'm one that'll tell u it is a "bad" idea. IMHO, given that Android apps are intended to run on mobiles where connectivity might be an issue or be lost temporarily, I claim each good app should have some degree of offline capabilities. So you'd implement some very basic sync mechanism - as for instance demonstrated with the SampleSyncAdapter - which synchronizes with the apps local SQLite db.

    I think this is the best way to go (also for the user experience).

提交回复
热议问题