Indie Games Fund: Google Play’s $2m fund in Latin America is back

Posted by Daniel Trócoli – Google Play Partnerships

Back again for 2024, we’re opening up applications for Google Play’s Indie Games Fund in Latin America - as part of our commitment to helping developers of all sizes grow on Google Play. Check out the 10 selected studios who received a share of the fund last year.

We will award a share of $2 million in addition to hands-on support to selected small games studios based in Latin America.

The program is open to indie game developers who have already launched a game - whether it’s on Google Play or another mobile platform, PC or console. Each selected recipient will get between $150,000 and $200,000 to help them take their game to the next level, and build successful businesses.

Check out all eligibility criteria and apply now. Applications close at 12:00pm BRT September 13, 2024. Priority will be given to applications received by 12:00pm BRT August 30, 2024.

For more updates about all our programs, resources and tools for indie game developers visit our website.

Stable Channel Update for ChromeOS / ChromeOS Flex

The Stable channel is being updated to OS version: 15917.65.0 Browser version: 127.0.6533.114 for most ChromeOS devices.

If you find new issues, please let us know one of the following ways

  1. File a bug
  2. Visit our ChromeOS communities
    1. General: Chromebook Help Community
    2. Beta Specific: ChromeOS Beta Help Community
  3. Report an issue or send feedback on Chrome

Interested in switching channels? Find out how.

Alon Bajayo,
Google ChromeOS

Use intelligent suggestions for table conversion in Google Sheets

What’s changing

Following the introduction of tables in Google Sheets and the recently announced improvements to tables, we’re excited to support a new automated way for users to transform their data into a well-formatted table, with rich data types.

If you have a meaningful range of data, Sheets will show a “Convert to table” suggestion when you click into your data range. By hovering over that indicator, you can preview the suggestion and then convert your range to a table in one click. 
suggestions for table conversion in Google Sheets

Who’s impacted

End users 


Why you’d use it 

This update encourages the use of tables, a feature that enables users to transform the way they organize their data, simplify data creation, and reduce the repetitive tasks needed to format, input, and update data in Sheets. 


Getting started 

  • Admins: There is no admin control for this feature. 
  • End users: 
    • This feature will be on by default and can be disabled by going to Tools > Suggestion controls > (deselect) Enable table suggestions. 
    • While the suggestion to convert to table will likely appear automatically, you can also convert data to a table manually by selecting a data range and going to Format > Convert to table. 
    • Visit the Help Center to learn more about using tables in Google Sheets. 

Rollout pace 

  • Rapid Release domains: Extended rollout (potentially longer than 15 days for feature visibility) starting on August 13, 2024 
  • Scheduled Release domains: Gradual rollout (up to 15 days for feature visibility) starting on September 4, 2024 

Availability 

  • Available to all Google Workspace customers, Google Workspace Individual Subscribers, and users with personal Google accounts 

Resources 

Chat safer with new settings for students in Google Chat

What’s changing 

We're introducing a new setting that enables education admins to restrict which users can create and manage members in Google Chat conversations. 


This can be useful for admins who want to prevent groups of students from initiating or adding users to a conversation. 

Chat restrictions for Education domains



Who’s impacted 

Admins and end users 


Why it’s important

This is a highly-requested feature that restricts the creation of unsupervised activity among K-12 students and helps provide a safer and easier way for teachers to communicate with students. 


Getting started 

  • Admins: 
    • To restrict users from accessing features in Chat, go to the Admin console > Apps > Google Workspace > Google Chat > click the Chat and Space restrictions setting > Inside the Google Chat box, search for the group of users you'd like to apply Chat restrictions to > check the box for Restrict creating direct messages, group messages, and spaces > hit Save. 
      • Note: groups can be restricted at the group level only.
    • We recommend admins enable the "automatically accept chat invitations" setting for their OU. This will ensure teachers can easily initiate messages to students that instantly deliver without the need to accept an invitation. We also recommend turning OFF Chat with external users.
    • Visit the Help Center to learn more about setting up Chat restrictions for Education accounts.
  • End users: There is no end user setting for this feature.

Rollout pace 

Admin setting: 
Chat UI: 

Availability 

Available for Google Workspace: 
  • Education Fundamentals, Standard, Plus, the Teaching & Learning Upgrade 

Resources 

Stable Channel Update for Desktop

The Stable channel has been updated to 127.0.6533.119/.120 for Windows, Mac and 127.0.6533.119 for Linux which will roll out over the coming days/weeks. A full list of changes in this build is available in the Log.

Interested in switching release channels? Find out how here. If you find a new issue, please let us know by filing a bug. The community help forum is also a great place to reach out for help or learn about common issues.


Daniel Yip
Google Chrome

Create exceptional experiences on Pixel’s new watches and foldables

Posted by Maru Ahues Bouza – Product Management Director

Pixel just announced the latest devices coming to the Android ecosystem, including Pixel 9 Pro Fold and Pixel Watch 3. These devices bring innovation to the foldable and wearable spaces, with larger screen sizes and exceptional performance.

