¡@

Home 

2014/10/16 ¤W¤È 08:12:19

android Programming Glossary: detallesfacturafragment

Replace one Fragment with another in ViewPager

http://stackoverflow.com/questions/18588944/replace-one-fragment-with-another-in-viewpager

contains a list of invoices with another Fragment DetallesFacturaFragment contains details of invoice . When I'm in DetallesFacturaFragment.. contains details of invoice . When I'm in DetallesFacturaFragment and press Back Button should return to ListFragment . Scrolling.. displayed in first one. It is if I'm in first page with DetallesFacturaFragment and scroll to second page when return to first one should continue..

Replace one Fragment with another in ViewPager

http://stackoverflow.com/questions/18588944/replace-one-fragment-with-another-in-viewpager

What I want When list item is clicked I want to replace ListFragment contains a list of invoices with another Fragment DetallesFacturaFragment contains details of invoice . When I'm in DetallesFacturaFragment and press Back Button should return to ListFragment ... contains a list of invoices with another Fragment DetallesFacturaFragment contains details of invoice . When I'm in DetallesFacturaFragment and press Back Button should return to ListFragment . Scrolling between pages should not change Fragment displayed in first.. . Scrolling between pages should not change Fragment displayed in first one. It is if I'm in first page with DetallesFacturaFragment and scroll to second page when return to first one should continue displaying DetallesFacturaFragment . Code FragmentActivity..