Hello everyone,
For my assignment at university I need to implement an application whose window constantly occupies part of the screen (say, 1/4 of the screen to the right). It has to be visible all the time. This can probably be achieved without modifying the ROM, but I have additional requirements - the rest of UI and applications should be adjusted to fit in the remaining part of the screen, and user should not be able to close/hide the window or kill the application.
I will probably need to modify Android to achieve that. I have already downloaded the source code by following instructions on source.android.com, but now I need to know which classes I need to modify and in what way. Can anybody point me in the right direction?
For my assignment at university I need to implement an application whose window constantly occupies part of the screen (say, 1/4 of the screen to the right). It has to be visible all the time. This can probably be achieved without modifying the ROM, but I have additional requirements - the rest of UI and applications should be adjusted to fit in the remaining part of the screen, and user should not be able to close/hide the window or kill the application.
I will probably need to modify Android to achieve that. I have already downloaded the source code by following instructions on source.android.com, but now I need to know which classes I need to modify and in what way. Can anybody point me in the right direction?