I\'m new here. I built a simple app that sends some data to server and as well receives the response.
The app is working fine on devices up to android N. But not wor
If your URL start's with http then you have to use it is used in Android Pie i.e API level 28
http
android:usesCleartextTraffic="true"
in your manifest inside application tag as an attribute