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 want to create a ExpandableListView like shown in the image
Gradovi, Brands and Kategorije should always be visible, so, it doesnt matter how many child items are there or if they are expanded or not, I want them parents be visible always. Is there a library or some sample that I can use to do this?
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 3 days ago.
Improve this question
I have a set of buttons/images/boxes with text inside
I want to be able to drag from one box to another to be able to highlight all of them, while also being able to tap on a single button to highlight only that one. Is there any library that already does this or an example I could follow? I'm using jetpack compose if that changes anything
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 1 year ago.
Improve this question
I saw an application and the tag search was good. I just want the layout of the search tag. If you know, send me that tag. Below is some detail with some image below.
What I think you are looking for is a View called Chip and they are typically contained within a ChipGroup.
I have looked through this article, it should have everything you need.
https://www.journaldev.com/21994/android-p-chips-chipgroup
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 want make a Edittext, It should have some controll bar abover as: bold/italic/normal/underline, align with html tag.
A input of Question in Stack overfllow is a example for my idea.
Please show me a open source or a solution for that.
Richeditor might be the thing you want.
get this nice library from GitHub
refer this one also.
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
http://1.bp.blogspot.com/-Vv4SxVSI2DY/VEqQxAf3PWI/AAAAAAAAA7c/mfq7XBrIGgo/s1600/activity_transitions%2B(1).gif
I was reading about Material Design and I fall in love with this transition. Its named "Activity + Fragment Transitions" on the post.
Has anyone a tutorial or a name so I can search more precise?
Check out this implementation on Activity transitions which i am using!
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
I Need a custom behavior for android as it is in iPhone.
Currently I need an arrangement for selecting the numbers as given in the above picture.
I tried http://code.google.com/p/customspinner/ , but there is no API to set the current value, we can get only the current value set. I should be able to keep set the current value to lets say 70 and this should work for different resolution android devices.