All posts in Design

Create a Custom-Styled UI Slider (SeekBar) in Android

MokaSocial-Blog-Headers-Slider

An Android slider (or a SeekBar as it’s called in the Android world) is a pretty slick UI tool which we recently used in our Call Your Folks! app as a means of choosing a reminder frequency between one day and three months.

I’ll walk you through creating a custom-styled seekbar for your Android application using nothing but a few XML and image drawables.

Continue Reading →