I'm working on an android app which is supposed to save an image on a PostgreSQL DB. I'd like to know which are the best ways to do this. Is there a 'better' way to do this? thx guys!
Asked
Active
Viewed 46 times
0
-
DB is runnng on adroid, or on server? – Jacek Cz Jan 18 '17 at 13:39
-
Db is running on server – RealBadCoder Jan 18 '17 at 13:42
-
Divide problem in two: how to transmit over network (webservice), how to store (look at @DimaSan comment) – Jacek Cz Jan 18 '17 at 13:45
-
mods: this is not exact duplicate, but agree, this is poor question – Jacek Cz Jan 18 '17 at 13:48