Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am new to Android programming and I was looking for a tutorial which would show me how to have sliding tabs with icons in the toolbar with a navigation drawer.
I just can't find any tutorial. All tutorials give you the sliding tabs below the toolbar.
Does anyone know any good tutorials ?
Thanks
here's a pretty good looking tutorial, you'll find some more through google.
http://www.androidhive.info/2015/09/android-material-design-working-with-tabs/
You'll need to get your head around the coordinator view if you want any of the nice scrolling behaviour
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
These days, I am interested in Material Design Animated Icons.
So I tried to make the icons in the url below.
https://material.io/design/iconography/animated-icons.html#usage
But I can't find examples :(
So, Could you tell me where I can see the example?
plz..
I can recomend you this page for create your own animated SVG files. Just see how it work a SVG(check this blog) because you'll work with the components of your vectors. Don't worry it's really easy to create basic animations. Check the samples within the page.
I hope this helps! Regards bro
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I want to make a question-answer app in which user view question and when he swipe to left answer will appear. I know that this can be achieved by using RecycleView and CardView. However, I do not know how to implement. Can anyone please help?
Please see the picture more clearer idea.
I know that this can be achieved by using recycleview and card view but how I don't?
You can refer this article for implementing horizontal recyclerview in vertical recyclerview, Hope this helps.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm developing an app which shows user profile similar to WhatsApp Contact profile (Option->view Contact). it has resizable ToolBar (or ActionBar) like this.
There's library called No boring ActionBar available here but, it's not gives solid color to ActionBar at the end (maximum collapse) like WhatsApp does.
I want to know that how can I achieve this into my app. Any suggestions will be welcome. thank you.
Whatsapp used the normal AppCompat Toolbar and implemented the Material Transitions.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have a "flat" ViewPager on my app. I saw DeviantArt's pager and its cool transition between fragments in pager when using lateral swipe. How i can achieve this effect? This is done with a library?
Thanks in advance
Setting a custom page transformation is a built-in feature of the ViewPager. You need to tell the ViewPager (using setPageTransformer) to use a custom transformation - the example ZoomOutPageTransformer described in the documentation here looks like it would suit your needs.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for XML Design templates for Android for last 2 days.
Please help me to get the stylish and fancy XML templates that i can reuse after customizing them.
Any response is appreciable.
Thank you.
Have you tried looking at open source projects on Google Code or Github? I know this has helped me with UI re-use for creating action bars, etc (along with other patterns now found at http://developer.android.com/design). I know 'iosched' over at Google Code has helped me learn about layouts. As far as pre-defined templates, I do not know of a specific repository for this. Hope this helps.