Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Which is the best platform for Mobile Development? Please Give me an IDEA..
Thanks,
If you want to develop mobile app in all platform, then you can develop app individually with all the platform, for that you must need to have knowledge as below:
1) Android: You must have knowledge about Java and Android SDK. IDE will be used either Eclipse or Android Studio.
2) iPhone : You must have knowledge about IOS, XCode, Swift (latest programming language from Apple).
3) Blackberry : You must have knowledge about Java.
4) Cross Platform: If you want to develop single app which will runs on all the platform then you must need to have a knowledge regarding cross platform that contains PhoneGap, Xamarin and many more, but these 2 are very famous now a days. For that you must need a knowledge about HTML5, Java Script, HTML etc.
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 years ago.
Improve this question
What is the best solution to make a mobile app for both android and iOS?
-i need a light size app
-the app will contain payment plugins?
should i use the native android studio and Xcode to develop it? or there is a better platform or tool ?
The best answer I can think of is using React-Native.
It is lightweight and you use JS as the development language.
It uses Native ios and android components.
You will need an IDE for JS , Xcode and Android Studio.
I used React-Native to Develop a native App for iOS and Android. And was really pleased because you can learn React really fast and there are tons of libraries for the Framework.
One Benefits of react-native is that you can use an app for your Smartphone that allows you to scan a QR-Code which your react-native app creates so you can preview your app and see changes on your Smartphone in almost real time.
Another Framework that seems to be popular is the Ionic Framework that you might wanna look into.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
I want to make commercial applications for mobile. Haven't done any mobile development yet. So is it better to learn individual platforms like Android, Windows and iOS or it is better to learn Titanium or PhoneGap!?
I would suggest to learn Native platform first like Android , IOS or Windows. Native apps are more reliable , faster and scalable then PhoneGap or Titaninum. Native applications are easy to learn also.
If you wish to learn all the things you should try learning Native platform first , once you are clear with the idea how things are working you can easily achieve the same in PhoneGap without any or minimum difficulty.
All the best to your learning !!!
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
Lately , I have been given the role of the team leader in the mobile unit in my company. We are developing for iOS and Android, and we can expand it further more to Windows phone and Blackberry. The idea is to build native apps for different platforms. So the basic task is to choose in what platform we are going to develop. Of course we can have different programmers for different platforms but we don't want to go that way. So we are trying to choose a single cross compile platform for developing apps in multiple platforms.
One of the suggestion was using Xamarin (https://xamarin.com).
Can you please tell me what are your pros and cons about this solution or any other suggestion that you find useful. We do not want to use HTML5 or any JavaScript approach.
Just a quick : "Xamarin Pros and Cons" on Google leaded me to many results. At the end your team will have to make the decision.
http://www.intellicore.co.uk/articles/4-pros-and-cons-of-mono-touch
http://www.whitneyland.com/2013/05/why-i-dont-recommend-xamarin-for-mobile-development.html
https://www.linkedin.com/groups/What-is-benefit-disadvantages-using-121874.S.5848849341191569409
You should try it next time. I also suggest you to try their framework with the free version, see how it suits your team.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
Right now I'm learning java(it will be finish in a month),
But don't know what to do next.
Some people tell me to learn adobe flash and related tools, but on internet I found that android doesn’t support adobe flash.
I'm in totally in confusion.
What would be your suggestion?
Thank you for any help you can provide in this situation.
If you want to stick with Java, have a look at LibGDX, which allows you to develop games for iOS, Android, Windows (not Windows Phone though, not sure whether you meant that) (BB via quick Android porting).
If you want to learn another language that is even more cross-platform, I'd suggest C++ for the fact it runs on nearly any platform.
A popular cross-platform game development framework in C++ is Cocos2d-X.
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
If I created a piece of software for Windows phone, for example using C#, and I want to publish this software on other platforms (iPhone or Android), do I have to rewrite the code in Java for Android and in Objective-C for the iPhone? Or are there other solutions?
If you are a C# programmer, you should look into mono/xamarin.
Xamarin WebSite
You can use Monotouch for iPhone Development and Monodroid for Android.
You should be aware that you will still need to know how to build the user interface using the native SDK components.
I like Phonegap/Cordova. Allows you to use web technologies (Javascript, HTML, CSS) but package them up as apps for multiple platforms.