Is just an Winforms App, which connect to facebook API, with two additional features.
Working with API's. Threads (Timers).
Implemented design patterns:
- Facade
- Adapter
- Singleton
A-Synchronic programming : load the remote data in a separate Thread, and Update with it the WinForm thread.
Data Binding.
Implemented design patterns:
- Observer
- Decorator
- Command