Android Studio Creating Nested ScrollView

In this Android Studio article iam going to show you Creating Nested ScrollView.

 

 

Also you can read more android development articles

1: Android Development Articles

 

 

So now lets get started !

 

 

 

1: First of all create a new project in your Android Studio, and choose Empty Activity

also iam using API 20 for this project

 

 

 

 

2: After that open your build.gradle (Module:app) and in the dependencies section

you need to add this library, after adding sync your project.

 

 

 

 

So after adding that your gradle file will look like this.

 

 

 

Learn How to Create Custom Spinner in Android Studio .

 

 

3: You need to add an image in your drawable folder, i have already added in my working

directory and iam using this image. 

Planet Nested ScrollView
Planet Nested ScrollView

 

 

 

 

4: The next step is to open your activity_main.xml from your layout folder.

you need to change the root element from Constraint Layout to NestedScrollView.

also we are going to add a LinearLayout in our xml file, in the LinearLayout iam going to

add a CardView, OK now my xml file looks like this.

 

 

 

 

 

 

 

So now run the complete code and this will be the result.

Android Studio Creating Nested ScrollView
Android Studio Creating Nested ScrollView

 

 

 

 

 

 

Also you can watch the complete video for this article

 

Subscribe and Get Free Video Courses & Articles in your Email

 

Codeloop
Share via
Copy link
Powered by Social Snap
×