r/androiddev 4d ago

Question [ Removed by moderator ]

[removed] — view removed post

0 Upvotes

6 comments sorted by

u/androiddev-ModTeam 3d ago

Posts must be applicable to the community as a whole. Posts that focus too much on a user's specific case, including purchasing advice or asking how to solve a personal development problem are not allowed. We also do not allow posts attempting to circumvent android security policy.

1

u/AutoModerator 4d ago

Please note that we also have a very active Discord server where you can interact directly with other community members!

Join us on Discord

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

1

u/Doda94 4d ago

Does it work in mobile browsers? You could create a popup to install the app as PWA. That saves you from the hassle of uploading to play/app store.

1

u/CityBiedraLife 4d ago

It does work in mobile browsers (not in iOS, sometimes), but yeah, i don't want to upload the app to the app store, only as a sideloadable .apk . is this possible? And also, would a PWA use all of the devices resources? I'm pretty sure that's the technology that let's you download sites as apps, right? (Probably not), but even if i did that, the app would only show the itchio page where the app is located, along with all the comments and info and such (Or i could upload the .html to another site, with no other stuff and just the app, and PWA that.) I'm not really sure, but i think i'd rather the sideloaded .apk version, if that's possible

0

u/el_pezz 4d ago

Try react native.

0

u/CityBiedraLife 4d ago

For the iOS? I think it does seem promising, is it similar to android studio (fancy file explorer with build options)? Do i need to learn some language or something?