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に動的ボタンを追加します。モニターのオンボタンを設定するには?
メインインターフェイスにボタンを追加するような機能を実現したいのですが、このボタンにモニターを追加する方法です。
それから私はボイスメッセージを受け入れます。ボイスメッセージを再生するには?
myBtn.setOnClickListener(new OnClickListener() { @Override public void onClick(View v) { // TODO Auto-generated method stub //Start accepting voice message } });