hi all,

sorry for my english, i have a problem with my expandable list.
I have tried to fix this with many ways but i didn't achieve anything.
So,
I have an expandable list view, with simpleExpandable List Adapter.
My list is ok, but when i call an intent , for example in groupClick ,
doesn't work.
my code is like this(maybe some of those):
   Override
  public  boolean onGroupClick (ExpandableListView parent, View v, int
groupPosition, int childPosition, long id){



             super.onGroupClick(parent, v,   g,  c,id);

             Intent i = new Intent(this, NoteEdit.class);

             i.putExtra(NotesDbAdapter.KEY_SID,ii);
             startActivityForResult(i, ACTIVITY_EDIT);
             return true;


  }


Also, my NoteEdit class is correct, and that's why i get the code from
the notepad3 (android samples).
Thanks for some help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to