Android : android best way draw in homescreen

on Sunday, October 26, 2014


I want to write app to draw something in homescreen, my way is:



  • create a long service.

  • create a view (called myView) and add OnTouchEventListener, and draw to myView.

  • add the View to WindowManager.


Does someone have better way? And explain why do it by this way. Many thanks


0 comments:

Post a Comment