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のスピナーでデータベース(Mysql)からアイテムの特定の配列を表示する方法は?
Android は SQLLite を使用しているため、SqlLite からのデータをスピナーに表示できます。 これを行う方法の例を次に示します。それ以外の場合、本当に mysql を使用する必要がある場合は、mysql データベースにクエリを実行するサーバー上に Web サービスをセットアップし、アプリが Web サービスを呼び出してスピナーにデータを入力することをお勧めします。