I have worked on Symbian for a while and now working on Blackberry and Android. Are we able to convert .apk to .sis or vice versa, so that we can save lot of developement time. is there any converter like that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. As tjameson alludes to, Symbian uses C++, while Android is Java-like. Further, they have completely different APIs (Symbian OS or Qt vs. Android/Java libraries)
Even if there were a converter, it would yield very poor results, since the two platforms have different capabilities, security models, and GUI conventions.