Link to home
Start Free TrialLog in
Avatar of lapucca
lapucca

asked on

Mobile App development tool

Hi,
I have VS2013 and I'm considering using Xamarin and Apache Cordova to develop a small Mobile app that would allow users to enter data into a small form and then submits to either SharePoint 2013 or to a MS Sql server database.

This will be my first mobile app and I would like to know if this is a good choice of tool to use.  I will need to support ios and adroid. The advantage is that I'm familiar with VS IDE but I would like some input on if this not a good choice or tool or whatever.  Thank you.
Avatar of KRUNAL TAILOR
KRUNAL TAILOR

Hi lapucca,

You are going in the right direction with HYBRID support. You may use your tool while developing HYBRID App. HYBRID App means it will support multiple platform like Android,  iOS, Windows etc.

As a 5 years of Mobile development experience i will suggest and prefer to use native development tool for each platform.
For iOS Native tool is Xcode (but it will require developer account, need Mac, Need Latest osX and so on)
For Android Native tool is Android Studio (https://developer.android.com/sdk/index.html) from official site.
On this native tool you can develop HYBRID as well as NATIVE apps. So, always i am using this native tools in my daily uses.

Again, as i told you are in Right direction, For your development you can prefer Your tool and editor. As you mention you are considering Xamarin (http://xamarin.com/studio) , then user their studio for development. You will see helpful tutorial, Plenty option for design and easy editing. You may get difficult in design for specific UI in VS2013. For you easy to edit and use VS2013 but in the way you will get issue with design and support, to make a build etc.

Conclusion: With the change of technology, you need to start learn new tool, these will benefit to you. So, you will not get stuck in the middle of the development.

Though this mine opinion. You will wait for other comments and let me know your final decision for tool and Xamarin.

Thanks  & Regards,
Krunal T. Tailor
Avatar of lapucca

ASKER

Krunal, thank you for sharing your experience and valuable input.

I don't think company has budget now for purchasing new development software so maybe Xamarin or Xamarin.form extension is not an option for me either.  I will check out Android suite if it's free.

What about Apache Cordova extension in VS and jQuery Mobile and then use Ajax for data submission to activate a web service on server?  All these are free.
Thank you.
ASKER CERTIFIED SOLUTION
Avatar of KRUNAL TAILOR
KRUNAL TAILOR

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lapucca

ASKER

Krunal,
In the ocean of so many mobile app platforms and tools ( I feel drowning in checking out all of them), I really appreciate your help with sorting this out.  Thank you.