Is there a way to transfer my entire Basic4Android project, with the attached layouts and files, into Eclipse?
I am a (very) novice coder that has gotten pretty far with Basic4Android, but I am entirely unfamiliar with Java. Now, however, I am trying to create a program for the Android-based WIMM watch which requires me to make some alterations to my code/Manifest/layout in Java/XML, and compile in Eclipse. At least, that's how WIMM's documentation explains the process.
I understand that Basic4Android converts my code to Java in the compiling process, but I'm not sure where to find that or how to also load my layouts and other project files. Any help or advice would be much appreciated!