Showing posts with label How to get wifi speed in android programmatically.. Show all posts
Showing posts with label How to get wifi speed in android programmatically.. Show all posts

Sunday, 18 October 2020

How to get wifi speed in android programmatically

 To get Wifi or Internet connection speed programmatically in android so let's start how to get it.



First you have to add permissions in Menifest.xml file like below

Snackbar in Kotlin

How to show snackbar in place of toast message , below is the code for showing snackbar in kotlin. Below code is put in Utils.kt  (common fi...