Skip to content

Instantly share code, notes, and snippets.

View LupusX5's full-sized avatar

Eugene Turenko LupusX5

  • Mexico
  • 19:45 (UTC -06:00)
View GitHub Profile
@KleversonNascimento
KleversonNascimento / LauncherActivity.java
Created May 6, 2019 05:11
LauncherActivity for TWA
// Copyright 2018 Google Inc. All Rights Reserved.
//
// 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
// distributed under the License is distributed on an "AS IS" BASIS,
@thejakeofink
thejakeofink / ChromeCustomTabsActivity.kt
Created February 19, 2016 15:07
Chrome Custom Tabs example in Kotlin
package com.thejakeofink.chromecustomtabs
import android.content.ComponentName
import android.graphics.Color
import android.net.Uri
import android.os.Bundle
import android.support.customtabs.CustomTabsClient
import android.support.customtabs.CustomTabsIntent
import android.support.customtabs.CustomTabsServiceConnection
import android.support.customtabs.CustomTabsSession