Android Advanced Archives - Page 2 of 4 - Androhub

SetUp Firebase Cloud Messaging in Android – Part 1

In this article, we are going to learn how to integrate Firebase Cloud Messaging in Android applications. What is FCM? Firebase Cloud Messaging (FCM) is a cross-platform messaging solution that lets you reliably send messages at no cost. Using FCM, you can notify a client app that new email or other data is available to

Read More

Working with Git in Android Studio

What is Git? Git is an open-source distributed version-control system for tracking changes in any set of files. Benefits of Git: Excellent support for parallel development, support for hundreds of parallel branches. Performance: Git provides the best performance when it comes to version control systems. Committing, branching, merging all are optimized for a better performance

Read More

Finding & Selecting Right Library

A Library is a very common thing we use in day-to-day development in Android. Libraries make developers life easy because the functionality that a developer needs to implement is already done by someone else and can be utilized. In my previous article, I have shown how to add any kind of libraries into the Android

Read More
LinkedIn Integration Banner

Android LinkedIn Integration

Today we are going to learn how to integrate LinkedIn SDK in Android. By integrating LinkedIn into Android your user will be able to SingIn very quickly. In this tutorial we are going to learn following features: 1. Authenticating with LinkedIn. 2. Fetching User Basic profile. 3. Sharing post to LinkedIn. 4. Opening current profile

Read More
Show Tweets Banner

Android Show Tweets

In previous three tutorials we have learnt so many things about Twitter APIs which includes: 1. Twitter Integration. 2. Show different Timelines. 3. Compose Tweets. So Today we will learn a bit more about Twitter API i.e Show Tweets. TweetUi API provides Tweet views to render Tweets in your app via code or in XML. Features Two

Read More