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
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
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
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
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 7 years ago.
Improve this question
I need you to find the best way for build my view.
This is a page listing questions : I can use a listview, BUT,
The problem is :
Questions can be deleted
Questions can be added
Questions can be modified
..and the order can be changed.
I also thought to simulate a listview by adding fragment.
Can i make this method without weigh down the view ?
Thank you in advance for your ideas!
Bryan
Use RecyclerView to implement that.
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