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
How to create a swipable card view in android application using fragments.
In my application swipable view will shown unfortunately stopped error when swiping backward
You can use some open source libraries in your project.
SwipeCards
Swipeable cards: Tinder-like cards library for Android
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 out the new BottomNavigationView from the Android Support library. For one of the menu items I would like to have a custom view so that I can add a circular user image programatically as an icon.
After using, this does not seem possible with either this support component or the roughhike/BottomBar library. Any ideas? The question could be simplified on how to use a layout in a menu as an icon and if this is possible with BottomNavigationView or other libraries.
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 want to learn how to create custom android views. I don't want to use any library. I have looked searched for it.
You can create your own view using layouts and inject into the view by dialog. On click you can handle the calendar object.
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 4 years ago.
Improve this question
I want to create a sliding panel in my app, which will slide in on clicking a button.
Please explain in details how do i get a sliding panel.
you have to use Navigation view from android design support library for slide panel.Here is the link of android design support library blog.
http://android-developers.blogspot.in/2015/05/android-design-support-library.html
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?
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
Please guide me to create view similar to honeycomb gallery where user can select from the ListView Fragment from the right and the contents are displayed in the left side. I want to replace the content as and when item is clicked in the ListView Fragment.
Thanks
EDIT: Looks like you want to use Master/Detail Flow. Check this simple tutorial.