I am looking to build a native app for both apple and android I have a web system built in c# mvc4 so this is my primary language. I have been looking for the quickest way to develop both but dont know where to start. Any recommendations regarding any SDK’s. I need to incorporate push alerts to the device and download server content.
I dont have access to a Mac, ideally I have been looking for a one stop SDK. I have seen phone gap and umbrella sdk. Phone gap requires apple mac and umbrella SDK has limited features in its API
For Android you will either program in C++ or Java, and for iOS you will need to program in ObjectiveC, a language specific to Apple.
Primary development IDEs: Eclipse for Android -> XCODE for iOS
Android Developers
Apple Developers