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
Post a Comment