I want my Android Screen (320*480) to be split into two 2 screens each of resolution 320*240 which should mimic the “split Screen” feature of MS Word .How can this be achieved
Any sample code or any suggestions .
I will be waiting for reply.
Thanks In Advance.
If the size of the split screens is fixed anyway why not use a
LinearLayoutwhich contains 2 sub-layouts?Example:
Which will look like