In this video it shows the steps to run a device preview of other platforms, such as iOS/ Mac, while developing the flutter app in Android Studio in windows OS. Details of Device Preview dependency used in this demo is available at: https://pub.dev/packages/device_preview I hope you like this video. For…
Tag: platform
How to download/ update your Android Studio version?
In this video it shows the steps to download/ update your Android version using below approaches: I hope you like this video. For any questions, suggestions or appreciation please contact us at: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Screenshots: Approach 1: Downloading latest version:https://developer.android.com/studio Approach 2: From Welcome Screen -> Right…
How to fix android.os.NetworkOnMainThreadException by defining StrictMode.ThreadPolicy in your Android Studio code?
This video shows the steps to quickly fix android.os.NetworkOnMainThreadException in your Android Studio Java code. The fix shown is more of a workaround. Ideal fix would be to run all the network related tasks in a separate thread using async methods. However, in this video it shows how one can…