android - Which API is DatePicker changed? -


i'm designing big android project. 5 months ago have designed ui editing datepicker this:

the datepicker + , - buttons

but after changed computer , moved project new computer, error on getchildat(int). removed modifications on , saw datepicker :

the datepicker previous , next value

any idea on why changed? or how can change old version?

(p.s : use api 15)

but after changed computer , moved project new computer, error on getchildat(int)

your code incorrectly assumed implementation of datepicker never change.

any idea on why changed?

because google wanted change it.

how can change old version?

find source code old version , fork create own legacydatepicker or such. want the implementation android 2.3, imagine.

the implementation of datepicker android framework, , vary on time. not surprised if next version of android has yet look.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -