this post was submitted on 04 Sep 2024
40 points (93.5% liked)

Android

17388 readers
280 users here now

The new home of /r/Android on Lemmy and the Fediverse!

Android news, reviews, tips, and discussions about rooting, tutorials, and apps.

🔗Universal Link: [email protected]


💡Content Philosophy:

Content which benefits the community (news, rumours, and discussions) is generally allowed and is valued over content which benefits only the individual (technical questions, help buying/selling, rants, self-promotion, etc.) which will be removed if it's in violation of the rules.


Support, technical, or app related questions belong in: [email protected]

For fresh communities, lemmy apps, and instance updates: [email protected]

💬Matrix Chat

💬Telegram channels / chats

📰Our communities below


Rules

  1. Stay on topic: All posts should be related to the Android OS or ecosystem.

  2. No support questions, recommendation requests, rants, or bug reports: Posts must benefit the community rather than the individual. Please post to [email protected].

  3. Describe images/videos, no memes: Please include a text description when sharing images or videos. Post memes to [email protected].

  4. No self-promotion spam: Active community members can post their apps if they answer any questions in the comments. Please do not post links to your own website, YouTube, blog content, or communities.

  5. No reposts or rehosted content: Share only the original source of an article, unless it's not available in English or requires logging in (like Twitter). Avoid reposting the same topic from other sources.

  6. No editorializing titles: You can add the author or website's name if helpful, but keep article titles unchanged.

  7. No piracy or unverified APKs: Do not share links or direct people to pirated content or unverified APKs, which may contain malicious code.

  8. No unauthorized polls, bots, or giveaways: Do not create polls, use bots, or organize giveaways without first contacting mods for approval.

  9. No offensive or low-effort content: Don't post offensive or unhelpful content. Keep it civil and friendly!

  10. No affiliate links: Posting affiliate links is not allowed.

Quick Links

Our Communities

Lemmy App List

Chat and More


founded 1 year ago
MODERATORS
 

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.

all 9 comments
sorted by: hot top controversial new old
[–] [email protected] 25 points 1 week ago (1 children)

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.

Saved you a click

[–] [email protected] 12 points 1 week ago

This. They fucked up the one thing that made the original the best Foldable ever made IMO. Hopefully they get it right next year.

[–] [email protected] 9 points 1 week ago (2 children)

Is the downside the modem?

[–] [email protected] 20 points 1 week ago (1 children)

"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."

[–] [email protected] 11 points 1 week 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.

[–] [email protected] 16 points 1 week 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.

[–] [email protected] 1 points 1 week ago

Hold on now, let us not start using logic when referring to computer programming here. It's all magic and bumbling around on a keyboard.

[–] [email protected] 1 points 1 week ago

Really curious to see how the modem stacks up, but I also guess reviewers given demo devices were told to not talk about or play down the modem performance, rather than fix the problem.