Mobile_Application_Developm.../app-resources.md

19 lines
600 B
Markdown
Raw Normal View History

2019-05-21 20:06:38 +00:00
# App Ressourcen für Daliy Helper
## Linksammlung:
2019-05-21 20:05:39 +00:00
[Icon Generator](https://romannurik.github.io)
[Beispiel App Projekt](https://github.com/haroon47/WeatherApp)
2019-05-21 20:06:38 +00:00
2019-06-23 22:59:18 +00:00
# Wetter API:
2019-05-21 20:06:38 +00:00
2019-06-23 22:59:18 +00:00
## OpenWeathermap API-Key: `ef4ee3f556d464979db1cfa6fe60f7a0`
2019-05-21 20:07:08 +00:00
`https://api.openweathermap.org/data/2.5/weather?lat=47&lon=15&APPID=030cadd0e9d6bdb9ae54ff0f841258ea&lang=de&units=metric`
2019-05-21 21:24:22 +00:00
2019-06-23 22:59:18 +00:00
## Vorhersage:
`https://api.openweathermap.org/data/2.5/forecast?lat=35&lon=139&appid=030cadd0e9d6bdb9ae54ff0f841258ea&lang=de&units=metric`
2019-06-23 22:59:18 +00:00
## Wetter Icon
2019-06-24 17:23:06 +00:00
String iconUrl = "https://openweathermap.org/img/w/" + iconCode + ".png";