Build an Android application to show the list of users with their details. • Fetch the users using the API details provided below. • It should be a vertical scrolling list. • Each tuple should display Name, Email, Gender and Status of the user. • Feel free to design the list on your own using android design components. • Try to showcase a good app architecture and best practices. • Feel free to use external libraries to build this app. • Assignment should be submitted using the Github.