The Magic of the Android Gradle PluginIn the world of Android application development, efficiency and productivity are paramount. Building and maintaining Android apps require a…Jul 15, 2023Jul 15, 2023
Operators on FlowsFlow is stream of data. Sometime we want to alter the data stream by mapping, merging, filtering, sorting, reducing, splitting, chunking…Jul 3, 2023Jul 3, 2023
Inspect Android Network Traffic with Android Studio FlamingoThe Network Inspector is a tool that shows you how your app is using the internet, by displaying a timeline of the data sent and received…May 9, 2023May 9, 2023
Integrate multiple Flutter modules with AndroidWhen you check the official doc for add 2 app. you will find a limitation as below.May 11, 2022May 11, 2022
Android app size after Flutter module integrationApp size increase is always the biggest concern for a firm.May 10, 20221May 10, 20221
Data pass between Flutter and Android using the Method channelTo create a real-world App, it's important to pass data to and fro between flutter and the host Android App.May 10, 2022May 10, 2022
Open Flutter module from Android AppUnderstand how we can open a flutter module from the host android app.Apr 28, 2022Apr 28, 2022
Data-Binding takeawaysUp to this point, in order to update our UI, we have been pushing data into widgets from our Java or Kotlin code.Mar 9, 2021Mar 9, 2021