Android application given as a task by Wiredelta. The scope is to fetch the company details and parse it as good UI in android. Also two functionalities for searching based on company name & filter based on departments.
The app is developed using Android material design concepts.
Interesting details,
- Makes use of Android material design for responsive UI
- Material design expandable card view for viewing company details.
- Android volley library for faster networking.
- Android Search View for filtering based on Company Name & Spinner view for filtering based on Company Departments.
- Android parcelable concept implemented for passing data between activities.