Skip to content

Instantly share code, notes, and snippets.

View ayanctech's full-sized avatar
😄
Building Products!!!

Ayan Chowdhury ayanctech

😄
Building Products!!!
View GitHub Profile
@ayanctech
ayanctech / GoogleSignOutActivity.java
Created November 7, 2018 11:32 — forked from bam-e22/GoogleSignOutActivity.java
Firebase - Google SignOut : Auth.GoogleSignInApi.signOut(mGoogleApiClient)
public class GoogleSignOutActivity extends BaseActivityUtil {
private static final String TAG = GoogleSignInActivity.class.getSimpleName();
private FirebaseAuth mAuth;
private GoogleApiClient mGoogleApiClient;
@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
@ayanctech
ayanctech / include_list_viewpager.xml
Created August 22, 2018 07:55 — forked from iPaulPro/include_list_viewpager.xml
CollapsingToolbarLayout with TabLayout
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright (C) 2015 The Android Open Source Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software