• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. P

    Apps Android:Google Plus profile feed.

    Using Google Api in Google Plus I am getting the public posts performed by that particular user(Logged in by whom) only as follows:: private Person profile = null; profile = plus.people().get("me").execute(); Plus.Activities.List list = plus.activities().list(id,"public")...