I'm new to cross platform development world, and in my final study project i have to design and develop a cross platform mobile application (android,iphone,windows phone).
I will have to implement these functionalities:
- Making calls
- Sendins sms/mms
- USSD commands
I did some research about phoneGap,titanium and some other tools. I found that for example, with phoneGap i will have to use additional plugins in native language of the os to be able to send sms or making calls. So i'm wondering if an app that will have these features should be developped in native language.
So what do you think? What tool should i choose?
Is a cross platform app with these features can be scalable and efficient?