Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to view weather temperature on my c# windows form and when the temperature
change in an android app which its not mine it change on the form as soon as it connect the internet... i use sql for my desktop app and c#
how to do that

What I have tried:

i want to view weather temperature on my c# windows form and when the temperature
change in an android app which its not mine it change on the form as soon as it connect the internet... i use sql for my desktop app and c#
Posted
Updated 24-Mar-22 13:21pm
Comments
Maciej Los 24-Mar-22 17:15pm    
What I have tried: section is used to provide information about your attempts to resolve issue, such as code, issues, etc.

Please, read this: C# Label shows Weather Information[^]

There you'll find 2 solutions.
 
Share this answer
 
You can forget about getting the weather from the phone.

The app can use the same source the phone is getting its weather data from, whatever that is, then just parse the data as appropriate for what you want to do.
 
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