Showing category results for Surface Duo SDK

Aug 18, 2022
Post comments count0
Post likes count0

droidcon Berlin and Surface Duo video collection

Cesar Valiente
Cesar Valiente

Hello Android developers! This week we were inspired by a forum question about interesting Surface Duo media content and provide a variety of different video and audio resources where you can learn more about Surface Duo, foldable devices, and dual-screen Android app development! If you want to chat in person, we’ll also be at these upco...

kotlinJetpack Window Managerfoldable
Aug 11, 2022
Post comments count0
Post likes count0

Test Kit Annotations update

Andrei Cirja
Andrei Cirja

Hello Android developers! We are excited to announce an update for the foldable Test Kit library. Test Kit provides utility methods and classes that help you write instrumented tests for large screen and foldable devices. This update adds annotations which are useful for creating tests for one posture at a time. Now, instead of adding e...

kotlinJetpack Window ManagerJetpack Compose
Aug 4, 2022
Post comments count0
Post likes count0

Making a gamepad for my Flutter game

Andrei Diaconu
Andrei Diaconu

Did you know that building games in Flutter is just as easy as building apps? There is even a game engine built on top of it called Flame. Today we are first going to explore building a simple game with Flame and then enhance the game for dual-screen and foldable devices. This space themed game will use an on-screen gamepad controller as input....

Jetpack Window ManagerfoldableFlutter
Jul 28, 2022
Post comments count0
Post likes count3

Drag and drop library for Jetpack Compose

Joy Liu
Joy Liu

Hello Compose developers! This week, we are excited to announce the release of DragAndDrop, a new utility library that will help you easily add interactive drag and drop capabilities to your app in Compose, following Google’s Drag and drop guidelines. It is the newest addition to Microsoft’s Compose SDK. On dual-screen and foldab...

Jetpack ComposefoldableAndroid developer
Jul 21, 2022
Post comments count0
Post likes count2

droidcon San Francisco recap

Joy Liu
Joy Liu

Hello Android developers, Earlier this year the Surface Duo team attended our first in-person conference for the year at droidcon in San Francisco! It was great to meet Android developers from all over the world, demonstrate the features of Surface Duo, and chat about building apps for foldable and large screen devices. We’ll also...

Surface DuoJetpack Window ManagerJetpack Compose
Jul 14, 2022
Post comments count0
Post likes count0

Source Editor & Diary samples for Jetpack Compose

Unmesh Padhye
Unmesh Padhye

Hello Jetpack Compose developers! We have two exciting new Jetpack Compose samples for Surface Duo to share with you. The first one, called Source Editor, was previously published, but we migrated it to take advantage of Jetpack Compose. The second one is a Diary application that demonstrates using Android Views components with Jetpack C...

Jetpack Window ManagerJetpack Compose
Jul 7, 2022
Post comments count0
Post likes count0

Notifications on the Glance Bar

Alin-Mihai Argeanu
Alin-Mihai Argeanu

Hello Android developers! This week we are talking about the Surface Duo 2 Glance Bar feature. If you are wondering what the Glance Bar feature is and how anyone can benefit from it, let’s dive into it together to learn more. What is the Glance Bar Feature? The Glance Bar feature displays notifications of BUCKET_PEOPLE category ov...

Surface DuonotificationsGlance Bar
Jun 30, 2022
Post comments count0
Post likes count0

Video+Chat and Calculator samples for Jetpack Compose

Levi Ortega
Levi Ortega

Hello Jetpack Compose developers! Today we will be discussing the introduction of two new Jetpack Compose samples for Surface Duo. The first one is a video-streaming-chat-like app, and the second is a calculator app. We will also be going over some of the dos and don'ts when creating these types of apps, as well as dive into the ...

kotlinJetpack Window ManagerJetpack Compose
Jun 23, 2022
Post comments count1
Post likes count1

Jetpack Compose TwoPaneLayout update

Joy Liu Kristen Halper
Joy,
Kristen

Hello Jetpack Compose developers! This week, we’re excited to announce some big updates to TwoPaneLayout, our Jetpack Compose component for foldables and large screens. We’ve just added a new TwoPaneLayout constructor with highly customizable navigation support, and the TwoPaneScope interface has been upgraded to provide more info...

kotlinJetpack Window ManagerJetpack Compose
Jun 16, 2022
Post comments count0
Post likes count0

Responsive layouts in Flutter with TwoPane

Andrei Diaconu
Andrei Diaconu

Welcome to another Flutter update. This time we will dive into TwoPane, tell you how to get it from pub.dev and focus on the types of layouts you can build with it. Before we get to examples, we will first see what parameters it exposes. This widget has cousins in other frameworks, making its context interesting to explore. Let us first start w...

Surface DuofoldableFlutter