Choosing a crossplatform for mobile development
        Posted  
        
            by 
                Mech0z
            
        on Programmers
        
        See other posts from Programmers
        
            or by Mech0z
        
        
        
        Published on 2012-09-03T11:44:00Z
        Indexed on 
            2012/09/03
            15:50 UTC
        
        
        Read the original article
        Hit count: 379
        
I am creating a enterprise project and will develop the app for WP, Android and IPhone (Maybe also tablets) I have then done some research of what solutions are out there and have narrowed my choice down to 3 platforms (Due to my requirement to work with Bluetooth)
The biggest requirement other than Bluetooth is the need to create good interfaces and module programming so its easy to maintain the whole solution, other than that I would like to use C# but its not a real requirement, but if the difference between 2 platforms is very small then it might tip the scale.
Mono (MonoTouch, Mono for android)
PhoneGap
RhoMobile
From my understanding then PhoneGap is not suited for business apps and I am not entirely sure why, but it seems like a platform made for speed rather than long term developement, not sure how true this is.
RhoMobile is made for enterprice and might suit my needs, but not sure if its a good platform
Anyone with insight that care to share their opinion Mono is C#, seems to be very mature and I found MvvmCross which should help organize the project
© Programmers or respective owner