nadiya6050
nadiya6050

Reputation: 25

add material Date/Time Picker library to android studio manualy

i want to manually add this library material Date/Time Picker. to my project.with out this code.

dependencies {
  compile 'com.wdullaer:materialdatetimepicker:2.3.0'
}

please help me

Upvotes: 1

Views: 318

Answers (1)

Newbie
Newbie

Reputation: 368

  1. Go to this link - (same library).
  2. Copy java codes to your own custom packages in your project.
  3. Copy the items from all resource files also.
  4. Resolve all import errors manually.
  5. Its done.

Upvotes: 1

Related Questions