I have a J2ME CLDC Blackberry app which I need to port to the Android. Some of the features:
- client/server communication using HTTPS
- reading/writing PIMs, files on device memory, SD card
- listeners on PIMs changes
- small UI: login page and simple status screen
Lines of code: 4000
Any idea what is the amount of work to do that? Let say if Blackberry app took X days, is the port going to take X/4 days, X/2 days, X days?
Laurent