www.gusucode.com > Android Spinner 高级用法实例演示源码程序 > README.txt

    在这个例子中包括了众多Android Spinner 控件的用法,以一个下拉框的效果来展示很多Spinner 的使用技巧,示例中的myspinner_dropdown自定义下拉菜单模式定义在res/layout目录下,代码中演示了将ArrayAdapter添加Spinner对象中、将mySpinner添加OnItemSelectedListener、将所选mySpinner的值带入myTextView中、将mySpinner显示出来等用法技巧,取得Animation定义在res/anim目录下,演示了将mySpinner运行Animation ,将mySpinner隐藏等用法。
In this example, the usage of many Android Spinner controls is included. A spin-down box effect is used to show a lot of Spinner usage skills. The myspinner_dropdown custom drop-down menu mode in the example is defined in the res / layout directory. Add Spinner object, add mySpinner to OnItemSelectedListener, bring the selected mySpinner value into myTextView, display mySpinner and other usage techniques, get Animation definition in the res / anim directory, demonstrates running animation with mySpinner, and hiding mySpinner usage.