Android - Reddit
1.27K subscribers
16 photos
1 video
34.6K links
Stay up-to-date with everything Android!
Content directly fetched from the subreddit just for you.

Powered by : @r_channels
Download Telegram
Daily Superthread (Aug 07 2026) - Your daily thread for questions, device recommendations and general discussions!

Note 1. You can search for previous daily threads.

Note 2. Join our IRC and Telegram chat-rooms! Please see our wiki for instructions.

Please post your questions here. Feel free to use this thread for general questions/discussion as well.

https://redd.it/1vhyomk
@reddit_android
Daily Superthread (Aug 08 2026) - Your daily thread for questions, device recommendations and general discussions!

Note 1. You can search for previous daily threads.

Note 2. Join our IRC and Telegram chat-rooms! Please see our wiki for instructions.

Please post your questions here. Feel free to use this thread for general questions/discussion as well.

https://redd.it/1viu7a7
@reddit_android
Saturday APPreciation thread (Aug 08 2026) - Your weekly app recommendation/request thread!

Note 1. You can search for previous [weekly Saturday threads\](https://www.reddit.com/r/Android/search/?q=Saturday+APPreciation+thread&type=posts&sort=new)

Note 2. You can also search for previous [daily threads\](https://www.reddit.com/r/Android/search/?q=daily+superthread&include\_over\_18=on&restrict\_sr=on&t=all&sort=new).

Note 3. Join our IRC and Telegram chat-rooms! Please see our wiki for instructions.

This weekly Saturday thread is for:
* App promotion,
* App praise/sharing

If you are a developer, you may promote your own app ONLY under the bolded, distinguished moderator comment. Users: if you think someone is trying to bypass this rule by promoting their app in the general thread, click the report button so we can take a look!

https://redd.it/1viu7ak
@reddit_android
Daily Superthread (Aug 09 2026) - Your daily thread for questions, device recommendations and general discussions!

Note 1. You can search for previous daily threads.

Note 2. Join our IRC and Telegram chat-rooms! Please see our wiki for instructions.

Please post your questions here. Feel free to use this thread for general questions/discussion as well.

https://redd.it/1vjo3t6
@reddit_android
Sunday Rant/Rage (Aug 09 2026) - Your weekly complaint thread!

Note 1. You can search for previous weekly Sunday threads

Note 2. Join our IRC and Telegram chat-rooms! Please see our wiki for instructions.

This weekly Sunday thread is for you to let off some steam and speak out about whatever complaint you might have about:

Your device.

Your carrier.

Your device's manufacturer.

An app

Any other company



Rules

1) Please do not target any individuals or try to name/shame any individual. If you hate Google/Samsung/OnePlus etc. for one thing that is fine, but do not be rude to an individual app developer.

2) If you have a suggestion to solve another user's issue, please leave a comment but be sure it's constructive! We do not want any flame-wars.

3) Be respectful of other's opinions. Even if you feel that somebody is "wrong" you don't have to go out of your way to prove them wrong. Disagree politely, and move on.

https://redd.it/1vjo3ti
@reddit_android
What if Android let you install desktop apps through the Play Store?

# What if Android let you install desktop apps through the Play Store?

Disclaimer & Sourcing: This post presents a purely hypothetical user experience concept. The visual assets, button frames, and store templates were smashed together from Play Store screenshots and public Android UI layout references found via Google Images. All template elements belong to their respective copyright owners. These graphics have been modified solely for non-commercial, illustrative purposes to map out a feature concept. I am not affiliated with Google or Android.

Every year phones get more powerful, and every year desktop modes get a little better. Yet, for some incredibly strange reason, the moment I plug my phone into a monitor, I am still mostly running mobile software stretched across a 27-inch screen. It's less “my phone became a computer” and more “my phone app has been enlarged against its will.”

Am I hating on other Android modes? Possibly. Am I an Android systems engineer? Absolutely not, but since when has that ever stopped anybody?

The fact remains that putting many mobile apps on a desktop-sized display exposes layouts and limitations that they were never designed for. And though desktop Linux applications can already be made to run on Android, the current routes often involve developer settings, terminal commands, unfamiliar package managers, or third-party environments. That is perfectly acceptable for enthusiasts who are familiar with Linux tooling and approximately nobody else.

In other words, normal people are largely limited to mobile interfaces, mobile browser behaviour, and whichever desktop-sized layouts individual developers decided they wanted to support.

So, in my extensive qualifications as Someone Who Finds This Annoying (TM), I propose Android SkyView: a consumer-facing Android feature that makes desktop Linux applications installable and manageable through the Google Play Store.

