this post was submitted on 13 Jun 2023
1134 points (96.9% liked)
Lemmy.World Announcements
29026 readers
7 users here now
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news ๐
Outages ๐ฅ
https://status.lemmy.world
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Support e-mail
Any support requests are best sent to [email protected] e-mail.
Report contact
- DM https://lemmy.world/u/lwreport
- Email [email protected] (PGP Supported)
Donations ๐
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Join the team
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I will be targeting iOS 15. Also, I'm preparing an Android build now. I wasn't originally going to target Android at all, but I may as well since it's all just one codebase with minor modifications for either OS.
How are you targeting both iOS and Android with minor changes, considering the different languages and operating system APIs and environments? Something like React Native?
Not a mobile developer, but still a developer, so I'm quite interested...
Yea, using React Native. Generally you can do 80-90% of things all with the same code. Flutter and .NET MAUI are other options as well.
So I guess it's not a native app?
Yes, it is.
thank you!! I have an iPhone SE (2016) and Mlem only targeting iOS 16+ above means no app for me โย I appreciate you supporting those of us on older devices.
No problem! There isn't anything majorly different between the two API wise for something like this anyway.
wow, that sounds so cool!