Align a Widget Left/Right of a Column with dynamic widthI came across this problem while designing a Chat UI. Let me share chat ui first, then discuss the problem.Aug 6, 2023Aug 6, 2023
Show Google Map with Marker in Flutter with GetXGoogle map is one of the most common maps we use to show various place locations. Let's see how to set up map with a marker.Jul 31, 2023Jul 31, 2023
Multiple Image Slider with indicator in FlutterI have been working on a project where I need to show an image slider on every list item. So with the help of “carousel_slider” I…Mar 1, 20231Mar 1, 20231
Load Image Faster Than Ever in AndroidNetwork image is the most common thing in android development. We need to show various images to the users. Sometimes those images are…Apr 5, 20222Apr 5, 20222
Android notification icon on the status bar is gray circle or rectangleThe notification icon on the status bar is very important for an app. It grabs the attention of the user. So that we show an icon of our…Oct 13, 2021Oct 13, 2021
Make Your Android App Content OfflineMost of our apps work only when we connect to the internet. But we want to show out app content even if there is no internet connection…Dec 16, 2020Dec 16, 2020
Convert a View into Image AndroidHello, Sometime we need to convert a view into an image to share with the world.Nov 9, 2019Nov 9, 2019
Animate Your View With Facebook ReboundSometimes we want to show some animation while a user interacts with our view. Like user giving like, love, comment, etc.Jun 19, 2019Jun 19, 2019
Clip TabLayout on top on scroll AndroidHello developers, Sometimes we face some layout which is not easy to manipulate. Let's say we want a layout where many child views are…Apr 27, 2019Apr 27, 2019
Create an excel file programmatically in AndroidSometimes we need to export data in an excel file. So below it will be step by step explanation.Mar 21, 20195Mar 21, 20195