• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Calender view ( 30days view puregrid ) how to ?

Hi ,

I am trying to add a Month view calender as the front page of my app , I used the code below but it always shows a rotary date-picker ,

<DatePicker
android:id="@+id/widget28"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
>
</DatePicker>



could some one help me with the code for a Puregrid 30days Calender


what I want to get :
http://picasaweb.google.com/ruwanindika/AndroidDatepicker#5456941108993359666

what I get now:
http://picasaweb.google.com/ruwanindika/AndroidDatepicker#5456941112569572354

thank you
 
Back
Top Bottom