/PocketBooks

Windows phone 8.1 project for testing purpose

Primary LanguageC#

PocketBooks

Windows phone 8.1 project for testing purpose

#Branches

  • Master
  • tieto1 - datasaving with textfile
  • tieto2 - Datasaving with serializehelper -class

Sources

Tasks

  • GUI-Cleanup - lot of useless code
  • OK - Book -class: String name, int number; Book(String name, int number),..
  • OK - BookShelf -class: ObservableCollection; add(Book book),
  • bookShelf: remove(int number),...
  • Book: sortByNumbers() method for sorting by number in listview. Google: sorting observablecollection
  • Book: sortByNames() method for sorting by names of books in listview
  • MainPage: button for name sorting
  • MainPage.cs: button action for name sorting
  • MainPage: button for number sorting
  • MainPage: insert page in panoramaview