Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm new creating API with ASP.NET CORE and using ASPNET. I have a VB.NET app that I made to print labels and a Android App with One Button, and I would like to know how can I use the ASP.NET CORE API to send a command from Android to the VB.NET app (Click a button or make the any specific action) using a Android App with only one button to perform the action. I would like to turn the button action to a Sub so, if the API result is positive then call the Sub (action).

How should Work:
Click a Button on Android -> Make a request to API -> Send the request to the VB.NET App

What I have tried:

I don't know how to start to be true
Posted
Updated 20-Jul-21 7:22am
v2
Comments
David Crow 20-Jul-21 15:47pm    
"...I would like to know how can I use the ASP.NET CORE API to send a command from Android to the VB.NET app..."

You make it sound as though "ASP.NET CORE API" is running on your Android device.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900