java - Implement google plus button in android app -
is possible add google plus button added android app , have linked 1 one displayed @ top of google play store , below app name? when people click button in app, count on play store go up.
according g+ docs, +1 button associated particular url. so, if can figure out url +1 button in google play associated to, should able construct g+ button following thread here (that know you've seen) url , should set. best guess it's play store url associated app...http://play.google.com/store/apps/details?id=your.package
sounds want user end in google play after click? if so, follow directions here - perhaps subclass plusonebutton or set click handler on (calling super) allow whole g+ functionality work before navigating them play store.
Comments
Post a Comment