rv=datepicker.show("Please select the desired date!", "Departure Date","OK","Cancel","",Null)
Not sure what you mean. You can omit this line. Your application will still run properly on all devices. It will just use the Android 2.x style.What version does the app use?
Yes.will the app run on older android versions?
No (on older devices the old style will be used).Also if i keep this line, is there a way to use the "old" style just for the datedialog?
No (on older devices the old style will be used).
Does anyone know how to do Hide the Calendar according to the above?Searching Android Developers I saw the implementation on API 17 has a calendarViewShown property to show/hide the calendar.
No. The referenced android.jar doesn't matter. I guess that you tried to set android:targetSdkVersion="4" in the manifest editor?Could it be have something to do with the fact that I upgraded to API17 in order to install UltimateListView?