#android-app-development
Read more stories on Hashnode
Articles with this tag
Create a project with an empty activity. Implement the inbuilt class in your MainActivity TextToSpeech.OnInitListener It will look something like...
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...
Type of Layout LinearLayout RelativeLayout TableLayout GridView ConstraintLayout LinearLayout LinearLayout is used when we want to place different...