[android-developers] Listing Incoming Data

2012-05-17 Thread CaRRtel Industres
My app is set to receive incoming data from other apps. What I need help doing is taking the incoming data and putting it in a box. That way all the data is stacked nicely in a list view. Does any one know how to do this? Thanks In Advance. -Carrtel -- You received this message because you

Re: [android-developers] Listing Incoming Data

2012-05-17 Thread TreKing
On Thu, May 17, 2012 at 2:23 PM, CaRRtel Industres carrtelindustr...@gmail.com wrote: What I need help doing is taking the incoming data and putting it in a box. That way all the data is stacked nicely in a list view. Does any one know how to do this? Put it in a box ?

Re: [android-developers] Listing Incoming Data

2012-05-17 Thread CaRRtel Industres
Yes, I want the data to be separated, one session under another On Thursday, May 17, 2012 6:19:11 PM UTC-5, TreKing wrote: On Thu, May 17, 2012 at 2:23 PM, CaRRtel Industres carrtelindustr...@gmail.com wrote: What I need help doing is taking the incoming data and putting it in a box. That

Re: [android-developers] Listing Incoming Data

2012-05-17 Thread TreKing
On Thu, May 17, 2012 at 9:54 PM, CaRRtel Industres carrtelindustr...@gmail.com wrote: Yes, I want the data to be separated, one session under another That makes very little sense to me. Separated how? What is a session? How is one under another? Please read that link and pose a complete

Re: [android-developers] Listing Incoming Data

2012-05-17 Thread Kristopher Micinski
I think he wants to have different apps send him data (probably via an intent), and then store that, and then display it in a list view... kris On Thu, May 17, 2012 at 11:24 PM, TreKing treking...@gmail.com wrote: On Thu, May 17, 2012 at 9:54 PM, CaRRtel Industres carrtelindustr...@gmail.com