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...
365Bloggy Razorpay Payment in Android RazorPay provides online payment services to big and small offline businesses. Razor Pay allows for different debit cards, credit card net banking, wallet, and UPI payments in mobile application integ...
365Bloggy Basic Widget of an Android App A widget is a version of an application that displays some functionalities of the application that is displayed on the lock screen and Home screens. For example, we see Weather, TIme, etc on the home ...