How to create drop down like below image in android? [closed] - 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 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

Related

How to create a Pin Keyboard on Android [closed]

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.

How Instagram inflate image color inside it background in Story Mode [closed]

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
Hello since today I wonder how Instagram succeeded to introduce the most important color of the image in its background, I would like to add this kind of possibility in my application someone would know how I can do that? thanks for the help
Here a image of what I'm talking about
Take a look here: https://developer.android.com/training/material/palette-colors
Should work for you, implementation is easy

Android contact app layout [closed]

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
Wich is the best aproach here? I have a list of phones, another one for emails, and another one for names, all of them is in a database and I need to achieve the following result:
It has to be exactly like that image, I'm not asking anyone to right te code for me, I just need to know what is the best way to achieve that.
A linear layout may be a good starting point.

Implement an "How-use-it"inside the program app [closed]

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 would like to implement a tutorial for using the program, which is the best method for implement it?
I have to implement an imageview inside a listview and the user scroll down the single image? or there are a best method?
thx
you could use this library its easy to use and modify. https://github.com/Espiandev/ShowcaseView
and here is a link in how to use it & theme it.
XDA

How to make a flowing liquid animation in Android [closed]

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 9 years ago.
Improve this question
I want to know how do I make a flowing liquid like animation in Android. I need a few ideas for this. Is it possible to do it in Android?
EDIT
As per the link given my #amitsingh in the comments below, the question can be expanded as follows. I need to use the LiquidFun physics library in an Android activity to achieve fluid animation. My aim is not creating a game but just to create an animation of that sort.
Thanks

Categories

Resources