Assuming the user is logged into their Google+ account on the phone, How can one get the Google+ Image (circular) and the Google+ Cover Photo into the Navigation Drawer of an Android app? Is there an API for this? Also, how can we display the profile photo as a circle? I am trying to achieve the same navigation drawer UI as the Android INBOX app.
相关问题
- How can I create this custom Bottom Navigation on
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
- Listening to outgoing sms not working android
- How to create Circular view on android wear?
相关文章
- android开发 怎么把图片放入drawable的文件夹下
- android上如何获取/storage/emulated/下的文件列表
- androidStudio有个箭头不认识
- SQLite不能创建表
- Windows - Android SDK manager not listing any plat
- Animate Recycler View grid when number of columns
- Why is the app closing suddenly without showing an
- Android OverlayItem.setMarker(): Change the marker
https://developers.google.com/+/mobile/android/getting-started#step_1_enable_the_google_api
http://www.androidhive.info/2013/11/android-sliding-menu-using-navigation-drawer/
How to create a custom navigation drawer in android
https://developer.android.com/google/auth/api-client.html
The whole example you can get here: http://www.androidhive.info/2014/02/android-login-with-google-plus-account-1/
For cover photo you can do similar
http://curious-blog.blogspot.com/2014/05/create-circle-bitmap-in-android.html
How to make an ImageView with rounded corners?