Ali Ihsan Basoglu
- This is a simple Android App written with Kotlin.
- App reads JSON data from Assets folder.
- Creates Members objects using the Members data class.
- When ADD NEW MEMBER button is clicked dialog message will be shown using DialogFragment class.
- Whenever new member is added. It will be added to companion object called myMemberList and also other lists responsible for the view.
- For viewing data i used member_card and each member_card will be added to RecycleView.
- For searching member i used SearchView.