Setting Up Your Application for Reviews
One of the easiest ways to set up your application for review by users is to simply put a Button on the app’s start screen that will send users to the Android Market. This is not the only way, and you can go online to find other code that will achieve the same effect.
I delve into this more in Chapter 12, but it is pretty simple to make a Button in Eclipse. Go ahead and open your application, and go to the main.xml
page. Somewhere within your layout (also explained in Chapter 12) you can type in the code for your Button. You can also go into the graphical layout, found in the bottom-left corner of the editor window, and drag and drop a Button on your screen.
Here is an example of some code for a Button; ...
Get The Business of Android Apps Development: Making and Marketing Apps That Succeed now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.