Skip to content

wajahatkarim3/SoapRetrofitDemo

Repository files navigation

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)