\[View Play Store Mockup\](https://i.imgur.com/pptZDGe.png/img)

Did I make that name up? Yes, but trust me, there were worse options on the table.

Mobile, as shown in the image, would install the standard Android application. Desktop would install the SkyView-compatible desktop build. Hybrid would install both and choose the appropriate experience based on the screen and input setup.

But that's the visible product. The less glamorous question is what Android would need underneath it.

# What Happens Under the Hood

Because Android already uses the Linux kernel and now includes virtualisation infrastructure through AVF, Google has much of the low-level foundation needed to build a managed desktop Linux environment. The missing piece is a consumer-facing application and distribution model.

It would use one Android-managed Linux environment built on AVF rather than packaging an entire guest operating system for every application, because good lord, storage cannot handle that. Desktop applications could then be sandboxed within that shared guest while reusing its common libraries and base system, although Google would need to define the packaging, permissions, and isolation model.

Conceptually, that would include a lightweight Linux guest managed by Android, shared GTK/Qt and system libraries, and individual Play Store apps installed as comparatively thin layers above them.

And because of compatibility issues:

SkyView would prioritise native ARM64 Linux builds, potentially distributed through a Google-defined package format or adapted from existing formats such as Flatpak.
SkyView could optionally provide x86-to-ARM binary translation for legacy applications. Because translation would add performance and power overhead, Android could limit demanding translated workloads to validated devices or recommend docked, powered operation. Native ARM64 builds would remain the goal, though. I don't think anybody wants their battery gone in an hour.

# Battery, Thermals, and Storage

Battery life is very important too, and since desktop software is
What if Android let you install desktop apps through the Play Store?

# What if Android let you install desktop apps through the Play Store?

***Disclaimer & Sourcing:*** *This post presents a purely hypothetical user experience concept. The visual assets, button frames, and store templates were smashed together from Play Store screenshots and public Android UI layout references found via Google Images. All template elements belong to their respective copyright owners. These graphics have been modified solely for non-commercial, illustrative purposes to map out a feature concept. I am not affiliated with Google or Android.*

Every year phones get more powerful, and every year desktop modes get a little better. Yet, for some incredibly strange reason, the moment I plug my phone into a monitor, I am still mostly running mobile software stretched across a 27-inch screen. It's less “my phone became a computer” and more “my phone app has been enlarged against its will.”

Am I hating on other Android modes? Possibly. Am I an Android systems engineer? Absolutely not, but since when has that ever stopped anybody?

The fact remains that putting many mobile apps on a desktop-sized display exposes layouts and limitations that they were never designed for. And though desktop Linux applications can already be made to run on Android, the current routes often involve developer settings, terminal commands, unfamiliar package managers, or third-party environments. That is perfectly acceptable for enthusiasts who are familiar with Linux tooling and approximately nobody else.

In other words, normal people are largely limited to mobile interfaces, mobile browser behaviour, and whichever desktop-sized layouts individual developers decided they wanted to support.

So, in my extensive qualifications as Someone Who Finds This Annoying (TM), I propose **Android SkyView**: a consumer-facing Android feature that makes desktop Linux applications installable and manageable through the Google Play Store.

[\[View Play Store Mockup\]](https://i.imgur.com/pptZDGe.png[/img])

Did I make that name up? Yes, but trust me, there were worse options on the table.

Mobile, as shown in the image, would install the standard Android application. Desktop would install the SkyView-compatible desktop build. Hybrid would install both and choose the appropriate experience based on the screen and input setup.

But that's the visible product. The less glamorous question is what Android would need underneath it.

# What Happens Under the Hood

Because Android already uses the Linux kernel and now includes virtualisation infrastructure through AVF, Google has much of the low-level foundation needed to build a managed desktop Linux environment. The missing piece is a consumer-facing application and distribution model.

It would use one Android-managed Linux environment built on AVF rather than packaging an entire guest operating system for every application, because good lord, storage cannot handle that. Desktop applications could then be sandboxed within that shared guest while reusing its common libraries and base system, although Google would need to define the packaging, permissions, and isolation model.

Conceptually, that would include a lightweight Linux guest managed by Android, shared GTK/Qt and system libraries, and individual Play Store apps installed as comparatively thin layers above them.

And because of compatibility issues:

* SkyView would prioritise native ARM64 Linux builds, potentially distributed through a Google-defined package format or adapted from existing formats such as Flatpak.
* SkyView could optionally provide x86-to-ARM binary translation for legacy applications. Because translation would add performance and power overhead, Android could limit demanding translated workloads to validated devices or recommend docked, powered operation. Native ARM64 builds would remain the goal, though. I don't think anybody wants their battery gone in an hour.

# Battery, Thermals, and Storage

Battery life is very important too, and since desktop software is