Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the new name of ChromeCustomTabs in android x Library?

I cannot find the new library of Chrome Custom Tabs in Android X, what is the library name?

like image 212
Amir Hossein Ghasemi Avatar asked Mar 05 '19 20:03

Amir Hossein Ghasemi


People also ask

What are custom Tabs in Android?

Custom Tabs is a browser feature, introduced by Chrome, that is now supported by most major browsers on Android. It give apps more control over their web experience, and make transitions between native and web content more seamless without having to resort to a WebView.

What is Androidx browser?

The androidx. browser library provides an interface for application developers to communicate and use web browsers. One such API is Custom Tabs which allows an Android app to open a URL using all the features of a fully-fledged web browser while keeping the user in the calling app's task.


1 Answers

Take a look at the migration page.

The new library is androidx.browser:browser:1.0.0.

like image 148
TheWanderer Avatar answered Sep 17 '22 07:09

TheWanderer