I want to create a circular seek bar which tells the number of cycles complete. I have a sample of IOS but I want to create the same as in Android(JAVA or Kotlin). Kindly guide me, how to create a circular seek bar the same as IOS. https://github.com/HamzaGhazouani/HGCircularSlider/blob/master/Screenshots/Circular.gif
Related
I want to make this custom range bar in android XML.
see below image:
How do you make this seek range bar in android XML?
If you know any libraries, then comment me.
You can try android-range-seek-bar library
Does anyone know how to Create a Custom Progress Bar like Scanning for Devices. I am currently creating my own app and it has a function with Searching for Device, I want to show a loading while searching but instead of progress bar or circle progress i want to show like the below image:
Sample Searching 1 Sample Searching 2
Its feels like it is Searching for Device and I want to have it instead of Progress Bar. If Someone know how to create this or Library for this it would be help for me.
I'm not really sure what they called on this but I'm hoping someone can help me.
Here is a library you can use to accomplish similar effect: jfabrix101/RadarCustomVIew
I want to create custom progress widgets as shown in the image. After some research I found:
For needle gauge i can modify this widget
For Horizontal Progress meters i should customize the android native progress bar.
For Water indicator i should create a custom widget using android canvas.
My Question is: Am I using the correct way to create and implement these widgets? Or Any better recommendations or tutorials which you think might help me create these especially the "Water Indicator" and Customizing the Android Native progress bar.
Thanks.
I'm using AchartEngine to create charts in android. But not able to show animations. For example : in pies chart i want initial rotations. In bar chart i want bar should grow from top to bottom.
Or is there any API or library which helps to build animated charts in android.
Please suggests or give any sample.
It is possible. You just need to modify the property you want to be modified and then call mChartView.repaint();
I've seen in the progress bar api, there is a property for 'backgroundImage'. Is there a way in titanium to create a custom progress bar? If I have two images? Or has anyone heard of a module which could let me do such a thing?