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.
TextViewデータベースからの情報を含む情報を表示するにはどうすればよいですか? 私のアプリケーションはこの情報を として表示しますToastが、TextView で必要です。
TextView
Toast
displayTextView = (TextView)findViewById(R.id.text_view); Toast.makeText(getBaseContext(), selected.getAdresse(), Toast.LENGTH_LONG).show();