New Custom Chrome Tabs Link App And Web
Written by Mike James   
Thursday, 03 September 2015

The problem of integrating web use and app use for Android is a difficult one. Do you hand off to Chrome or use WebView. Now you can make the integration between Chrome and your app close enough not to need to spend time on WebView implemenation.

AndroidDevBlogBanner

 

The problem with passing a URL over to Chrome is that your user loses continuity and may not return to your app. This drives programmers to attempt to show the URL in WebView within their apps. This is the best way, but it can be costly in terms of implementation.

 

androidchrome

 

Now we have a third way, even if it is a modification of the Chrome way - Custom Chrome Tabs. You can hand over the URL to Chrome, but you can also control how the tab opened in the browser looks.

You can control: 

  • Toolbar color
  • Enter and exit animations
  • Add custom actions to the Chrome toolbar and overflow menu

You can also prestart Chrome and pre-fetch content to make the transition smoother. There are also connection callbacks to your app that are triggered by navigation events. 

The key feature for most apps is the ability to add custom action buttons and menu items to Chrome. A shared cookie jar and permissions model also means that you don't have to log into sites or ask for permissions they already have. Finally, and perhaps most important of all, users can return to your app with a single tap. 

The new feature will be in Chrome 45 and is currently in the beta channel and it will work with Jellybean onward. There is a complete example on GitHub and some documentation to help with getting it working.

According to the developer blog:

"Users will begin to experience custom tabs in the coming weeks in Feedly, The Guardian, Medium, Player.fm, Skyscanner, Stack Overflow, Tumblr, and Twitter, with more coming soon. "

So incorporate Custom tabs into your apps to add to this list.

 

AndroidDevBlogicon

Banner


Actionforge Releases GitHub Actions VSCode Extension
09/04/2024

Actionforge has released the beta of its GitHub Actions tool as a VS Code extension. The extension consists of a suite of tools making up a visual node system for building and managing GitHub Actions  [ ... ]



Explore SyncFusion's Blazor Playground
16/04/2024

Syncfusion has provided an in-browser environment where you can write, compile and run code that uses Blazor components and get it previewed live.


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

 

 

Last Updated ( Thursday, 03 September 2015 )