Share My Creation AmberHome Weather V2

Finally I released my weather app to the play store. Currently only the free version with admob ads is available. A Pro version will follow soon.

Find it in play store.
 

Attachments

  • screenshot-1343777721570.png
    screenshot-1343777721570.png
    51.3 KB · Views: 8,933
  • screenshot-1343778015407.png
    screenshot-1343778015407.png
    59 KB · Views: 506
  • screenshot-1343777844437.png
    screenshot-1343777844437.png
    45.6 KB · Views: 527
  • screenshot-1346624014735.png
    screenshot-1346624014735.png
    66.5 KB · Views: 386
  • screenshot-1346249417196.png
    screenshot-1346249417196.png
    37.4 KB · Views: 397
Last edited:

Inman

Well-Known Member
Licensed User
Longtime User
Looks fantastic. Did you design all those weather condition icons yourself?
 

corwin42

Expert
Licensed User
Longtime User
No, the icons are from weathericonsets.com.

I tried to find the designer with no success. Hopefully I won't get any problems some day with the icons since there is no license information available. There is a "ticks" icon set from a japanese designer but I have no idea who did the "ticks blue" variant.

In some later version I plan to add the possibility to select/add other icon sets.
 

NJDude

Expert
Licensed User
Longtime User
I've said it before and I'll say it again AWESOME app.

The widget scales perfectly on my phones and tabs, also the issue with the EVO and my china tab not allowing to enter a location has been solved.
 

corwin42

Expert
Licensed User
Longtime User
Add this
B4X:
android:targetSdkVersion="13"
to your manifest right after the minSdkVersion attribute.

If you use Buttons and Edittexts in B4A Layouts you have to do a workaround like in this post to get the colors right.
 

Penguin

Member
Licensed User
Longtime User
Add this
B4X:
android:targetSdkVersion="13"
to your manifest right after the minSdkVersion attribute.

If you use Buttons and Edittexts in B4A Layouts you have to do a workaround like in this post to get the colors right.


THANK YOU
:sign0060:
 

corwin42

Expert
Licensed User
Longtime User
Select edit locations from slide menu and then long press on a location. In the popup menu is an option to delete the location.

Gesendet von meinem LG-P500 mit Tapatalk 2
 

corwin42

Expert
Licensed User
Longtime User
New version

I just released Version 2.1.0 to the play store.

The new version has support for additional icon sets which can be downloaded from play store. Currently only 3 icon sets are available. More will follow.

Another change is that the 10 day overview is a bit more "Holo style".


Now I will work on the AdFree version which may be released in a few days.


I'm searching for translators! Would you like to translate the app to other languages then please contact me.
 
Last edited:

rclatorre

Member
Licensed User
Longtime User
I need help, I have seen that has managed to make the Swipe to move between windows preventing it press the button on the second window "Forecast". Please share this tip.

thanks

Roberto
 

corwin42

Expert
Licensed User
Longtime User
There is nothing special with it. The app just uses the AHViewPager Library and I think the problem you are describing is handled by the library.

For all people interested in the app. A new version (2.3.1) is available in play store which fixes some problems and adds a transparency setting for the widget background.
 

rclatorre

Member
Licensed User
Longtime User
Thanks for the reference, I will review the library and then discussed the results.

Roberto
 
Top