I'm running into exactly the same issue... could you update on how did you 
get this to work? Did you end up implementing this as a service? I'm also 
inserting data in one activity, but I don't see any of that data from a 
different activity within the same application...

Thanks!

-i


On Friday, June 25, 2010 6:34:07 PM UTC-5, Ramsey Statz wrote:
>
> Thanks.  I did that though and I guess the real problem here is that 
> my database is not getting transferred from one activity to the next. 
> I can insert data into it in one activity (I know for sure that data 
> is getting inserted).  But then when I go to read the data from it in 
> a different activity (a ListView that is supposed to be populated by 
> the data in this database), there is no data in the database for that 
> activity. 
>
> So, I guess the real question I'm asking is: how do you make sure that 
> the data gets transferred/is able to be used in multiple activities?

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