mobilecloud-15
mobilecloud-15 copied to clipboard
Programming Cloud Services for Android Handheld Systems: Spring
This commit fixes the issues relating to switching between the external polymorphisized implementation of HobitOps using menu and other cleanup in code
In cases where the video service fails due to an exception, or when the actual connection fails, the application would terminate with an unhandled exception error. The added try/catch blocks...
Previous versions of the spring-data-dynamodb had internal dependency conflicts which caused the example project to throw a runtime exception. The newest snapshot version of the spring-data-dynamodb project fixes that.
Basically I was getting the warning (Android studio) "multi-catch with these reflection exceptions require API level 19.." etc. The reason was that the target minimum SDK was set to 18....