Sharing code between Android and Windows Mobile
        Posted  
        
            by reuscam
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by reuscam
        
        
        
        Published on 2010-06-10T14:31:21Z
        Indexed on 
            2010/06/10
            14:32 UTC
        
        
        Read the original article
        Hit count: 230
        
android
|windows-mobile
I'm doing some initial research on smart phone development, and I noticed that Android and Windows Mobile both support c++ for application development. I was curious if anyone had any experience trying to manage shared files between both Android and Windows Mobile, and to what extent that code can be shared? e.g. no user interface can be shared, but web service and business logic classes can be shared, etc.
© Stack Overflow or respective owner