Articles in this series
Create a project with an empty activity. Implement the inbuilt class in your MainActivity TextToSpeech.OnInitListener It will look something like...
Viewpager2 with Tablayout example · Required dependency dependencies { // material library implementation...
In this blog, I'll be explaining how to switch between activities and pass data from the first activity to the second activity using intent extras. ·...
It helps go grow your app ratings and reviews on play store ultimately leads to ASO hence ranking your app at top. · Intro Once we publish our app in...
What are Components App components are the essential building blocks of an Android app. Each component is an entry point through which the system or a...
Intro Before we get into differences between activity and fragment let's see what is activity and what is a fragment. The short answer both of them...