2017 - Androhub

Android App Shortcuts Banner

Implementing Android App Shortcuts

With the release of Android Nougat 7.1(API level 25) a new features is added i.e. App Shortcuts. App Shortcuts allow the user to access primary actions in your app straight from the launcher, taking the user deep into your application by long pressing on your app icon. Users can also pin these shortcuts to the home

Read More
Youtube Player Fragment Banner

How to implement Youtube Player Fragment in Android App

In previous article we learnt how to play a youtube video in android using YoutubePlayerView and using YoutubeBaseActivity. But there is one problem in YoutubePlayerView that we need to extend our activity with YoutubeBaseActivity. What if we don’t want to extend our activity with YoutubeBaseActivity or we want to implement the YoutubePlayerView in fragment. There is a

Read More
Youtube Player Banner

How to show Youtube Video Thumbnail & Play Youtube Video in Android App

Hello Friends, Today we are going to learn how to play a youtube video in our app using YoutubePlayerAPI. And also I will also show you how to show thumbnails of the youtube video. This app will be having two screens: First screen listing all the videos in RecyclerView. Playing the selected video. VIDEO DEMO

Read More
Security Lock Banner

Android Confirm Credential (Security Lock)

Hi all today we are going to work on one more app security topic apart from FingerPrint Authentication. In many of apps you have seen the app is opening a screen where it ask you to enter the PIN or draw a Pattern which is by default security you have set to your device. Some the

Read More
Sectioned RecyclerView Banner

Sectioned RecyclerView Android

Hi all, Today we are going to learn how to make Sectioned RecyclerView which you have seen in PlayStore App. To know about RecyclerView and basic implementations you can see my previous articles on it. To make Sectioned RecyclerView we are going to need a RecyclerView nested into another RecyclerView. VIDEO 1. Create a new

Read More