Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Android 3.0 中使用 Android 4.0 的 Switch 切换按钮(开/关)。我想知道它有任何支持的库。我试图android.widget.Switch从 ICS 复制源代码,但无济于事。
android.widget.Switch
谢谢。
一个快速的谷歌搜索揭示了这两个库:
我没有使用其中任何一个的经验,但后者似乎在Play 商店中有一个示例,带有以下屏幕截图(图片取自应用程序页面):
I need to convert from List<Object> to String[].
List<Object>
String[]
I made:
List<Object> lst ... String arr = lst.toString();
But I got this st