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.

How To Implement Alert Dialog In Android

How To Implement Alert Dialog In Android
Android Developers need a way for prompting user to take a decision without which the app cannot proceed its process. For this AlertDialog was introduced. Alert Dialogs are simple way of prompting users. So today in this tutorial we will be learning "How to implement Alert Dialog in Android".

How To Implement Swipe To Refresh Material Design UI Pattern

How To Implement Swipe To Refresh Material Design UI Pattern

If you are here then you might already be knowing what is Swipe To Refresh UI Pattern. But if you don't, it is simple a UI element which allows users to manually trigger action of loading dynamic content in apps.
Swipe To Refresh is used by many biggies like GMail, Inbox, Google Chrome,Twitter, Google+, Newsstand and many more. So today, we will see "How To Implement Swipe To Refresh Material Design UI Pattern".

How To Add Floating Action Button Using Android Design Support Library

Floating Action Button inside a Nexus 6 Phone
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 upto Android 2.1. Android Design Support Library is a big relief for developers who wanted to implement Material Design to their apps. So today, we will be looking at a simple component of android design support library and that is Floating Action Button.