Click here to Skip to main content
15,891,704 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i already developed a web application in asp.net.
Now i want to convert this application to support in all platform including mobile also.
guide me to achieve this.
Posted
Comments
bbirajdar 14-Dec-12 0:38am    
web applications run on all platforms....
Sergey Alexandrovich Kryukov 14-Dec-12 0:48am    
Exactly.

Web applications run on all the platforms as they open up in browsers. I think what you want to ask is how to make your application in such a way that it will cater all the devices like mobiles, tabs and PCs.

I think you should read a little about responsive web design and create your presentation layer following those principles.

Alternatively, you can make your application in n-tier architecture and have separate presentation layer for different devices. For doing this you will need a facade layer in your UI that will find the browser agent and open up the respective pages accordingly.
 
Share this answer
 
my application is work on all the devices.
but in Mobile and Tabs the page gets the scroll and speed is slow.
it will not fit into the screen as like mobile yahoo site.
how to fix it.
 
Share this answer
 
Comments
bbirajdar 14-Dec-12 2:14am    
As Rahul says- you can make your application in n-tier architecture and have separate presentation layer for different devices. For doing this you will need a facade layer in your UI that will find the browser agent and open up the respective pages accordingly.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900