Quantcast
Channel: onStartTrackingTouch – CODERZHEAVEN
Browsing latest articles
Browse All 4 View Live

Image may be NSFW.
Clik here to view.

How to use SeekBar in ANDROID?

Here is a simple example to show how to use seek Bar in android. Create a new project and place this code in it. package com.coderzheaven; import android.app.Activity; import android.os.Bundle; import...

View Article



How to get the current progress on your SeekBar in android?

I have already shown how to use seekBar in android. This simple snippet helps you to get the current progress in the seekbar. It’s same code from this post, only thing is I added the getProgress...

View Article

Image may be NSFW.
Clik here to view.

CardView Demo in Android L

Here is a simple CardView Demo in Android. This demo shows how you can apply Corner radius and Shadow in Android L. Here is the Activity. package com.example.android.cardview; import...

View Article

Slide to Unlock Demo in Android

This is a simple demo to do Slide to Unlock in Android. Layout <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images