3

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

enter image description here

peterh
  • 11,875
  • 18
  • 85
  • 108
inn
  • 237
  • 2
  • 5
  • 12

2 Answers2

2

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

enter image description here

Ranjithkumar
  • 16,071
  • 12
  • 120
  • 159
0

You can have a look at this code,
Just clone the repository and customize as per your need without any library

https://github.com/Tejas-Soni/HorizontalCalendarAndroid

enter image description here

Tejas Soni
  • 404
  • 3
  • 4