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 months ago.
Improve this question
I am looking for some tutorial or some reference which can help me to create some custom shapes like below mentioned shapes.
I have tried creating shape using standard shape in android xml , but i am not able to find a appropriate solutions for it.
It would be good help if some one can explain how can i achieve this.
Thanks in advance.
Regards,
Rakesh
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 5 years ago.
Improve this question
I'm very new in UI design for Android, and I would like to create a custom graph like below image (doesn't matter if not exactly same). Please help me or suggest me some library with beautiful graphs. But highly prefer to knowing how to create own custom.
Thanks in advance
Developing such a module will take too much time and efforts, so here is some libraries that i recommend
https://github.com/PhilJay/MPAndroidChart
https://github.com/lecho/hellocharts-android
https://github.com/wordplat/ikvStockChart
https://github.com/HackPlan/AndroidCharts
https://github.com/ABTSoftware/SciChart.Android.Examples
i hope this will help you
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 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
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 timeline that looks like this one or this one with android
who can gives me an idea on how to do or à tutorial please
thank you
You could use a charting library to get a lot of the work done easy, and customise where you need...or develop what you want from first principles to have ultimate control (will be a bit of hard work).
Try using aChartEngine (https://code.google.com/p/achartengine/), perhaps its TimeChart will get you going.