is my post visisble to the group :) ?

On Dec 10, 11:41 am, Jags <jag...@gmail.com> wrote:
> I am dealing with 4 activities and a database. one parent activity
> calls 3 other activites [add, edit, delete] . so when i come back from
> these 3 activities to parent activities, depending upon the database
> change, the listview need to be refreshed in parent activity ? what's
> the best approach to achieve this ?
>
> i am going to add activity like
>
> Intent myIntent = new Intent(view.getContext(), Activity2.class);
>                 startActivityForResult(myIntent, 0);
>
> thanks and regards

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

Reply via email to