internet-connection tag

2 questions


1 answers
74 views
0
How to check if a device is connected to the Internet

I want to make sure the device is connected to the Internet.There is a method called isAvailable() in the NetworkInfo class, and I think you can use this.NetworkInfo ni = new NetworkInfo();if (!ni.isA...


1 answers
60 views
0
This is a question about the relationship between packets and videos in Internet communication.

I have a question because I don't know much about Internet communication.I know that Internet communication is done through packet, but I wonder how video streaming such as YouTube converts packet.And...


© 2024 OneMinuteCode. All rights reserved.