A albatroz New Member Oct 7, 2015 #1 Maybe you have seen those small green computers for kids called OLPC that are available in underdeveloped countries. So my question is if I could use B4J to create apps for these computers. In case you want to find more about the software environment of these computers you can see this link http://wiki.laptop.org/go/Software_components
Maybe you have seen those small green computers for kids called OLPC that are available in underdeveloped countries. So my question is if I could use B4J to create apps for these computers. In case you want to find more about the software environment of these computers you can see this link http://wiki.laptop.org/go/Software_components
Erel B4X founder Staff member Licensed User Longtime User Oct 7, 2015 #2 It should work. You need to install Java JRE: http://wiki.laptop.org/go/Java (Java 7+). You can then run B4J-Bridge on the small computer and connect to it from the IDE. Upvote 0
It should work. You need to install Java JRE: http://wiki.laptop.org/go/Java (Java 7+). You can then run B4J-Bridge on the small computer and connect to it from the IDE.
A albatroz New Member Oct 7, 2015 #3 If I develop something in B4J can I recompile it later for Android for iOS using B4A or B4i? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 7, 2015 #4 You will be able to reuse large parts of the code. However as B4A and B4i create native apps, not everything can be reused. Upvote 0
You will be able to reuse large parts of the code. However as B4A and B4i create native apps, not everything can be reused.