Login with Google in Android Android by Rajesh Kumar Sahanee - June 9, 2019July 11, 20190 Hello Friends, Today I am going to share a code to login with Google in Android. Today Almost all mobile and web apps allow us to login with google. Login with google feature in any app is very convenient feature, because of this feature we don't have to create and
Observing Different Volume Streams and Keeping Fixed in Android Android by Rajesh Kumar Sahanee - February 4, 2019February 4, 20190 Hello Friends, Today I am going to share a way to observing different volume streams and keeping fixed in Android. There are different volume streams in Android i.e STREAM_MUSIC, STREAM_RING, STREAM_ALARM etc. We'll use ContentObserver to detect change in volume. This code sample can be used where fixed volume needed
Swipeable and Non-Swipeable ViewPager in Android Android Java by Rajesh Kumar Sahanee - June 28, 2018April 6, 20200 Hello Friends, recently I was developing a mobile application in which I had to make Swipeable and Non-Swipeable ViewPager in Android and to achieve this I had to create ViewPager subclass CustomViewPager class . So, I thought to share it so that anyone else required can use it. I'd created
Android Camera 2 Api Example With & Without Preview Android Java by Rajesh Kumar Sahanee - September 11, 2017April 25, 20200 Hi, Friends today I am going to share code by which you can use android camera 2 api to click picture. I'd created two classes named as CameraControllerV2WithPreview for taking picture with preview and another one is CameraControllerV2WithoutPreview for taking picture without preview. Camera 2 Api is latest Api introduced