Implementing Facebook Login And Fetching Profile Data In Android

Implementing Facebook Login And Fetching Profile Data In Android
Most of the well-known apps today on the Android Play Store which needs Login to use the app have the Social Integration in them. By Social Integration, I mean that the users can login to their app using the already logged in Social Platforms like Facebook, Twitter, Google+.

So today we will the learning to do the same. In this tutorial, we will learn "How To Implement Facebook Login To Android App And Also How To Fetch The Facebook Users Profile Data From It Using The Facebook SDK v4.3".

Implementing Material Design Toolbar Using AppCompat Library

Implementing Material Design Toolbar Using AppCompat Library
With the introduction of Material Design in Android 5.0 Lollipop, the Toolbar was also introduced. The Material Design was simply focused on providing rich user experience with highly customizable views in it and so is Toolbar too.

Implement TextInputLayout Using Android Design Support Library

Implement TextInputLayout Using Android Design Support Library

The new Android Design Support Library came out with a bunch of great Android View elements to implement. The TextInputLayout is one of them. TextInputLayout shows the hint text to the user even if the user starts typing into the EditText by the making the hint text float above the EditText. So yeah, let's see how to implement TextInputLayout using the Android Design Support Library.

How To Implement Navigation View Using Android Design Library

How To Implement Navigation View Using Android Design Library

Recently in Google IO 2015, Matias Duarte in Material Now session announced the release on Android Design Support Library. Android Design Support Library is basically for adding quick Material Design Views to your android app. And also this views are backward compatible up to Android 2.1. Android Design Support Library is a big relief for developers who wanted to implement Material Design to their apps. So today in this tutorial we will be learning "How to implement Navigation View using Android Design Support Library". Let's start.