Create Amazing RadioGroup in Android


The main aim of this tutoral is to help you create a RadioGroup as shown in the given snapshot
radiogroupwithsectionheader

Download the source code from HERE .
In this project, I have basically done the following things:
1. I created a custom title view for the project that display the message “Select a source”
2. I created a MainActivity. Its layout consists of only one ScrollView. The ScrollView acts as a container for radio groups in our project.
3. I created one UI class named as RadioGroupHeaderUI.
4. While initializing the RadioGroupHeaderUI class, pass the context and the scroll view layout from the activity to the class.
Now, our project is ready to use.
Test it, and message me if any issues arrive
Happy Coding 😀