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.
別のアクティビティの sqlite db スピナーに値を渡す必要があります。ステップの値は次のとおりです。
extras.putString ("category", tv4.getText().toString ());
しかし、それをスピナーに挿入すると?
spinner.set ...... (i.getStringExtra("category"));