[App][Free] Tiny Weather

sylsau

Active member
Nov 8, 2011
35
0
0
Visit site
Hello,

I made this post to present you a free weather application named Tiny Weather and available here on Google Play Store : https://forums.androidcentral.com/e...ils?id=com.ssaurel.tinyweather&token=KaffWQ1T

Tiny Weather purposes weather for daily and forecasts on 16 next days. UI is simple and elegant with a blue theme.

Some screenshots :

* Current Weather

current_en_400.png



* Forecasts on 16 next days

forecasts_en_400.png



* Change city

change_city_en_400.png



* Use location action button to detect your city

location_en_400.png



* Misc

misc_en_400.png



Don't hesitate to give me your feedbacks.

Thanks.

Sylvain
 

Mike Crove

New member
Oct 1, 2014
4
0
0
Visit site
Hi,

Looks good, i didn't tried it yet, i'm just wondering, what do you use to build application ? (if you made it), is there any framework that make it easy ? i'm looking for something portable

Thanks
 

sylsau

Active member
Nov 8, 2011
35
0
0
Visit site
Hello,

I simply use Eclipse with ADT plugin provided by Google.

This application is the result of a video tutorial that I plan to update week after week on my Youtube channel. So, if you want to learn how to make that kind of application from scratch, you could follow the tutorial.

Sylvain
 

sylsau

Active member
Nov 8, 2011
35
0
0
Visit site
First part of tutorial is up. You will learn how to prototype a weather app with free open source tool named Pencil.

Video is here :



Give me your feedbacks.

Next week, the following with architecture of weather app.

Sylvain
 

sylsau

Active member
Nov 8, 2011
35
0
0
Visit site
Hello,

Long time with no update for the tutorial.

Now, Part 2 - Architecture and Part 3 - Create application and make current weather working are up !

Part 2 is here :



And Part 3 is here :


In this part 3, following subjects are at the program :

  • Android application project creation
  • Use of ViewPager pattern
  • Weather grabber to get meteo from provider
  • Cache creation to cache weather data
  • How to get GPS position of user with Google Play Services and without
  • Curreant weather fragment creation to display weather data on UI
  • Main activity creation


Don't hesitate if you have feedbacks.

Sylvain