How Can I Make A Horizontal Sliding Calendar In Android Eclipse?
Hw to make a horizontal sliding calendar in android eclipse? Something like the image below:
Solution 1:
Two possibilities
1.Create own customize calendar by customize view.
refer this - https://developer.android.com/training/custom-views/index.html
2.Similar 3rd party available in github.
https://github.com/Mulham-Raee/Horizontal-Calendar/tree/18b8f1e27b681fa5005048efa2103261f8eaafc5
Post a Comment for "How Can I Make A Horizontal Sliding Calendar In Android Eclipse?"