Mobile App or Responsive Website?

AI Thread Summary
Creating an application for mobile or a website depends on the target audience and the nature of the idea. If the concept can be effectively hosted on both platforms, a website is often the preferred choice. This approach allows for a responsive design that adapts to mobile devices, ensuring accessibility regardless of the user's device. An inclusive strategy focuses on optimizing the website experience by adjusting menus and layouts for mobile viewing, making it versatile for all users.
Sirsh
Messages
262
Reaction score
10
When should someone create an application for a mobile or a website, if you were to create one of the two?

If you have an idea that can be created to be hosted on both, then which would you choose?
 
Technology news on Phys.org
Website.
 
You choose based on your target audience.
 
An inclusive strategy would be to create a website that adapts to mobile devices by narrowing up the menus, etc. appropriately when viewed on a mobile device. That way, it doesn't matter what kind of computing device the visitor is using.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top