iOS Question Android to iOS migration question

Jerez

Active Member
Licensed User
Longtime User
Hi guys:

I've done an Androd business app (SAP) to a large company. Now, they want the same app for iPhone.

Then: Any way to migrate sucessfully a B4a App to B4i?

I understand that exist a tool to transform the android ui layouts to ios... but this represent only a 2-3% of my entire work.

I've used the follow libraries to develop my app:
  • AHViewPager (v2.02)
  • AnimationPlus (v2.30)
  • BetterDialogs (v2.70)
  • GPS (v1.20)
  • HTTP (v1.36)
  • HttpUtils2 (v2.01)
  • JSON (v1.10)
  • Reflection (v2.40)
  • SQL (v1.20)
  • TabHostExtras (v2.20)
Any chances? or i need to start again?

Thanks for advice and excuse my english!
 
Last edited:

Jerez

Active Member
Licensed User
Longtime User
You will be able to reuse large parts of your code. I recommend you to start by learning the main concepts of B4i and iOS and only then start with rewriting the existing code in B4i.

Thanks.

Also i need to start a new project. For Android, Android TV and iPhone also for Android Wear and iWatch.
  • Can i create a custom Module or Class and use in B4a and B4i using conditional compiler tags?
  • iWatch will be supported soon?
  • About Android TV (Android M) not mimic the TV ui... i mean a real android tv app (Leanback)...will be supported soon?
thanks!
 
Last edited:
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Can i create a custom Module or Class and use in B4a and B4i using conditional compiler tags?
Yes.

  • iWatch will be supported soon?
  • About Android TV (Android M) not mimic the TV ui... i mean a real android tv app (Leanback)...will be supported soon?
I do not know when these features will be available. Sorry.
 
Upvote 0
Top