DateTimePickerEditText


Source link: https://github.com/BlackBoxVision/datetimepicker-edittext

DateTimePicker EditText

📆 A set of EditTexts with built-in support for Date and TimePicker's using Fragments

Installation

Actually I don't have this library in JCenter/Maven Central, so if you want to use, follow the instructions.

Gradle

  • Add it in your root build.gradle at the end of repositories:
allprojects {

  repositories {

...

maven {

 url "https://jitpack.io"

 
}

  
}
 
}
  • Add the dependency:
dependencies {

  compile 'com.github.BlackBoxVision:datetimepicker-edittext:v0.3.3' 
}

Maven

  • Add this line to repositories section in pom.xml:
<repositories>
  <repository>  <id>jitpack.io</id>  <url>https://jitpack.io</url>
  </repository> </repositories>
  • Add the dependency:
<dependency>
  <groupId>com.github.BlackBoxVision</groupId>
  <artifactId>datetimepicker-edittext</artifactId>
  <version>v0.3.3</version> </dependency>

SBT

  • Add it in your build.sbt at the end of resolvers:
  resolvers += "jitpack" at "https://jitpack.io"
  • Add the dependency:
  libraryDependencies += "com.github.BlackBoxVision" % "datetimepicker-edittext" % "v0.3.3"

Sample Usage

In your activity layout xml:

<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:tools="http://schemas.android.com/tools"
  xmlns:app="http://schemas.android.com/apk/res-auto"
  android:id="@+id/activity_main"
  android:layout_width="match_parent"
  android:layout_height="match_parent"
  android:paddingBottom="@dimen/activity_vertical_margin"
  android:paddingLeft="@dimen/activity_horizontal_margin"
  android:paddingRight="@dimen/activity_horizontal_margin"
  android:paddingTop="@dimen/activity_vertical_margin"
  android:orientation="vertical"
  android:focusable="false"
  tools:context="io.blackbox_vision.sample.MainActivity">

<io.blackbox_vision.datetimepickeredittext.view.DatePickerEditText

android:id="@+id/datePickerEditText"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginBottom="8dp"

android:hint="@string/select_date"/>

<io.blackbox_vision.datetimepickeredittext.view.TimePickerEditText

android:id="@+id/timePickerEditText"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginBottom="8dp"

android:hint="@string/select_time"/>

<android.support.design.widget.TextInputLayout

android:id="@+id/dateTextInputLayout"

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:layout_marginBottom="8dp">

 <io.blackbox_vision.datetimepickeredittext.view.DatePickerInputEditText

 android:id="@+id/datePickerInputEditText"

 android:layout_width="match_parent"

 android:layout_height="wrap_content"

 android:hint="@string/select_date"

 app:minDate="01/01/1981"

 app:maxDate="01/01/2050"

 app:dateFormat="yyyy/MM/dd"/>

</android.support.design.widget.TextInputLayout>

<android.support.design.widget.TextInputLayout

android:id="@+id/timeTextInputLayout"

android:layout_width="match_parent"

android:layout_height="wrap_content">

 <io.blackbox_vision.datetimepickeredittext.view.TimePickerInputEditText

 android:id="@+id/timePickerInputEditText"

 android:layout_width="match_parent"

 android:layout_height="wrap_content"

 android:hint="@string/select_time"

 app:timeFormat="HH:mm"

 app:is24HourView="true"/>

</android.support.design.widget.TextInputLayout> </LinearLayout>

The available tags are the following ones:

  • dateTimePicker:theme: Reference to a custom theme related to the DatePicker or TimePicker dialog style
  • dateTimePicker:minDate: String, it must be a string date in the format 'dd/MM/yyyy'
  • dateTimePicker:maxDate: remains the same as minDate
  • dateTimePicker:dateFormat: String, it represents the format that the date will be shown in the EditText, the default is 'dd/MM/yyyy'
  • dateTimePicker:timeFormat: String, it represents the format that the time will be shown in the EditText, the default is 'HH:mm'
  • dateTimePicker:is24HourView: Boolean, it tells the TimePicker how to show it

And in your Activity class

public final class MainActivity extends AppCompatActivity {

private DatePickerEditText datePickerEditText;
  private TimePickerEditText timePickerEditText;

private DatePickerInputEditText datePickerInputEditText;
  private TimePickerInputEditText timePickerInputEditText;

@Override
  protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.activity_main);

 datePickerEditText = (DatePickerEditText) findViewById(R.id.datePickerEditText);

timePickerEditText = (TimePickerEditText) findViewById(R.id.timePickerEditText);

 datePickerInputEditText = (DatePickerInputEditText) findViewById(R.id.datePickerInputEditText);

timePickerInputEditText = (TimePickerInputEditText) findViewById(R.id.timePickerInputEditText);

  datePickerEditText.setManager(getSupportFragmentManager());

timePickerEditText.setManager(getSupportFragmentManager());

 datePickerInputEditText.setManager(getSupportFragmentManager());

