• 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

how to add multiple frames

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

suppose we have 1 frame initially which contains 50 checkable text items , when we select some of those den the resulted checked items gone to the another frame .both the frames displayed vertically on the screen. upper 1 contains d selected items and the lower one contain the remaining list.

help me.
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Help you with what?? You want to know how to implement this?? Have you tried anything yet??
 
neelima kant
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
XML :

JAVA


but it doesnt display 2 separate lists on the emulator......screen??

den how should i modify the code
???

or is dere any way dat 1 listt containg 50 elements and wen i select some items from d list it goes to d second list...on a single i can view both the list
???

 
Ankit Garg
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Neelima again I would ask you to Use Real Words on javaranch. The SMS type language is hard to read. Since you have fill_parent as height of on the FrameLayouts, the 2nd is not visible. Change it to wrap_content...
 
neelima kant
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how we can add two different lists with separator between the two???
 
neelima kant
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
how i can change my above code to acheive the goal of adding separator between the two lists???
 
reply
    Bookmark Topic Watch Topic
  • New Topic