Skip to content

Instantly share code, notes, and snippets.

View Jawnnypoo's full-sized avatar

John Carlson Jawnnypoo

View GitHub Profile
package com.jawnnypoo.example;
import android.app.Activity;
import android.app.DatePickerDialog;
import android.app.Dialog;
import android.app.DialogFragment;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.DatePicker;