
In this article, we will learn how to create a shadow on ImageView in Android. This article is the part of the Today I Learnt category.
So let’s started.
Let me tell you about its usage. Basically it is mostly used in e-commerce Applications.
Now, let’s understand the structure of this. Basically, it is working like a stack where every view stacked over one another.
Create a drawable file for shadow view and assign name as image_shadow and add below code in this file.
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<corners…
Hello Guys, this is my third article of this series. In this article we’ll learn about splash screen in flutter. Most of the applications have splash screen. The working on splash screen is depends on the product. This article is basically part of Today I Learned.
In Android Development we usepostDelayed() Callback to hold the screen. But in Flutter this is much tricky because in Flutter there are async methods that perform such type of tasks.
In case you are not familiar, here’s a little overview about the difference between StatefulWidget and StatelessWidget.
StatefulWidget is a widget that loads…

Hello flutter geeks this is the second article of this series. In this article we will learn about the gradient on buttons in flutter. This is basically the part of Today I Learned category. So, Let’s start.
In Android we usually use SVG or PNG for gradient or any kind of custom background on buttons and on other views. But in flutter SVG are not supported properly. So, the solution of this problem is we should create gradient in our own way. I am sharing here my experience that how to create a gradient on button.
In Flutter their…

Hello flutter geeks this is the series of Flutter where I will write blogs on Flutter development. So, basically I publish articles on regularly. So let’s start with this article that is Playing with Appbar in flutter. This is my first blog on flutter this article is the part of Today I Learnt category.
Let’s start
As you know that every component in flutter is a widget so Appbar is also a widget that contains the toolbar in flutter application. …

In this article, we will learn how to share your required data using android intent. This article is part of the “Today I Learnt” category.
The intent is a class that helps to perform different actions like open ACTION_VIEW, ACTION_WEB_SEARCH, ACTION_SEARCH, etc. In this article, we’ll see about the action ACTION_SEND.
The ACTION_SEND helps to open the share intent where you will share your required data. Now we’ll learn how we share text and image using android Intent with the help of share intent. So, Let’s started.
So, In this section, we’ll share a simple text using intent. …
According to the policy of google the place picker is depreciated in January and the new version of place picker is available but it’s very difficult and confusing.
So I have to find a new approach to get a full current location without using google place picker API. After some research, I got nothing special and then I experimented with my own logic.
This article is part of Today I Learn Category. Follow this article step by step and implement it on your projects and get full current address of your mobile phone.
So let’s started
So, for getting full…
Basically, this article based on Today I Learned category and it’s a tutorial based article where it tells about, how to use AsyncTask in RecyclerView. So, Let’s started.
I am new in Android development. A few days ago, I was working on an application where I have a task that downloaded the image from the internet through URL. After some research, I got no proper solution to that task. This is basically for the learning purpose, and how AsyncTask works.
AsyncTask is a class that performs an operation in the background and publish results on UIThread without blocking it. …
Basically, this article based on Today I Learned category and it’s a tutorial based article where it tells about, how to use AsyncTask in RecyclerView. So, Let’s started.
I am new in Android development. A few days ago, I was working on an application where I have a task that downloaded the image from the internet through URL. After some research, I got no proper solution to that task. This is basically for the learning purpose, and how AsyncTask works.
AsyncTask is a class that performs an operation in the background and publish results on UIThread without blocking it. …
Coding is an art that develops the skills of human brain and it tends to think about algorithms and logic. According to me, It’s an addiction.
I have one and half year of coding experience. When I got confused in any algorithm problem then I starts feeling bad and my mood is very bad and very angry the whole day until I am solving it.
So here are some following things that will understand first.
Sometimes people think that coding is difficult and they thinks that we are not able to be a good programmer but according to my perspective…
Hey Bloggers i am new in writing. I heard about writing that writing is an art that express the feeling and emotions. So basically i think that should i writing. Here, According to me these below things should improved and increases by writing. This is my first article in my life. Let’s starts the journey of writing from today.
The Communication skills is must for every peoples. It learnt that how to treat with peoples at different situations most probably peoples don’t know that how they treat at different situation so that’s they are confused to confess any thing. During…

Software Engineer => Android and Flutter Dev