Creating a Sliding Scale Similar to Noom - android

I want to create a sliding weight scale for my app like the one in screen shot. I cannot figure out which Layout or UI components to use. Please Suggest a way or tutorial to do this.
Thanks
Link to screenshot

Did not get any reference so I tried creating it on my own. Check it out in Github.
SlidingScale - GitHub

Related

Android - Button inside TabLayout

I am building an Android application in which I would like to add a button inside the TabLayout. I understand that it is technically feasible but please confirm if it is the recommended approach in Android.
For the reference, below is the sample screenshot. I am looking for similar implementation but instead of displaying only image, I would like to display a checkbox along with a label.
Please help me understand the recommended approach and also please share if any reference in the official documentation about this.
As there are no answers so far, I would like to share my research's key points.
It is not recommended to use icons or some other buttons within the TabLayout.
The TabLayout should be totally allocated in the full width otherwise the user experience will get negatively impacted when we add more number of tab items.

Horizontal Seletor

I need to create horizontal selector like in Uber android app (Please check screen shot). But that selector list must be dynamic means (Array[1,2,3,4...]). Please check screen shot:
I trid a lot but nothing worked with grate UI like this, I have trid also this link: check link. Its worked but bad UI because its uses paint to create things. Please help me to achieve same thing. I am trying it for payment selection option based on region. So its must be dynamic.
You can use android ui widget seekbar for this purpose and then customize it.
Also you can refer the following example
Seekbar

Sliding TabLayout Always in Center

Hello first of all i'm a newbie for the libraries stuff.
I found a Demo Project on Github here but it contains more than i need
I want this like Slider
Image
I have optimized it but its not working. So someone here, please take a look and guide me
Or any other stuff by which i can make that like layout?
Need to use padding for SlidingTabStrip. TabLayout has only app:tabContatentStart property, but you need to set both sides for this behavior.
Look here: https://stackoverflow.com/a/36886331/651770

Layout like radial menu

I have to design something like this and add click event for each block,how should I proceed for that.Could anyone guide me regarding this
I know that's too late to reply but this is for the developers who needs some functionalities like this now onwards in their projects..
Look at this demo Project on github
You can make this by own dynamically too by using screen width & screen height , but that would be too complicating..
Better to use the Library or Third Party for that..
You can get some of demos like this too..
https://android-arsenal.com/details/3/1142
https://android-arsenal.com/details/3/1754
Hope that helps others too.

Wheel animation in rounded shape

I am new in android. I want to make rounded wheel animation type animation for my application home page like this one, any help please ?
What you are looking for is called "3D carousel view". We don't have much examples based on that. But still here is a very good link which has the source code for this sample.
http://www.codeproject.com/Articles/146145/Android-3D-Carousel
But still you have to roll out things to make the changes and customize it.
Please check below links its help to how to implement this functionality(Cover Flow)
http://code.google.com/p/android-coverflow/
http://www.inter-fuser.com/2010/02/android-coverflow-widget-v2.html

Categories

Resources