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.
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 2 years ago.
Improve this question
I wonder how to create a pin keyboard like this layout, in this layout, we have a pinview and Pin keyboard just and, I still looking on GitHub but they using a library not made the layout by self, maybe someone can help me to solve this case, thank you for your help
It is easy.
You can use this
https://github.com/davidmigloz/number-keyboard
Or you can design this by adding buttons to your layout.
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 implement a layout that pops from the bottom and covers half of screen behind it. How do i do it? Is there any library that does it out of the box? I want to do like something shown in the image below.
Take a look at Design idea first. And if feeling lazy, there is plenty of libraries to do this, for example this
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 4 years ago.
Improve this question
How to create an animation similar to that performed when we choose any react (which opens when we long press the like icon)?
The specific react icon jumps and replaces the like icon.
I have tried BounceInterpolator and few other interpolators but they actually don't fulfil my requirements.
Please help as I am a noobie.
Use this library to get your desired result, it will look something like this
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 5 years ago.
Improve this question
I wanna do activity whitch have buttoms instead R1-16 in this diagram, but i have not enough space.
I was thinking over the scrollview layout but I don't know how to make the screen can be moved down and to the right. Any idea how can i do this ?
Diagram
You should try this. I hope it will help you:
https://github.com/myntra/droid-uiscrollview
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
is it possible to do? if possible then what element i should use for this. I searched so many time in google but not found functionality like this.
Just show and hide layout it will give you effect like drop down .
We can do every thing we are androider's look at this awesome example -http://www.londatiga.net/it/how-to-create-quickaction-dialog-in-android/
you can do like this also much easy -http://androidcodesnippetsblog.blogspot.in/2013/09/android-custom-dialog-with-popup.html