sha1 key Archives - Androhub

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

Introduction to Android Google Maps V2

Android allows us to integrate google maps in our application. You can show any location on the map , or can show different routes on the map e.t.c. You can also customize the map according to your choices. Prerequisites Location Request Dialog  Marshmallow Permission Example Today we are going to integrate google map in android. The

Read More