V Hack Android Wiki
Advertisement

An Android App Wall that displays Google+ post for the current user and Twitter posts combined. It will be optimized for GoogleTV.

The posts are retreieved after a search with a certain String. In our case, we used "#devfest" as proof of concept.

G+TWall sorts the posts according to their date stamp and displays them in sorted order (latest first).

G+TWall scrolls the list down to show newer posts every few seconds.

For each post, we display the poster user name, the image of the poster, the post message itself, the timestamp and the origin (either Twitter or G+), all in a visually pleasing presentation.

Our code is hosted on Google Code: http://code.google.com/p/gplustwall/

The developers behind the G+ and Twitter wall are Stefan Anca and Björn Ahlfeld

Advertisement