• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Adding item to listview dynamically

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i am new to Android can any one help me regarding how to create listview in one window and add a edittext in another window by clicking Add button in another window should add the text which was typed in another window should be dynamically added to list view in previous window.can any one help regarding this.
1)For this i need to create a list view in one window
2)And edit text and button in another window
3)by clicking button in 2nd window it should add the text to first window list view.

can any one help me regarding this .........
 
Ranch Hand
Posts: 127
Android Firefox Browser Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,Kopparthi Ayyanababu
You first have a look at all Available Android Views in API . From URL Download API Demos and Look at List view Exaple List1.java ,

This Exaples will surely help you.
You check this Exaple of List View that suites to Your Problem .
Best Luck
reply
    Bookmark Topic Watch Topic
  • New Topic