Android TimeSqaureCalender

Posted by Jack Lebbos on Stack Overflow See other posts from Stack Overflow or by Jack Lebbos
Published on 2014-08-18T22:16:33Z Indexed on 2014/08/18 22:20 UTC
Read the original article Hit count: 226

Filed under:
|

i have searched for calendar libraries and i have found TimeSquare calender on this site https://github.com/square/android-times-square ive downloaded the file and add made an import for the folder in ecilipse and everithing worked fine then i have exported with gradle and imported in android studio and everything worked fine.THE problem is that i want to use this calender in an app i'm developping so i have added folder library as a module and synced with grade but when i define <com.squareup.timessquare.CalendarPickerView android:id="@+id/calendar_view" android:layout_width="match_parent" android:layout_height="match_parent" />

just in xml and run the app it crashes on setcontentview and i cannot make anything in plus can somebody tell me how to use this library correctly.

© Stack Overflow or respective owner

Related posts about android

Related posts about calendar