android - How can I a load a Photosphere in my app? -


i made question 2 days ago, , ianhanniballake replied me right solution. now, trying follow this example.

now, it's not loading image.

i changed line:

uri.parse("android.resource://" + getpackagename() + "/" + r.raw.pano1); 

for line:

uri.parse("http://s24.postimg.org/d81cxh2sl/pano1.jpg".tostring()); 

what can be?

looking @ android sdk cannot use http resource uri:

the uri of panorama load info about. may file:, content:, or android_resource: scheme.

so need download image first before can process it. check this link tutorial on this.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -