- Swift 2 Blueprints
- Cecil Costa
- 193字
- 2021-07-09 21:36:43
Project overview
The idea of this app is to give users information about cities such as the current weather, pictures, history, and cities that are around.
How can we do it? Firstly, we have to decide on how the app is going to suggest a city to the user. Of course, the most logical city would be the city where the user is located, which means that we have to use the Core Location framework to retrieve the device's coordinates with the help of GPS.
Once we have retrieved the user's location, we can search for cities next to it. To do this, we are going to use a service from http://www.geonames.org/.
Another piece of information that will be necessary is the weather. Of course, there are a lot of websites that can give us information on the weather forecast, but not all of them offer an API to use it for your app. In this case, we are going to use the Open Weather Map service.
What about pictures? For pictures, we can use the famous Flickr. Easy, isn't it? Now that we have the necessary information, let's start with our app.
- Java面向對象思想與程序設計
- MATLAB 2020 從入門到精通
- Instant Typeahead.js
- Access 2010數據庫基礎與應用項目式教程(第3版)
- 機械工程師Python編程:入門、實戰與進階
- Python應用輕松入門
- Expert Android Programming
- UML 基礎與 Rose 建模案例(第3版)
- Keras深度學習實戰
- ASP.NET Core 2 Fundamentals
- C/C++程序員面試指南
- Android移動開發案例教程:基于Android Studio開發環境
- Python Essentials
- JSP程序設計實例教程(第2版)
- JavaScript機器人編程指南