google mirror api - How to specify URLs from glassware .net application -


i specify urls in below code in .net glassware application

{ ilist<string> imageurls = new list<string>(); imageurls.add (what here?") iconact.imageurls = imageurls; } 

currently url used @ time of rendering @ device (or mirror api?), web app, url makes sense, how .net client glassware, have image part of glassware app , how pass image url?

similar question how specify subscription endpoint url in .net app?, makes sense in web app, not concept in .net client.

thanks

those assets need hosted somewhere: don't need within glassware , can hosted separately. however, urls need publicly accessible glass client fetch them.

you host them on free google app engine app purpose serve images.

regarding subscription endpoint: needs publicly accessible , support post requests on https.


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -