Toast
Today, I was working on both topics, the first one is toast. Toast is simply a quick message about the activity such as success, submitted and like that.

There is two types in which toast can be made. The one is a in built one and the other is customizable. I worked on the both.
Action Block
The top most part of the app is called as the Action block. In this topic, I learnt how to add button with icon and how to move from one activity to other.

With the help of this, we can quickly switch to any activity. Then when we switched to other activity and if we want to come back to the previous activity, we just want to add “android.support,PARENT_ACTIVITY”.