如何在 android eclipse 中制作水平滑动日历?

2022-01-11 00:00:00 calendar android eclipse sliding

如何在 android eclipse 中制作水平滑动日历?如下图所示:

解决方案

两种可能

1.通过自定义视图创建自己的自定义日历.

参考这个 -

Hw to make a horizontal sliding calendar in android eclipse? Something like the image below:

解决方案

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

相关文章