It's a simple phone book which use excelsheet for saving data. It saves the data on a csv file, it uses the array to temporary store it and then to find an item uses binary search. From the original version there were done some imporvements such as the binary search and some ui tweaks.