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.
Related
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 6 years ago.
Improve this question
How to make something like that(image linked) in android. I just need an idea.
http://beautifulpixels.com/wp-content/uploads/2013/04/tumblr-Android-Masthead-final.jpg
Check these are the libraries for fab and fab menu.
https://android-arsenal.com/tag/173
or you can customize one of them and can create your own.
I dont think that is a FloatingActionButton. May be its semi transparent activity with the buttons on it.
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 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 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
I think, I need to extend ActionBarActivity. But I can't extend android activity in Delphi XE5.
Are there other ways to add this feature (Action Bar with icons) to the app window?
I am not aware of an actionbar in delphi. However, you could use a toolbar and add speedbuttons and a label. By changing the stylelookup of the speedbutton you can pick from a set of predefined images in the android style. That works for me.