365Bloggy How to Dismiss the Virtual Keyboard in a Flutter App? We all have faced situations filling text fields where the virtual keyboard does not hide automatically. We have to press the back button then keyboard hide so in this article we will see how to dismi...
365Bloggy How to Fix ‘android.os.NetworkOnMainThreadException’? When working on an important project in Android Studio , you may receive the "android.os.NetworkOnMainThreadException" problem, which can be extremely frustrating. This post presents an excellent answ...
365Bloggy How to Implement OnSavedInstanceState in Android? Android provides saveinstancestate this work on UI. It works like this when changing the orientation of the phone while using this method. At the time orientation of all components is restored but whe...
365Bloggy How to change the application launcher icon in Flutter? Flutter SDk is an open-source software development kit for creating beautiful ui with native compiled. When we create a flutter project. Default flutter icon shows when the application is installed. I...
365Bloggy How to Get the Unique ID of an Android Device? There are different types of unique ID in a mobile device. We can get the device id ,IMEI id and many others.We will take a look at how to get the unique Id of an android device . Step-By-Step Impleme...
365Bloggy Remove the Debug Banner Flutter In this article, we will implement how to remove the debug banner in Flutter. The debug banner is a red color line on the right top corner of the Flutter application . Below is the sample image. Step ...
365Bloggy How to Stop EditText from Gaining Focus at Activity Startup in Android? When working on an Android project. Edittext immediately gets the focus and the soft keyboard is forced open. Edittext is forced on the open screen on mobile application . Method 1: Adding the request...
365Bloggy How to programmatically hide Android soft keyboard We will learn how to hide the keyboard programmatically. The keyboard generally hides but there are certain when it does not hide. Keyboard is hidden programmatically in mobile application . Step-By-S...
365Bloggy What is the difference between px, dip, dp, and sp? An XML-defined dimension value. A dimension is the number of units. For instance 25 px,2in, 10dp, and 5sp. We can use sp or dp in our project. Android applications will have a wide range of screen den...
365Bloggy Kotlin Coroutines with Examples In the simplest terms, a coroutine is a way to write asynchronous code sequentially. It is a lightweight thread used in applications. Coroutines are defined as "lightweight threads" by the Kotlin team...
365Bloggy QR Code Scanner Flutter Accessing websites, images, and files using QR codes. QR codes are used to make payments that are easy to use. Different apps are available For doing payment using QR like Gpay, phone, etc. so how to ...
365Bloggy Flutter QR Generator Accessing websites, images, and files using QR codes. QR codes are used to make payments that are easy to use. Different apps are available For doing payment using QR like Gpay, phone, etc. so how to ...