Example usage for android.widget Gallery subclass-usage

List of usage examples for android.widget Gallery subclass-usage

Introduction

In this page you can find the example usage for android.widget Gallery subclass-usage.

Usage

From source file com.manning.androidhacks.hack017.view.CreateAccountGallery.java

public class CreateAccountGallery extends Gallery {

    public CreateAccountGallery(Context context) {
        super(context);
    }