I am going to complete my Android app. Now I want to upload my application to the Android market for a paid application. To do this, I read a document from the Android website:
Android licensing
But I want to see a demo or a project that has done such licensing. I saw a demo on the Android developer site. But there is a handler, and I want to implement this code in my mass of project activity. Mymainactivity has a splash at the beginning of the application, and I set up one handler for it. So I need an example to find out how to implement licensing in our own application.
Another thing I want to know is that is it mandatory to implement Android licensing to download a paid application to the Android market?
Is it possible to install the application as paid without licensing the Android application?
If yes, and there are any demos, please give me a link to this.
source share