Oh, I obviously mistook the topic. Sorry.
Did you ever thought about typing in code on an iPhone? That wouldn't be much fun I think....
Wow, nice work with the porting. Looks good!
Hello, I just did my first try with the jdroid-lib on my Android-Tablet and the app AIDE as editor and compiler. With a bluetooth keyboard it seems to be a good compromise for the first learning steps.
And without a device students can use the onlineeditor as an emulator. Therefore we used the standard android-sdk because the emulatorinstallation on jdroid.ch says 404, file not found. This "oneklick"--installation would be really great to start with this flipped curriculum conzept.
Thanks for the work.
I would love if that was possible and I tried that before
And it didn't work.
Yes AIDE really works with JDroidLib. You can also add the library files (e.g. JDroidLib.jar) to the libs subfolder in the project root and the IDE will find them automatically. To simplify the use of JDroidLib I will write a version of the ProjectBuilder for Android that essentially
- modifies AndroidManifest.xml
- creates resources in subfolder res (layouts and sprite images)
- creates the libs subfolder and copies JDroidLib.jar (and other support jars)
It's fun to develop Android/GameGrid game apps on a tablet or one of these new smartphones with large screen size. Maybe it's the future when students will bring their own
tablet in the class room.
Thanks for your contribution!
Aegidius
PS: ProjectBuilder for Android will be announced on my website http://www.aplu.ch/jdroidlib
Looks amazing! Please keep us up to date (I'll try to remember to check your website)!
PS: I'll be getting an Android phone sometime in the next year, coding for my phone will be awesome!
isn't blackberry's programming language java?
Hi,
yes, it's Java. You develop Blackberry apps either with the the native API or J2ME. The language is the same, but the APIs differ very much. So porting code from native API to J2ME to Android and vice-versa is difficult.
Aegidius