I\'m new to Android developing and of course on Fragments.
I want to access the controls of my fragment in main activity but \'findViewById\' returns null. without f
If you want use findViewById as you use at activities onCreate, you can simply put all in overrided method onActivityCreated.