I am making an android app in which i want to make a dynamic table layout and rows into it. Now i want to use the table layout in another activity That is I dont want to make same table in the second activity. How shall i accomplish this? Thanks
I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...