Is there any way in android to copy and paste GridLayout as same as Textview did? I have the GridLayout inside of LinearLayout. Inside of gridlayout, I have added more than one textviews. I need to copy all the content inside from that gridlayout. Is this possible? If yes, how can I achieve?
Thanks in advance.