• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps What should I use to make this ?

Prosko

Lurker
Hello, I'm new to Android development. I am currently creating a weather app for my hometown where I will gather information with the POST request and show it on an android app.
This is how my current app looks like:
http://imgur.com/a/i6zXR
And I want to change the design to look more like the Weather Mate M8 app:
http://imgur.com/a/alDF9
I like the top design, where we have the current weather at the top and other info at the end of the picture.
I know how to create cardview and how to add pictures. But I want to know how to make this effect, like at Mate M8, dynamic information on the picture. Does anybody know what should I look into ? Like I said, I'm new to this.
Thank you in advance :thumbsupdroid:
 
Yes this is what I could use, thank you very much. May I ask, when I launch the weather m8 app, the picture has an animation where the leaves from the tree move (here is the app: https://goo.gl/IaBuPT ). Do you maybe know what that is ? @LV426
 
Last edited:
You can use CollapsingToolbar layout (Or you can Choose scrolling activity from gallery in android studio , it will give you collapsing toolbar layout with scrollview.) and for list you can use RecyclerView .
 
Back
Top Bottom