What to Use for mobile development
I have to design a mobile portal that has support for support Android,BlackBerry and IPhone. Shall I use eclipse, .Net framewor开发者_JAVA百科k or something else.
I have written a test application using .net 3.5 and it renders and works well for all the required platforms (Android,BlackBerry and IPhone), so not sure what I am going to miss if I use .net.
Server-side language has nothing to do with how well it can serve up mobile pages. What's more important is what you're comfortable with.
I have written the same in .NET with no issues. The master page model seems to fit very well with mobile rendering.
精彩评论