sqlite - Is it possible to tell the android application to download a db from somewhere to the phone? -


i curious know if can tell android application download specific db file somewhere , access crud based stuff it.

sure, need download file can load db, use gist load db.
webb has lot of examples how download file app, save on sd card , load saved instead of assets in gist


Comments

Popular posts from this blog

c++11 - Intel compiler and "cannot have an in-class initializer" when using constexpr -

rest - Spring boot: Request method 'PUT' not supported -

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -