Click here to Skip to main content
15,867,568 members

Comments by GauravKP (Top 10 by date)

GauravKP 30-Aug-14 0:58am View    
Deleted
Going Native way, best way is to develop it using Eclipse and X-Code separately using JSON Web Services. Develop UI separately and use Web services for Business Logic
Else if you develop with Xamarin you will need Mac OS for I-Phone application, and only part of code (like Business Logic) can be shared. Xamarin is good if you can pay for yearly license. The skill set requirement is higher even though the C# Code can be shared. The design pattern of Android Application resembles how you do in Eclipse and similarly for iOS it resembles to X-Code. Only the language used is C# instead of Java and X-Code respectively.
Another alternative is Phone Gap. I used this and it is very much meaningful for a developer with C# Background. You can develop using VS 2012 on Windows 8.1 and you can test executables like APK, XAP etc. on cloud. If your Application have not much to do with OS specific native features then Phone Gap is easiest way.
My recommendation is Purely Native Separate Codes, secondly HTML 5 (PhoneGap Free or Enterprise)
Lastly Xamarin.
GauravKP 23-Jul-12 9:28am View    
If you have VS 2010 then you convert your project in 4.0, else go for URL Rewriting which is a bit difficult as compared to Routing.
GauravKP 17-Mar-11 3:28am View    
end this topic here , i think surveygirl13 got the solution ...
SA- the Enum implementation is better and can be integrated with the original code. quite helpfull for "comaprision "
GauravKP 17-Mar-11 3:14am View    
Enum vs string, refer to comment, how is it related to performance. I like if you explain the concept...can be usefull for further work.
GauravKP 17-Mar-11 3:08am View    
nice .. but it is only replacement of the elseif loop...
How can you say that enum Grade is not hardcoded ...