Author Archives:
Chrome Dev for Android Update
Hi everyone! We've just released Chrome Dev 152 (152.0.7965.2) for Android. It's now available on Google Play.
You can see a partial list of the changes in the Git log. For details on new features, check out the Chromium blog, and for details on web platform updates, check here.
If you find a new issue, please let us know by filing a bug.
Chrome Release Team
Google Chrome
Source: Google Chrome Releases
View supporting calendar delegates in meeting guest list
When viewing a guest list in Google Calendar on the web, you will now see a new icon next to leaders who have a calendar delegate assisting them with scheduling support. Hovering over the icon will display the person’s information, allowing you to easily initiate a chat with them directly.
This update helps users quickly identify and contact the appropriate scheduling support for a leader to streamline communication and event coordination.
This icon is visible in several calendar views:
- Event details view
- Full-screen creation
- Side-by-side scheduling view
![]() |
New icon surfacing the calendar delegate of a leader in the guest list in event details view |
Getting started
- Admins: There is no admin control for this feature.
- End users: There is no end-user setting for this feature. Simply hover over the icon next to the person’s name to see more information about their scheduling support.
Rollout pace
- Rapid Release domains: Gradual rollout (up to 15 days for feature visibility) starting on July 23, 2026
- Scheduled Release domains: Full rollout (1–3 days for feature visibility) starting on August 3, 2026
Availability
- Available to all Google Workspace customers, Workspace Individual subscribers, and users with personal Google accounts
Source: Google Workspace Updates
Apply now for the Google for Startups Gemini Startup Forum.
Learn more about Google for Startups Gemini Startup Forum and apply by August 28.
Source: The Official Google Blog
Understanding the AI economy
We’re releasing the first Activity, Task, Landscape, and Adoption Study (ATLAS) report, showing how people use Google’s AI tools.
Source: The Official Google Blog
Introducing selfie for sign-in: a new, easy way to access your Google Account
Selfie video gives you more options if you’re ever locked out or don’t have access to your usual phone or computer.
Source: The Official Google Blog
Announcing v25 of the Google Ads API
Today, we’re announcing the v25 release of the Google Ads API. This major release brings support for new reporting features and goals. To use these new capabilities, you must upgrade your client libraries and client code. All the updated client libraries and code examples have been published.
Come join us for a live walkthrough of this release in our "Google Ads API Release Highlights" event on Discord or our Ads Developers YouTube Live tomorrow (July 23rd at 10a ET). This will also be recorded and posted on YouTube for those who can’t make the live events. If you have any questions or want to discuss this post, reach out to us in the #ads-api channel on Discord.
New Features
Here are the highlights of what’s new in v25:
- YouTube Ad sub-format breakdowns: You can break down YouTube instream non-skippable ads by duration (standard, max 30s, max 60s) using the new
ad_sub_format_typesegment. This segment must always be selected together with thead_format_typefield, and is selectable withAdGroup,AdGroupAd,Campaign,Customer,Video, andVideoEnhancementresources. - YouTube Shorts social metrics: You can now retrieve video-specific social metrics to help track user engagement (comments, likes, and shares) for Shorts ads on YouTube. These metrics are available in reports for
AdGroup,AdGroupAd,Asset,Campaign,Customer, andVideoresources. - Loyalty retention goal: The retention goal in Google Ads is designed to drive customer loyalty and high lifetime value (LTV) within your business. You can now optimize your campaigns for retaining loyalty program members. Configure campaign-specific settings (including bid adjustments and showing member benefits in Product Listing Ad format) or account-level settings.
- New customer acquisition goal (Revamped): We’ve updated the new customer acquisition goal feature to reflect the revamped unified goals schema. The legacy
CustomerLifecycleGoalandCampaignLifecycleGoalresources and services are removed. You should now configure these goals via theGoalandCampaignGoalConfigresources. - YouTube channel insights consent features: You can access detailed YouTube channel insights (average views, likes, comments, engagement rate, and audience attributes) for creators who have consented to share non-public data.
Getting Started
To use the new capabilities in Google Ads API v25, download the latest version of your client library. For a full list of changes, please review the official release notes. For technical support issues, reach out to https://support.google.com/google-ads/contact/google_ads_api.
Source: Google Ads Developer Blog
Chrome for Android Update
Hello Everyone! We've just released Chrome 151 (151.0.7922.47) for Android to a small percentage of users. It'll become available on Google Play over the next few days. You can find more details about early Stable releases here.
This release includes stability and performance improvements. You can see a full list of the changes in the Git log. If you find a new issue, please let us know by filing a bug.Harry Souders
Google Chrome
Source: Google Chrome Releases
Q2 2026 earnings call: Remarks from our CEO
Source: The Official Google Blog
Optimize your apps for the next generation of Samsung Galaxy devices
Today at Galaxy Unpacked, Samsung unveiled its latest lineup of foldable and wearable devices. For developers, this means that the variety of form factors, screen sizes, and device postures your app needs to support is expanding once again.
With devices like the Galaxy Z Fold8, the ecosystem is expanding to include hardware with a landscape-first natural orientation and a wider aspect ratio in its main display state. Whether a user is unfolding a large display, flipping open a cover screen, or glancing at their wrist, users expect a flawless experience. To help you meet this moment, we’re sharing actionable guidance and new tooling updates to enable you to build adaptively proactively.
Rethink layout architecture for dynamic displays, including ultra-wide foldables
Building for the latest foldables means dropping assumptions about display orientation and size. This is especially true for the Galaxy Z Fold8, which adopts an ultra-wide display, adding to the variety of aspect ratios to account for. Devices with this landscape-first natural orientation show the limitations of hardcoded layout rules when users unfold the device. That’s why we’ve introduced dedicated guidance for building for landscape foldables and trifolds.
To build a responsive UI that handles these physics seamlessly, focus on the following core pillars:
- Build fluid, adaptive layouts: Wide aspect ratios and compact vertical heights require fluid UIs that scale responsively. Our updated adaptive design guidance advises considering the window class width first to determine layout changes, then adjusting for height. To let individual components fluidly adapt to the grid, structure your layout using flexible containers that allow your content to automatically wrap, span, and reflow. For design inspiration browse our adaptive sample app and dual-screen design galleries.
- Track actual app space: Your app's display space rarely matches the physical device size, especially on an ultra-wide screen during multi-window, split-screen, or multitasking states. Sometimes even the orientations differ. Leverage Window Size Classes using the Jetpack Window Manager library to calculate the exact space your app occupies.
- Leverage the latest Jetpack Compose Update: Start by adopting the stable Jetpack Compose April '26 release (Compose BOM version
2026.04.01).Take advantage of the new structural layout tools to manage complex architectures. The new Grid API allows you to define dynamic tracks and column spans without the performance overhead of a lazy list. Pair Grid with the new FlexBox layout API to easily handle multi-axis alignment and dynamic item wrapping. You can also use the new MediaQuery API to adapt your UI to its environment, using conditions to detect signals like device posture, window size, and keyboard types. - Make your app fold aware: Use the Jetpack WindowManager library, which provides an API surface for foldable device window features such as folds and hinges. When your app is fold aware, it can adapt its layout to avoid placing important content in the area of folds or hinges and use folds and hinges as natural separators.
- Maintain app continuity: Avoid breaking the user journey when the device configuration shifts. Retain your UI state using ViewModel to ensure smooth transitions when a user folds or unfolds their device.

.png)


