I would like to know the best way of using Linear Layout or Table Layout for designing attached android screen.

I am using Linear layout as main layout and then adding the sub Linear layouts and Table Layouts in it. Is this the best way of doing???
Use RelativeLayout or GridLayout (ICS and above only).
This should get you started. It’s not perfectly what you want but it hopefully is close. I didn’t test the code so I don’t even know if it compiles. Shouldn’t be too far from the final code though. 🙂