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
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 am new to android.I am trying to implement navigation drawer with viewpager and here the viewpager contains tablayout with three tabs in a single activity. I dont know how to do this. Do provide me proper solutions and also give some knowledge of how to do this.
You can follow this tutorial for your requirement this will produced like given image.
As you mentioned you are beginner to android then i suggest you follow complete tutorial.
Here is the Link
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
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 2 years ago.
Improve this question
Could someone tell me the name of the effect in the pink button (like the FAB button)?
It's called Circular Floating Action Menu. I'm not sure if it's supported directly from Google APIs, but I was looking into it just yesterday and I found this awesome git repo.
Take a look here
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 am trying to add Sliding menu's in android app, but I didn't understand from where to add this. Most of today's apps have this. Please suggest how do I start and add Sliding menu...
Thanks in advance
I think what you are looking for is how to make a navigation drawer. You should take a look at this documentation https://developer.android.com/training/implementing-navigation/nav-drawer.html.
Moreover, at Google I/O, Google released the "Android design library" with some cool enhancements to build a navigation drawer. You can find a blog post about it here http://android-developers.blogspot.fr/2015/05/android-design-support-library.html
You can also check this Github for an example of how to implement it : https://github.com/chrisbanes/cheesesquare