Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.22 KB

README.md

File metadata and controls

17 lines (13 loc) · 1.22 KB

SoapRetrofitDemo

A simple demonstration of using SOAP services with Retrofit.

The example app uses the service API at http://holidaywebservice.com/.

The app shows a calendar with all the holidays in United States highlighted. And on tapping any holiday, it shows its more details about that day.

Libraries Used

  • Retrofit 2 (http://square.github.io/retrofit/)
  • Dagger 2 (https://github.com/google/dagger)
  • Simple XML (http://simple.sourceforge.net/)
  • Joda Time Android (https://github.com/dlew/joda-time-android)
  • SDP (https://github.com/intuit/sdp)
  • Lite Utilities (https://github.com/gurleensethi/LiteUtilities)
  • Material CalendarView (https://github.com/prolificinteractive/material-calendarview)