Whenever we initiate an event through a broadcast in our application then that broadcast is announced system wide So any application who is listening to the broadcast with the...
Posted by Satyabrata Dash
Introduced in JDK v18, Streams concepts makes the life of programmers a lot easier Don’t believe me! read along, at the end of this blog you’ll have a basic idea how we...
The navigation from one screen to another in android applications is made easier through android Navigation component With the Navigation component, we get a collection of...
We are all familiar with the findVIewById() method but it is a costly operation for applications Each and every time we try to do findVIewById() that particular view is being...