How to implement two months calendar using android -
How to implement two months calendar using android -
i want implement 2 month calendar in android application below image,
i tried googling cant source code 2 months calendar,pls give source code 2 months calendar if any... awaiting replies...
it possible implement 2 months calendar using grid view. main advantage of grid view , having autoscroll property default.so seek utilize gridview on android xml. refer code below,
<gridview android:id="@+id/calendar" android:numcolumns="7" android:layout_width="fill_parent" android:layout_height="wrap_content"> </gridview>
android android-calendar
Comments
Post a Comment