我在其他语言(Python、MATLAB/Octave、C、Visual Basic、BASIC)中使用过数组,但我还没有弄清楚如何在 Android 中使用它们。
例如,我将如何修改位于http://developer.android.com/resources/tutorials/hello-world.html的 World 程序中的 Hello World 程序,以将“Hello,Android”替换为电视节目的名称,由索引号(tvshow[0]、tvshow[1] 等)?我们将数组命名为 tvshow,数组中的四个值分别为“Route 66”、“The Twilight Zone”、“Magnum PI”和“MASH”。
我可以使用什么方法来完成此操作?