摘要:
In Dev mode, 1 你想利用CLI的Hot reload features 和快速Rebuild application bundles in memory. 2.和发请求给Rest Server.那么,你需要配置代理来来改善你的开发体验。 实现步骤:1.新建 proxy-conf.jso 阅读全文
摘要:
1> HttpVerb and Route Atribute are required to decorate the Action 否则无法生成 api namespace FirstWebAPI.Controllers{ [Route("api/[controller]")] [ApiContr 阅读全文
摘要:
1. Enable USB debugging on your device On your device, open “Developer options” (in Android 4.0 onward, this is hidden by default). To enable “Develop 阅读全文
摘要:
How to create the intentYou create an intent that specifies an action using the following syntax:where action is the type of activity action you want 阅读全文
摘要:
The Model Layer The model layer is a cross-platform layer that represents your data, your business logic,and your access to external resources such as 阅读全文