DaWeatherApp
See https://dev.to/kuanp/learnings-from-building-a-weather-app-3l88
Posted on July 3, 2020
This post is about learnings from my experience building apps while following this Udemy Course.
I ended up adding quite a bit to the base app, and I'm glad I did - it was really good learning to experiment with different frameworks and such. It took some time - about 6 hours or so...
Building a weather app, that fetches and displays information from an existing public API.
As part of trying to build this app, I wanted to learn more about:
Most importantly I wanted to build a beautiful app similar to the Yahoo Weather app, which changed its background based on current location.
view.setOnKeyListener
.
* Careful when reading from file, because it could cost a lot of latency on startup. I honestly think I should've done it async...
* Semi-Transparent layouts can help display the image underneath and at the same time help with making texts more legible. That's all! Thanks for reading...
Posted on July 3, 2020
Sign up to receive the latest update from our blog.
November 20, 2024