Android Problem calling TextView from second layout file

后端 未结 4 582
情书的邮戳
情书的邮戳 2021-01-24 08:34

Hey guys the main layout xml file for my activity is R.layout.date_list_layout as it is used as follows

 public void onCreate(Bundle savedInstanceState) {
 super         


        
4条回答
  •  北恋
    北恋 (楼主)
    2021-01-24 09:33

    I think you can solve yuor problems with Intent data. You're starting your activity via Intent, right? If so, just pass desired data (cur...) via Intent and that's it.

提交回复
热议问题