Segment control in android [closed]
Asked Answered
E

1

23

Can any one please tell me how to make a segment control in android, exactly given below -

enter image description here

I am confused what images should I use . How to cut images and use them as resources to get exact same segment control like this. And which library would be perfect to achieve this ?

Expediency answered 12/12, 2013 at 8:26 Comment(2)
This is an other good alternative: github.com/hoang8f/android-segmented-controlChemo
See https://mcmap.net/q/585902/-segmented-control-in-androidHomogeneity
T
28

There are dozen of good articles on segment control implementation... but following are the good ones , that helped me.. Intermediate Example is closest to your requirement.

Basic Example

Intermediate Example

Github Segment Control Example One

Github Segment Control Example Two

Github Ceryle SegmentedButton (the richest)

For creating Menus , u need to have some photoshop skills, although this website can create navigation for u online as well Create Navigation Online

Tomkin answered 12/12, 2013 at 8:36 Comment(3)
Intermediate example was a bit helpful. ThanksExpediency
First link is broken.Lapith
Here's the basic example with a working link: github.com/nairteashop/SegmentedControlGerhardt

© 2022 - 2024 — McMap. All rights reserved.