Web on Android
Information on libraries and APIs to embed web content into Android applications.
- Custom Tabs #
- Overview Learn when best to use Android Custom Tabs for opening an URL in your Android app.
- Implementation guide Learn how to integrate a web browser into your Android app.
- Best Practices Learn how to build a great Custom Tabs integration for your app.
- How to add extra HTTP Request Headers to Custom Tab Intents Guide for adding HTTP CORS headers in Custom Tab Intents.
- Low level API Learn how to control a Custom Tab without using a support library.
- Overview
- Trusted Web Activity #
- Overview Learn how you can seamlessly integrate your Progressive Web App into your Android App with a Trusted Web Activity.
- Quick Start Guide A guide to get started building a basic, bare-bones Trusted Web Activity.
- Android Concepts (for Web Developers) Relevant and key Android concepts for web developers new to Android and Play.
- Integration Guide Learn how to use Trusted Web Activities in your Android app.
- Lay of the Land An overview of the libraries and tools for creating Trusted Web Activities.
- What's new for Web In Play Learn about the new features for web applications that use Trusted Web Activity.
- How-Tos #
- Multi-Origin Trusted Web Activities
- Passing Information to a Trusted Web Activity using Query Parameters
- android-browser-helper, a new library to build Trusted Web Activities.
- Enable Web Share Target in Trusted Web Activity
- Use Play Billing in your Trusted Web Activity
- Receive Payments via Google Play Billing with the Digital Goods API and the Payment Request API
- Offline-First Trusted Web Activities
- Overview