Package com.todoroo.andlib.service

Todoroo Library classes for the service layer: dependency injection, exceptions, HTTP requests, etc.

See:
          Description

Interface Summary
ExceptionService.ErrorReporter Error reporter interface
NotificationManager Notification Manager stub
RestClient RestClient stub invokes the HTML requests as desired
 

Class Summary
AbstractDependencyInjector A Dependency Injector knows how to inject certain dependencies based on the field that is passed in.
ContextManager Singleton class to manage current application context b
DependencyInjectionService Simple Dependency Injection Service for Android.
ExceptionService Exception handling utility class - reports and logs errors
ExceptionService.AndroidLogReporter AndroidLogReporter reports errors to LogCat
ExceptionService.TodorooUncaughtExceptionHandler Uncaught exception handler uses the exception utilities class to report errors
HttpRestClient RestClient allows Android to consume web requests.
NotificationManager.AndroidNotificationManager Instantiation of notification manager that passes through to Android's notification manager
 

Exception Summary
HttpErrorException  
HttpUnavailableException Exception displayed when a 500 error is received on an HTTP invocation
 

Annotation Types Summary
Autowired Autowired is an annotation that tells the dependency injector to set up the class as appropriate.
 

Package com.todoroo.andlib.service Description

Todoroo Library classes for the service layer: dependency injection, exceptions, HTTP requests, etc.