▲ 40 ▼ Pixel 9 Pro Fold impressions: Stellar hardware and battery life with one downside (9to5google.com) submitted 2 years ago by BookSwiftieAndrew@kbin.earth to c/android@lemdro.id 5 comments fedilink hide all child comments After a few days of use, here are our first impressions on the Google Pixel 9 Pro Fold with its stunning hardware and great battery life.
[–] Blaze@lemmy.zip 9 points 2 years ago (2 children) Is the downside the modem? permalink fedilink source hideshow 4 child comments replies: [–] IrregularChore@lemm.ee 20 points 2 years ago (1 child) "The new aspect ratio is worse at triggering tablet app layouts in my use so far, something that the original Fold was the best in the industry with. Now, behavior is similar to the Galaxy Z Fold 6 and OnePlus Open, where you’ll often get stuck with a stretched-out phone version of an app." permalink fedilink source parent hideshow 2 child comments replies: [–] davidgro@lemmy.world 11 points 2 years ago (2 children) Sounds like a clear failure to have a reasonable API. I'd think apps shouldn't have to guess based on aspect ratio, they should be told in some way which layout to use. permalink fedilink source parent hideshow 4 child comments replies: [–] huginn@feddit.it 16 points 2 years ago Hi! Professional android dev here who has done some work on migrating an app to foldable: Apps don't guess. If they're using XML they make specific layouts for a given width of screen. If they're using compose it's even easier: the entire UI library is built for adaptive layouts. The main issue is a lot of apps are not in compose UI (or not entirely) - and material 3 has excellent components but it's even less widely used. Tldr: tech debt A potential cause of the wonkiness is explicitly setting resizeableActivity="false" in the app manifest. permalink fedilink source parent [+] skuzz@discuss.tchncs.de 1 point 2 years ago* (last edited 2 months ago) [deleted] permalink fedilink source parent [+] skuzz@discuss.tchncs.de 1 point 2 years ago* (last edited 2 months ago) [deleted] permalink fedilink source parent
[–] IrregularChore@lemm.ee 20 points 2 years ago (1 child) "The new aspect ratio is worse at triggering tablet app layouts in my use so far, something that the original Fold was the best in the industry with. Now, behavior is similar to the Galaxy Z Fold 6 and OnePlus Open, where you’ll often get stuck with a stretched-out phone version of an app." permalink fedilink source parent hideshow 2 child comments replies: [–] davidgro@lemmy.world 11 points 2 years ago (2 children) Sounds like a clear failure to have a reasonable API. I'd think apps shouldn't have to guess based on aspect ratio, they should be told in some way which layout to use. permalink fedilink source parent hideshow 4 child comments replies: [–] huginn@feddit.it 16 points 2 years ago Hi! Professional android dev here who has done some work on migrating an app to foldable: Apps don't guess. If they're using XML they make specific layouts for a given width of screen. If they're using compose it's even easier: the entire UI library is built for adaptive layouts. The main issue is a lot of apps are not in compose UI (or not entirely) - and material 3 has excellent components but it's even less widely used. Tldr: tech debt A potential cause of the wonkiness is explicitly setting resizeableActivity="false" in the app manifest. permalink fedilink source parent [+] skuzz@discuss.tchncs.de 1 point 2 years ago* (last edited 2 months ago) [deleted] permalink fedilink source parent
[–] davidgro@lemmy.world 11 points 2 years ago (2 children) Sounds like a clear failure to have a reasonable API. I'd think apps shouldn't have to guess based on aspect ratio, they should be told in some way which layout to use. permalink fedilink source parent hideshow 4 child comments replies: [–] huginn@feddit.it 16 points 2 years ago Hi! Professional android dev here who has done some work on migrating an app to foldable: Apps don't guess. If they're using XML they make specific layouts for a given width of screen. If they're using compose it's even easier: the entire UI library is built for adaptive layouts. The main issue is a lot of apps are not in compose UI (or not entirely) - and material 3 has excellent components but it's even less widely used. Tldr: tech debt A potential cause of the wonkiness is explicitly setting resizeableActivity="false" in the app manifest. permalink fedilink source parent [+] skuzz@discuss.tchncs.de 1 point 2 years ago* (last edited 2 months ago) [deleted] permalink fedilink source parent
[–] huginn@feddit.it 16 points 2 years ago Hi! Professional android dev here who has done some work on migrating an app to foldable: Apps don't guess. If they're using XML they make specific layouts for a given width of screen. If they're using compose it's even easier: the entire UI library is built for adaptive layouts. The main issue is a lot of apps are not in compose UI (or not entirely) - and material 3 has excellent components but it's even less widely used. Tldr: tech debt A potential cause of the wonkiness is explicitly setting resizeableActivity="false" in the app manifest. permalink fedilink source parent
[+] skuzz@discuss.tchncs.de 1 point 2 years ago* (last edited 2 months ago) [deleted] permalink fedilink source parent
[+] skuzz@discuss.tchncs.de 1 point 2 years ago* (last edited 2 months ago) [deleted] permalink fedilink source parent