Get ListView from a Layout Using RemoteViews

625 views Asked by At

I am working on a java based Google Glass service and wanted to add a listview fro some objects but unable to get and work with ListView using RemoteViews. So is there anyway i could add list in the card using remote views?

1

There are 1 answers

4
Tony Allevato On

You may want to consider displaying your information using a widget other than a ListView. The user experience on Glass is different than that of Android, so a ListView will look out of place there and the user would be unable to interact with it in a meaningful way on a live card.