DavidG

461
Reputation
42 views

Registered User

Name DavidG
Member for 1 year
Seen Nov 21 at 16:49
Website
Location Rotterdam, Netherlands
Age 24
Game Developer at Codeglue, a small game company in the Netherlands with focus on downloadable content, including, but not limited to, iPhone Games
Oct
24
comment Android Image Viewer from App
Note: Overriding getType() required me to set the mime type, eg: @Override public String getType(Uri uri) { return "image/png"; }
Oct
12
comment Android Image Viewer from App
Thanks, will try this out tonight. I pretty much had that implemented, it just seems like such overkill to execute an application. Great design/architecture, but over complex for basic usage.
Oct
11
comment Android Image Viewer from App
Part of the problem is that i'm stuggling to find firm examples of how to server up my app's private file area with a Content Provider or how to use a custom dir on the SD Card to server my files. The Android documentation very vaguely describes the Content Provider procedure, and copy/pasting their XML doesn't build.
Oct
11
asked Android Image Viewer from App
Oct
8
awarded  Yearling
Sep
28
awarded  Popular Question
Jun
28
awarded  Popular Question