How to product comparison two or more supermarket items example two supermarkets items search in searchview and listing in my app?
How to product comparison two or more supermarket items example two supermarkets items search in searchview and listing in my app?
Hi @CastielTR-4177 ,could you elaborate on your problem? I don't quite understand your problem.
This is a questions for xamarin.android with c#, I am developing an application and I want to make a search engine to compare the products of different brands when you search for products in this application. But the problem is how do I combine the data of these different markets in one engine?
But the problem is how do I combine the data of these different markets in one engine?
Do you want to integrate data from the products of different brands?If yes, this depends on the requirements of the app. Then, based on the requirements, we can know the specific strategy of how to implement the next step.
Hello,
Welcome to our Microsoft Q&A platform!
But the problem is how do I combine the data of these different markets in one engine?
Do you want to integrate data from the products of different brands?If yes, this depends on the requirements of the app. Then, based on the requirements, we can know the specific strategy of how to implement the next step.
For example, if you want to compare the sales volume of the two products of different brands. You jut need to compare sort the two products different brands by the key words sales volum. And then we can sort it using the appropriate sorting method. And at last ,we can display them based on the sorted result.
Best Regards,
Jessie Zhang
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
4 people are following this question.