- ASP.NET MVC 4 Mobile App Development
- Andy Meadows
- 373字
- 2021-08-13 16:48:09
About our mobile app
We just arrived at the homebrew supply store and, low and behold, we left our recipe at home. That's the last time this is going to happen. We're going to build an app that allows us to retrieve recipes on our phone.
The recipes created and stored in our app will also provide a means for us to teach others about the brewing process and what makes good beer. To that end, we will name this app BrewHow.
App requirements
For us to be successful in our mission to create a great beer recipe site for the mobile web, we need to know the requirements that, when met, will determine success.
Adding, editing, and deleting recipes
How good is a recipe-sharing app without the ability to add and edit recipes? Our site will allow us to create recipes that can be shared with other people. It will also allow us to edit recipes that we have contributed to the site.
Adding recipes to a library
As we find good recipes, we will want to be able to locate them again. We need to support adding them to a library. We may also grow tired of them so we need the ability to remove them as well.
Rating recipes
Much as we rate music to better identify our tastes, we should do this with beer too. Our app will provide users the ability to rate recipes on a scale of one to five.
Commenting on recipes
We not only want to share recipes, but to solicit feedback on what makes good beer and how to make our beer better. To allow this type of feedback, we want to allow constructive comments about the recipes on our site.
Anonymous browsing, authenticated contributing
We want our recipes hosted within our mobile web app to be available to the world, but if a user wants to contribute to the site we want to know who the user is. Likewise, we don't want users editing the recipes contributed by other users. Seems like we need to add some authentication and authorization to our mobile app.
Now that we know what our app should do, let's get started by creating our ASP.NET MVC 4 solution.
- Learning Selenium Testing Tools with Python
- Scratch真好玩:教小孩學編程
- Hands-On JavaScript High Performance
- Easy Web Development with WaveMaker
- JavaScript動態(tài)網(wǎng)頁開發(fā)詳解
- Hands-On Swift 5 Microservices Development
- Python編程從0到1(視頻教學版)
- 區(qū)塊鏈技術進階與實戰(zhàn)(第2版)
- Node.js開發(fā)指南
- Robot Framework Test Automation
- Python應用與實戰(zhàn)
- Splunk Essentials
- Java面試一戰(zhàn)到底(基礎卷)
- Learning Google Apps Script
- Python編程零基礎入門