简体   繁体   中英

Are "spinner" and "expandableListView" items present in Android Studio 3.5.3

Good day to everyone! This is my first question :)

I am a beginner to Android Studio and I'm trying to write some code for an app. Surfing the web I've found videos showing interesting features about spinner and expandableListView that I'd like to use in my application. The problem is I can't find these items no matter what. I have an android studio 3.5.3 version and the videos I saw showed versions 1.some.some and 2.some.some. Can anyone help me out with this, please?

Here an image about the palette I have in the android studio. 在此处输入图片说明

If you want to use lists in general you should use RecyclerView instead. You can still find now and then applications that use Spinners (they are under containers not widgets). – DemoDemo

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM