i am using amazon mobile associate api for my applicaiton.
when i write the below code it will go to amazon.com
OpenSearchPageRequest request = new OpenSearchPageRequest(
searchTerm, category);
try {
LinkService linkService = AssociatesAPI.getLinkService();
linkService.openRetailPage(request);
} catch (NotInitializedException e) {
e.printStackTrace();
}
But i want to redirect to the amazon.in . so how can i do that?
Other thing i have the list view in which i want to fetch all products from particular category.
so how can i do this ?
Aucun commentaire:
Enregistrer un commentaire