timePickerInputEditText.setManager(getSupportFragmentManager());

  
}
 
}

License

Distributed under the MIT license. See LICENSE for more information.

Resources

Android client for Project Tox - Secure Peer to Peer Messaging.

Fast and simple URL parsing for Java, with UTF-8 and path resolving support.

  • Easy to use API - you just want to parse a URL after all.
  • Fast, 4+ million URLs per second on commodity hardware.
  • UTF-8 encoding and decoding.
  • Supports path resolving between URLs (absolute and relative).
  • Supports IPv4 and IPv6.
  • No external dependencies.

NoNet is an Android library for monitoring network connectivity.

Android close pixelate allows you easily create and combine various pixelation effects. The library is super lightweight and easy to use.

This library unifies the user contacts in a compact and user intuitive way allowing the end-user to choose between the contact's available communication options (email/phone number) following Material Design guidelines.

Although there is a standard way to call the contact list in Android, it does not always feel well-integrated in your app Android applications. UnifiedContactPicker is an Android library which allows you to easily integrate contact picking workflow into your application with minimal effort.

This is a powerful little tool that helps converting single or batches of images to Android, iOS, Windows and CSS specific formats and density versions given the source scale factor or target width/height in dp.

It has a graphical and command line interface and supports a wide array of image types for reading and conversion including PNG, JPEG, SVG, PSD and Android 9-patches. Using sophisticated scaling algorithms, it is designed to make conversion of images easy and fast while keeping the image quality high (comparable to PS). To further optimize the output post processors like pngcrush and mozJpeg can be used.

Topics


2D Engines   3D Engines   9-Patch   Action Bars   Activities   ADB   Advertisements   Analytics   Animations   ANR   AOP   API   APK   APT   Architecture   Audio   Autocomplete   Background Processing   Backward Compatibility   Badges   Bar Codes   Benchmarking   Bitmaps   Bluetooth   Blur Effects   Bread Crumbs   BRMS   Browser Extensions   Build Systems   Bundles   Buttons   Caching   Camera   Canvas   Cards   Carousels   Changelog   Checkboxes   Cloud Storages   Color Analysis   Color Pickers   Colors   Comet/Push   Compass Sensors   Conferences   Content Providers   Continuous Integration   Crash Reports   Credit Cards   Credits   CSV   Curl/Flip   Data Binding   Data Generators   Data Structures   Database   Database Browsers   Date &   Debugging   Decompilers   Deep Links   Dependency Injections   Design   Design Patterns   Dex   Dialogs   Distributed Computing   Distribution Platforms   Download Managers   Drawables   Emoji   Emulators   EPUB   Equalizers &   Event Buses   Exception Handling   Face Recognition   Feedback &   File System   File/Directory   Fingerprint   Floating Action   Fonts   Forms   Fragments   FRP   FSM   Functional Programming   Gamepads   Games   Geocaching   Gestures   GIF   Glow Pad   Gradle Plugins   Graphics   Grid Views   Highlighting   HTML   HTTP Mocking   Icons   IDE   IDE Plugins   Image Croppers   Image Loaders   Image Pickers   Image Processing   Image Views   Instrumentation   Intents   Job Schedulers   JSON   Keyboard   Kotlin   Layouts   Library Demos   List View   List Views   Localization   Location   Lock Patterns   Logcat   Logging   Mails   Maps   Markdown   Mathematics   Maven Plugins   MBaaS   Media   Menus   Messaging   MIME   Mobile Web   Native Image   Navigation   NDK   Networking   NFC   NoSQL   Number Pickers   OAuth   Object Mocking   OCR Engines   OpenGL   ORM   Other Pickers   Parallax List   Parcelables   Particle Systems   Password Inputs   PDF   Permissions   Physics Engines   Platforms   Plugin Frameworks   Preferences   Progress Indicators   ProGuard   Properties   Protocol Buffer   Pull To   Purchases   Push/Pull   QR Codes   Quick Return   Radio Buttons   Range Bars   Ratings   Recycler Views   Resources   REST   Ripple Effects   RSS   Screenshots   Scripting   Scroll Views   SDK   Search Inputs   Security   Sensors   Services   Showcase Views   Signatures   Sliding Panels   Snackbars   SOAP   Social Networks   Spannable   Spinners   Splash Screens   SSH   Static Analysis   Status Bars   Styling   SVG   System   Tags   Task Managers   TDD &   Template Engines   Testing   Testing Tools   Text Formatting   Text Views   Text Watchers   Text-to   Toasts   Toolkits For   Tools   Tooltips   Trainings   TV   Twitter   Updaters   USB   User Stories   Utils   Validation   Video   View Adapters   View Pagers   Views   Watch Face   Wearable Data   Wearables   Weather   Web Tools   Web Views   WebRTC   WebSockets   Wheel Widgets   Wi-Fi   Widgets   Windows   Wizards   XML   XMPP   YAML   ZIP Codes