• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How to start new activity when click on a listview and pause the process that is being in background

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a list view that is continuing getting that from server after every 3 seconds getting new data from server this listview has row like the following

-----------------------------------------------------



[TextView] [Button][Button][Button] [TextView1] [TextView2] [TextView3] [TextView4]

the code i am using for listview row click event is



the class code i am using for this activity is.................

 
reply
    Bookmark Topic Watch Topic
  • New Topic