I develop an android application ( car reservation) in the Activity two i have some optiopn like date return date departure I want to show a full calendar how i can do this help me guys
Asked
Active
Viewed 1,666 times
0
-
1https://github.com/square/android-times-square Check this out – Rethinavel Mar 10 '14 at 14:04
1 Answers
0
There is not a native control for this, so you will need to implement something custom, or use a 3rd party library.
A good library for this is: TimesSquare

Booger
- 18,579
- 7
- 55
- 72
-
-
he's suggesting you use an external library, adding an import into your path. Also Square is the third party owner of the project. – StanleyZheng Mar 10 '14 at 15:06
-
http://stackoverflow.com/questions/15019936/android-import-library - just search 'android import library' – Booger Mar 10 '14 at 16:47