CodeWithRish

CodeWithRish

Follow
Follow
homeUseful TechC ProgrammingAndroidLive AppsContactSponsor
Tag

android app development

#android-app-development

More content

Read more stories on Hashnode


Articles with this tag

Create Simple TextToSpeech Utility App in 5 Minutes

Jan 28, 20222 min read

Create a project with an empty activity. Implement the inbuilt class in your MainActivity TextToSpeech.OnInitListener It will look something like...

Create Simple TextToSpeech Utility App in 5 Minutes

How to switch activity and pass data using extras.

Jan 17, 20222 min read

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. ·...

How to switch activity and pass data using extras.

Google Play In-App Review API to grow your app ratings

Jan 16, 20223 min read

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...

Google Play In-App Review API to grow your app ratings

Android Components with Examples

Jan 12, 20222 min read

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...

Android Components with Examples

Difference between Activity and Fragment

Jan 11, 20222 min read

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...

Difference between Activity and Fragment

Different Layouts in Android Studio

Jan 10, 20223 min read

Type of Layout LinearLayout RelativeLayout TableLayout GridView ConstraintLayout LinearLayout LinearLayout is used when we want to place different...

Different Layouts in Android Studio