I have an application written in Delphi 5 that I want to convert to run on Android 2.x. The application is pretty simple; it was used to upload / download configuration files to a separate microprocessor via a Modbus serial line. (This is an engine control chip for use in boosting power in turbo diesel engines). I have not programmed since I had Pascal days, so I'm almost a complete newbie, but I want to spend some time on it, and I have the source code, of course.
From the reading I have done so far, it seems that rewriting the application in Java seems to be the most common solution, but some also suggest using Monodroid? What I really appreciate are some final recommendations on which versions and tools I should put together, for example, install the Java SDK kernel or look at Monodroid and just convert existing code? What I find most difficult is the right approach / setting up the environment - I am overwhelmed with information and choices here! As soon as I am sure that I have the right approach, I will then find out the details when I go, but there is nothing worse than spending hours and hours playing with one approach, and then later find out that it was wasted!
My goal here is to implement the functionality of existing code in Android as quickly as possible, and not to fully reproduce the appearance and not become an Android programming guru :)
Really appreciate any guidance on this ...
Mark
source share