1

Does anybody know how to realise an Android app that docks to one side of the display, is not dragable and no other elements can be dragged over it? I mean something like on the right side of this ARCHOS Android: https://i.stack.imgur.com/KpMSs.jpg

Charly
  • 180
  • 2
  • 10
  • hmm ... I want to have it always on top. Normal applications are lying above normal widgets, which find on the home screen. – Charly Apr 28 '11 at 10:21

1 Answers1

0

You would have to write your own custom firmware. SDK applications cannot do this.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • Ok I assumed that already. Does anybody know about example codes for similar problems? – Charly Apr 28 '11 at 11:44
  • @yildi: Historically, StackOverflow has not been terribly useful for Android firmware development questions. You may wish to try some site or list dedicated to Android firmware development. – CommonsWare Apr 28 '11 at 11:48