A custom view for Android witch simulate TV static picture.
SDK for anything your problem to make easier developing android apps.
Unable to execute dex: method ID not in [0, 0xffff]: 65536)
When you get this message, normally it is not because your project itself has too much methods, but you are importing some big .jar libraries.
So the easy solution is to pack your .jar libraries in libs/ folder into a secondary .dex file and load that file before your application starts.