How to create Spinner to show current and next 30 dates
问题 How can I create a date Spinner, which shows current date in EditText as default and future dates in Spinner (like, for next 30 days) I used date picker in many apps, so I am familiar with date picker dialog but don't have any idea about date spinner. Note Please don't tell me How to style EditText as Spinner EDITED: 1 AS RECOMMENDED BY @erakitin @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_date); Spinner