reset password
Author Message
onlinerajnish
Posts: 21
Posted 15:45 Apr 30, 2016 |

Professor,

little bit confused when clicking on Movie item.

As you stated: "Attach an item click listener to the listview. When it is clicked, it should show a toast with the text in the list item."

so my question is when i click any one of movie then just it toast? or it should show some details also and i should provide a back button to come back on movies list? I mean in details activity, do i need to do something apart from putting a textview in the detail activity's fragment's xml layout.

Thanks

onlinerajnish
Posts: 21
Posted 15:47 Apr 30, 2016 |

Right now, when i click then it toast with the text and vanish after 2 seconds.

do i need to show you open with a new window when clicking and come back button to again on Movies Item list?

Last edited by onlinerajnish at 15:48 Apr 30, 2016.
ajoshi6
Posts: 46
Posted 15:51 Apr 30, 2016 |

you just have to generate a toast, and the toast should display the same name which you are clicking.

 

thanks 

ABHI

onlinerajnish
Posts: 21
Posted 15:52 Apr 30, 2016 |

Okay. Thanks