Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I would like to have drag and drop feature (for reordering) within an Android L version RecyclerView.
I assume this widget doesn't provide this feature itself, right?
In that case, how to implement such feature?
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I'm trying to make a search bar in my app (edit: for the content in the database linked to my app), but every tutorial that I found makes that in the appbar, is there any way to make a widget like google search bar in the app?
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am new in android programming. In this task,I should do what is shown in the picture,but without use a bitmap,only by making drawable xml files and show it in one layout. Any ideas?
I think that you can do it using shape drawables (link to reference) and textviews
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
How create animation like this?
You can add a library at your project and use the one you like most.
https://github.com/wasabeef/recyclerview-animators
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Can anyone provide an example of how to implement the play-stop-pause animation from the Material Design "Delightful Details" page?
http://www.google.com/design/spec/animation/delightful-details.html
Strangely, the animation is not even used in the Google Music app...
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i want to create an acitivity like below image
When i touch the inside image, it will highlight.
Give me a idea to achieve this ?