jjzjj

MyListActivity

全部标签

android - 使用 androidannotations 触发 Intent

我已成功使用androidannotations@Extra解码Intent并获取已发送的消息,如该fragment所示:@Extra(MyActivity.MESSAGE)StringintentMessage;@ViewById(displayMessage)TextViewtextView;@AfterViewsprotectedvoidinit(){textView.setText(intentMessage);}如果可能的话,我不知道如何首先使用注释来创建Intent。例如替换以下内容Intentintent=newIntent(this,DisplayMessageActi