I am using tabbed activity and have three layouts and I wonder how its done when I want to get the data from all the tabbed activities are not in the view.
They all have different layouts so I cant use "findViewById" to retrive the data thats not in the view.
I thought I was smart and maybe i chould use "findViewById(android.R.id.content)".