vendredi 28 novembre 2014

Problem with variable


I try to log row information and i get this massage: "com.example.volley.Movie@2bed3858"


My code is folowing:


public void onListItemClick(ListView listView, View view, int position, long id) { Object o = getListView().getItemAtPosition(position); Movie data= (Movie) o; Log.e("App Report", data.toString()); }


what does mean this code? Is there any way to show wariable value?


Thanks!





Aucun commentaire:

Enregistrer un commentaire