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 ...
365Bloggy Access Camera and Gallery in Flutter Flutter provides an image picker library to add images directly from the gallery. Hence, all the applications fetch images from a camera or gallery. The following are the steps to set images in an And...
365Bloggy URLs in Flutter Flutter provides many screens with different components, or we can set them on the screen, components like buttons, text, etc. We can perfect the event to open the URL on browse so pass the URL in the...
365Bloggy Flutter – Gestures Gestures are to interact with applications. You can use it for touch-base devices in applications. You can perform touch on your mobile applications like physical interaction for swiping, taping, etc....
365Bloggy Kotlin Sealed Classes Kotlin provides a new type of class that is not present in the Java language. It is known as sealed classes. In Android Development with Kotlin, a selected class is defined as a set of subclasses. it ...
365Bloggy Flutter-Sharing Data Flutter is sharing data provided on different screens. You can send and receive data on a particular screen. Step 1: Create a new Flutter application , or you can use an already existing project. 1.1:...
365Bloggy Flutter Tabbar Tabs is a widget of Flutter, it's a part of the UI that navigates the user through different tabs. The Flutter mobile application provides a simple way to create tab layouts using the material library...
365Bloggy Fragment Lifecycle in Android In Android, the fragment is part of the activity. The fragment is a portion of the user interface on the screen.it is a modular Android activity that is used to create UI. The fragment is inside of ac...
365Bloggy Activity Lifecycle in Android Activity Life Cycle is part of Android Studio. Activity lifecycle works in a different method. There are seven methods of activity lifecycle. Let's discuss all methods of the Android activity lifecycl...
365Bloggy Analyze APK Size of an Android App in Android Studio APK size is most important for applications and uploading APKs on Google Play. APK size must be considered to be the as small size as possible, user downloads APK easy to install in user. We will take...
365Bloggy Draw Polyline in Google Maps in Android Google Maps are used in many applications. Google Maps is developed by Google. Google Maps is generally used to track different places. Many applications use Google Maps like OLA and Uber. We can draw...