willpowell8 / LocalizationKit_iOS

Realtime Dynamic localization translation delivery system for iOS and Mac OSX in Swift. Create and update texts from localization.com without needing to recompile or redeploy. Cocapod for iOS devices (iPad, iPhone, iPod Touch and Mac)
https://www.localizationkit.com/app/
MIT License
1.23k stars 79 forks source link

Android version of LocalizationKit #19

Open neokree opened 7 years ago

neokree commented 7 years ago

Hi,

I would like to know if you will port this library to Android in the future, Because It would be very useful to have a single service for localizing apps for iOS and Android.

Please let me know, Thank you

willpowell8 commented 7 years ago

Yes this is my plan. I want to create an android version now that I have updated to version 2.0.0 which has inline localization tools. If you would like to help let me know.

ventis07 commented 6 years ago

Hi, I sent you a mail regarding the Android version of this project. Will send it again but what help(s) do you need/require for the Android porting. Am sure @neokree and I could be of help as I wish to use a single codebase for over the air translation in my Android and iOS apps.

Expect your response.

willpowell8 commented 6 years ago

Thank you for your email. I am working on an android version.

ventis07 commented 6 years ago

I was wondering if this link could help https://github.com/mizutori/InAppTranslation_Android. Its a concept about Data Binding and thought you could use it for creating an android utilization of your Localization kit. The only difference is that the inline localization possible on iOS will not be possible but every localization completed on the iOS will be bound to the android app.

With this concept, the iOS acts as the main source of localization while the android client uses localization done.

I hope i make some sense.

ventis07 commented 5 years ago

Hi Will,

I'd like to inquire on the progress of your android version for this project. Please how long have to you go?

Thank you.