Skip to content

Instantly share code, notes, and snippets.

View TheKeeperOfPie's full-sized avatar

Winson Chiu TheKeeperOfPie

  • Duolingo
  • Mountain View
  • 07:54 (UTC -07:00)
View GitHub Profile
@TheKeeperOfPie
TheKeeperOfPie / DialogUtils.java
Last active August 29, 2015 14:26
Example of a Date and Time picker dialog using ViewPager
package com.example.datetime;
import android.content.Context;
import android.content.DialogInterface;
import android.support.design.widget.TabLayout;
import android.support.v4.view.PagerAdapter;
import android.support.v4.view.ViewPager;
import android.support.v7.app.AlertDialog;
import android.text.format.DateUtils;
import android.util.Log;