camarm-dev / remede

Open Source and free alternative to Antidote. A french dictionary.
https://remede.camarm.fr/
Other
7 stars 0 forks source link

⚡️ [Question] How will we serve mobile platforms like Android and iOS? #61

Closed lbirkert closed 10 months ago

lbirkert commented 10 months ago

I am thrilled by this application, as I've always needed something opensource to replace the proprietary dict.cc android app we are allowed to use in french class. Although we seem to be using only VueJS currently, which let's me conclude that there will not be official native mobile applications for this service? How are you going about supporting this platform (as it is - at least for me - the most valuable for such)?

camarm-dev commented 10 months ago

Hi, thanks for your question ! Yes, the project seems to be developed in VueJS but it's actually developed with IonicFramework using a VueJS codebase:

Ionic make the UI development easier for me and let me focus on functionalities. Capacitor make the distribution easier: Remède can build to APK, IPA or run on the web.

So, yes, the codebase can compile to an APK file (thanks to Capacitor !), downloadable in the release section. Of course, my goal is to publish this on the Play Store.

I hope I'v answered your question, Best regards, Armand CAMPONOVO | @camarm-dev

lbirkert commented 10 months ago

That's great news! I'll consider checking it out after it comes to Play Store or FDroid then.