Re: [android-developers] Network operation every half sec.

2011-05-31 Thread Kristopher Micinski
Just FYI, if you truly intend for your device to make a network operation every half second, users not constantly around wifi may dislike you... And I would assume this would kill battery life... Kris On May 28, 2011 10:22 PM, Mahavir Jain vir.j...@gmail.com wrote: Hi, I want to make network

[android-developers] Network operation every half sec.

2011-05-28 Thread Mahavir Jain
Hi, I want to make network operation in every half sec and depending on data, i want to update the ListView continuously. Following is my approach: Using thread and handler.postDelayed, it makes the network request every sec and update only those views of the row in ListViewwhich needs to be