TimeLine Design for 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 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.

Related

Android Wearable - Loading Indicator [closed]

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 1 year ago.
Improve this question
I'm developing a android wear os application and would like to intergrate an loading animation. The bluetooth search animation is beautiful, see this:
https://files.fm/f/gh8nqczx5
Do I have to code this from scratch with a circle progessBar?
You can technically use androidx.compose.material.CircularProgressIndicator
See https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/material/material/integration-tests/material-demos/src/main/java/androidx/compose/material/demos/ProgressIndicatorDemo.kt?q=CircularProgressIndicator
But it's material compose, not wear material which you should normally avoid.
If it doesn't look like you want you can google, there are lots of tutorials for this type of thing.
https://www.youtube.com/watch?v=ZasJB95VBtM

how to make custome graph 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 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

How to create drop down like below image 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 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

Making a Circular Dial like menu [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
Am currently working on a circular dial like menu like one below, where user can scroll to select an option. May I get any UI ideas for achieving this in native Android development.
AbsoluteLayout is deprecated.
However, you are lucky:
there is a similar open source project on github:
https://github.com/LukeDeighton/WheelView
Good Question,
You can use "AbsoluteLayout" for this type of UI.
Black Image for Dialer and , Than small images for numbers.
Thank you,

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