sqlite - Binary data from webservice(octedstream) into SQL statement android -


is possible use binary data (contentype = octet-stream) receive webservice sqlite statement? or should first convert string? (but problem here consists of unrecognized symbols, example images, ...

this binary data consists of "create table ..."

thanx, jp


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -