How to use animated weather icons - android

I am searching for some animated weather icons for android project. I found one of the following skycons. Can anybody tell me if this can be used in a android label or view. Any small example is appropriated.sorry I could not find one.
http://darkskyapp.github.io/skycons/
If any other similar link available?

As MH told it is implemented https://github.com/torryharris/Skycons.

Related

trouble with layout android Not Able to generate this View According to icons and line and below text

I am designing following layout structure for one of my application. But dont know how to implement it.
This Design is called Stepper. There are lot of open source library is available for this design. Check the following link. May it will help you.
https://android-arsenal.com/details/1/3049

how to create UI like Healthbook animation list view in ios app

I want to develop animated list view like Healthbook app in IOS.
Animation View: http://www.jayaprasad.com/prototypes/healthbook/
Animation Video: https://www.youtube.com/watch?v=q0HkWgmeIlc
can you please suggest me that how to develop this type of list view in android application because there is not such lib which providing this type of animated list view.
Comment any suggestion and link of examples which can help me.
this same question asked but no one has given any solution for that so i asking this again if i get any solution so i decided to reopen it by asking this again.
Thanks.
Try to use this lib and customize this lib CardUI

Making the actionBar Cool

How can i make the ActionBar Epic as this one ?
Also normally in Google Apps, when we swipe down the action bar actually get shrinked down in size with a beautiful effect, is that effect available for developers? or we have to do it on our own ? And how can we do it?
In this image overhere, there's icon and text above the image, and also a rounded button, i wonder if this sample is documented and i'm missing it, hope guys you'll point that out!
Also how can they add text to the ActionBar??
Hope you'll help! Thanks!
This is all from the new Materials Theme that is going to be available in the next version of Android. You can find out more at the Android L Developer Preview site.
You may use this project available on github to implement your epic actionbar.
Regarding icons/buttons, simply use drawables or 9-patch to get it done.

circular wheel type scrolling menu in android

I want to implement same menu in my application. i tried many Demo examples of wheel type that use a static image which is upl![enter image description here][1]oaded once without any success. . so any one please help me out
A menu exact similar to this
link => https://stackoverflow.com/questions/12072692/a-circular-layout-with-scrollable-contents-in-it
Not sure about a scrolling feature but I have seen some menus that are similar to the one in the link that you posted. Links:
1.) daCapricorn's custom view called: ArcMenu.
2.) anupcowkur's android wheel.
3.) R4md4c's android rotary wheel view.
4.) lib4's rotate wheel.
I hope these can help.

Tab buttons similar to iPhone

I was just wondering if anyone knew of an open-source custom view or even a way to make a decent strip of buttons on Android similar to the image below
I have looked at the tab views and such Android provides and it isn't what the client is looking for in terms of aesthetics. Any help would be appreciated, thanks!
You probably should implement a custom RadioGroup to implement the UISegmentedControl you have shown in the image. see this github project which implements just that!
https://github.com/makeramen/android-segmentedradiobutton
Here is another resource i've used to implement the same thing you're after:
http://blog.bookworm.at/2010/10/segmented-controls-in-android.html

Categories

Resources