I have just completed porting a fairly large B4A Android app to B4I. I now want to port the app over to B4J. Will it be best for me to use the B4A version as the base app or the b4I app (Which one is closer to B4J)?
One of the main things that slowed down the Android to iOS port was the way that Cursors/Resultsets are handled differently on the platforms. I had a quick look at B4J and it looks like it uses the same structure for Resultsets as B4I. Since querying the SQLite db is such a big part of the app, would using the B4I app then as the base be the better option?
One of the main things that slowed down the Android to iOS port was the way that Cursors/Resultsets are handled differently on the platforms. I had a quick look at B4J and it looks like it uses the same structure for Resultsets as B4I. Since querying the SQLite db is such a big part of the app, would using the B4I app then as the base be the better option?