this post was submitted on 10 Aug 2023
637 points (98.0% liked)

Android

27484 readers
84 users here now

DROID DOES

Welcome to the droidymcdroidface-iest, Lemmyest (Lemmiest), test, bestest, phoniest, pluckiest, snarkiest, and spiciest Android community on Lemmy (Do not respond)! Here you can participate in amazing discussions and events relating to all things Android.

The rules for posting and commenting, besides the rules defined here for lemmy.world, are as follows:

Rules


1. All posts must be relevant to Android devices/operating system.


2. Posts cannot be illegal or NSFW material.


3. No spam, self promotion, or upvote farming. Sources engaging in these behavior will be added to the Blacklist.


4. Non-whitelisted bots will be banned.


5. Engage respectfully: Harassment, flamebaiting, bad faith engagement, or agenda posting will result in your posts being removed. Excessive violations will result in temporary or permanent ban, depending on severity.


6. Memes are not allowed to be posts, but are allowed in the comments.


7. Posts from clickbait sources are heavily discouraged. Please de-clickbait titles if it needs to be submitted.


8. Submission statements of any length composed of your own thoughts inside the post text field are mandatory for any microblog posts, and are optional but recommended for article/image/video posts.


Community Resources:


We are Android girls*,

In our Lemmy.world.

The back is plastic,

It's fantastic.

*Well, not just girls: people of all gender identities are welcomed here.


Our Partner Communities:

!android@lemmy.ml


founded 1 year ago
MODERATORS
 

It's open source and I'd like some feedbacks, as you can see I such at designing mobile apps.

Also, if you have any feature recommendations it would be nice to hear about

My idea is to setup a background service that keeps all accounts you want synced using instances APIs

Lemmy Handshake

you are viewing a single comment's thread
view the rest of the comments
[–] Fal@yiffit.net -5 points 1 year ago (2 children)

Why is this an android app?

[–] duckington@lemmy.world 25 points 1 year ago (2 children)
[–] gusVLZ@sh.itjust.works 16 points 1 year ago

There's two solutions for the desktop already and I'm building it in flutter, which is cross platform, I don't have a Mac here to compile to iOS though

[–] dojan@lemmy.world 9 points 1 year ago (3 children)

A PWA would be platform agnostic.

[–] duckington@lemmy.world 22 points 1 year ago* (last edited 1 year ago) (2 children)

True enough, but we all have different skills, and if OP has android skills but not webdev skills, then they'd just be making they can make!

[–] Tangent5280@lemmy.world 7 points 1 year ago

Also it's open source so someone who has the know how can just fork it to build a platform agnostic version, or just add it to the current codebase.

[–] Vent@lemm.ee 18 points 1 year ago (1 children)

That requires hosting architecture and ongoing costs

[–] frozen@lemmy.frozeninferno.xyz 6 points 1 year ago (1 children)

Depends. If there's no server-side logic, you can host it on GitHub for free.

[–] gusVLZ@sh.itjust.works 3 points 1 year ago (1 children)

This would be nice, but we wouldn't have how to sync in the background, at least I don't know how to do it

[–] Ferris@discuss.online 1 points 1 year ago

I think Tasker uses the option to 'draw on top of other apps' in order to maintain control of things. I think Poweramp uses some fancy notification settings (persistent, invisible?) to do the same. Poweramp is very good at retaining the ability to resume audio playback on device connect, independent of whether it was the last audio application playing audio. Tasker, I haven't used properly yet, but was interested in automating button functionality with it.

Another note: it might be neat to have a 'sync all account settings' option : )

[–] roon@lemmy.ml 2 points 1 year ago

Make it a console app and everyone wins

[–] quadropiss@lemmy.world 6 points 1 year ago (1 children)

If it's built using compose multiplatform it's going to be easy to build for iOS and desktop

[–] gusVLZ@sh.itjust.works 3 points 1 year ago (1 children)

Building it in flutter, so yes, cross platform :)

[–] quadropiss@lemmy.world 2 points 1 year ago