Not only are these devices exciting for consumers, but they are also important for developers to consider when building their apps. To prepare you for the new Pixel devices and all the innovations in large screens and wearables, we’re diving into everything you need to know about building adaptive UIs, creating great Wear OS 5 experiences, and enhancing your app for larger watch displays.

Building for Pixel 9 Pro Fold with Adaptive UIs

Pixel unveiled their new foldable, Pixel 9 Pro Fold with Gemini, at Made By Google. This device has the largest inner display on a phone1 and is 80% brighter than last year’s Pixel Fold. When it’s folded, it’s just like a regular phone, with a 6.3-inch front display. Users have options for how to engage and multitask based on the screen they are using and the folded state of their device - meaning there are multiple different experiences that developers should be considering when building their apps.

the Pixel 9 Pro Fold

Developers can help their app look great across the four different postures – inner, front, tabletop, and tent – available on Pixel 9 Pro Fold by making their app adaptive. By dynamically adjusting their layouts—swapping components and showing or hiding content based on the available window size rather than simply stretching UI elements—adaptive apps take full advantage of the available window size to provide a great user experience.

When building an adaptive app, our core guidance remains the same – use WindowSizeClasses to define specific breakpoints for your UI. Window size classes enable you to change your app layout as the display space available to your app changes, for example, when a device folds or unfolds, the device orientation changes, or the app window is resized in multi‑window mode.

Announced at Google I/O 2024, we’ve introduced APIs that, under the hood, take advantage of these WindowSizeClasses for you. These APIs provide a new way to implement common adaptive layouts in Compose. The three components in the library – NavigationSuiteScaffold, ListDetailPaneScaffold, and SupportingPaneScaffold – are designed to help you build an adaptive app with UI that looks great across window sizes.

Finally, developers who want to build a truly exceptional experience for foldables should consider supporting tabletop mode, where the phone sits on a surface, the hinge is in a horizontal position, and the foldable screen is half opened. You can use the Jetpack WindowManager library, leveraging FoldingFeature.State and FoldingFeature.Orientation to determine whether the device is in tabletop mode. Once you know the posture the device is in, update your app layout accordingly. For example, media apps that adapt to tabletop mode typically show audio information or a video above the fold and include controls and supplementary content just below the fold for a hands-free viewing or listening experience.

Screenshot of gameplay from Asphalt Legends Unite (Gameloft)
Asphalt Legends Unite (Gameloft)

Even games are making use of foldable features: from racing games like Asphalt Legends Unite and Disney Speedstorm to action games like Modern Combat 5 and Dungeon Hunter 5, Gameloft optimized their games so that you can play not just in full-screen but also in split-view tabletop mode which provides a handheld game console experience. With helpful features like detailed game maps and enhanced controls for more immersive gameplay, you’ll be drifting around corners, leveling up your character, and beating the bad guys in record time!

Preparing for Pixel Watch 3: Wear OS 5 and Larger Displays

Pixel Watch 3 is the latest smartwatch engineered by Google, designed for performance inside and out. With this new device, there are also new considerations for developers. Pixel Watch 3 rings in the stable release of Wear OS 5, the latest platform version, and has the largest display ever from the Pixel Watch series - meaning developers should think about the updates introduced in Wear OS 5 and how their UI will look on varied display sizes.

the Pixel Watch 3

Wear OS 5 is based on Android 14, so developers should take note of the system behavior changes specific to Android 14. The system includes support for the privacy dashboard, giving users a centralized view of the data usage for all apps running on Wear OS 5. For apps that have updated their target SDK version to Android 14, there are a few additional changes. For example, the system moves always-on apps to the background after they're visible in ambient mode for a certain period of time. Additionally, watches that launch with Wear OS 5 or higher will only support watch faces that use the Watch Face Format, so we recommend that developers migrate to using the format. You can see all the behavior changes you should prepare your app for.

Another important consideration for developers is that the Pixel Watch 3 is available in two sizes, 41 mm and 45 mm. Both sizes offer more display space than ever2, having 16% smaller bezels, which gives the 41 mm watch 10% more screen area and the 45 mm watch 40% more screen area than on the Pixel Watch 2! As a developer, review and apply the principles on building adaptive layouts to give users an optimal experience. We created tools and guidance on how to develop apps and tiles for different screen sizes. This guidance will help to build responsive layouts on the wrist using the latest Jetpack libraries, and make use of Android Studio’s preview support and screenshot testing to confirm that your app works well across all screens.

Learn more about all these exciting updates in the Building for the future of Wear OS technical session, shared during this year’s Google I/O event.

Learn more about how to get started preparing your app

With these new announcements from Pixel, it’s a great time to make sure your app looks great on all the screens your users love most. Get your app ready for large screens by building adaptive layouts and learn more about all things Wear OS on our Wear OS developer site. For game developers, be sure to read our large screen game optimization guide and check the sample project to learn the best practices for leveling up your game for large screen and foldable devices.

For even more of the latest from Android, tune into the Android Show on August 27th. We’ll talk about Wear OS, adaptive apps, Jetpack Compose, and more!


1 Among foldable phones in the United States. Based on inner display. 
2 Compared with Pixel Watch 2.