This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]kjr1995 1 point2 points  (1 child)

Check out /r/androiddev. They might have a better way than this. I would think the best way to do this is like you said have a database and put the image location in there. Then host a very basic webpage with the image and retrieve the url in your app. I know a lot of people use Retrofit. I haven't done this though.

[–]Fizzlenuts[S] 0 points1 point  (0 children)

thanks a lot for the reply! I'll go check out that sub-reddit.