Search code examples
javascriptandroidiosangularjshybrid-mobile-app

How i can create Mobile Application (Android,IOS,Blockberry) using AngularJS


i am a web developer.i want to create a mobile application for android and Ios using angularJS. The application is like a facebook app.which tool i can use this.and where i can start.anyone known please help me.

Thanks for advance.


Solution

  • Your choices are simple:

    1. Use a cross platform app development framework, such as Titanium, PhoneGap, Xamarin, or whatever else you prefer. These offer various levels of code portability, and have their strengths and weaknesses. There are many articles written to contrast these, so go use a search engine.

    2. If you want to use Android Studio, then write the app in Android Studio. But if you want an iOS app as well, then you'll need to write the app again in Xcode.