Search code examples
eclipsebasic4android

Import project from Eclipse to B4A?


I'm a beginner trying to learn my way through making my first real Android app. I actually started an app using Eclipse and have gotten pretty far with it. I'd like to be able to continue its development using B4A. Is it possible to bring my work from Eclipse into B4A?


Solution

  • What you can do, is to wrap your existing code as a library and then reference it from Basic4android. See this video tutorial.