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
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.