AppFuse jetty:run throws error “ZipException: invalid distance too far back”
Problem: When running mvn jetty:run to launch jetty, Appfuse throws error “java.util.zip.ZipException: invalid distance too far back” Reason: One of...
Problem: When running mvn jetty:run to launch jetty, Appfuse throws error “java.util.zip.ZipException: invalid distance too far back” Reason: One of...
All done and dusted, when you are ready to upload your application to the Android Market for the world to use it, you’ll have to follow a few steps below....
Creating an Android Application that users can both use and appreciate is not an easy task. However, obviously some online resources can make your life easier. ...
While developing Android Applications, one inevitably comes across the Values folder. It is located in <workspace>-><application name>->res. I...
If you’ve used an Android device, Swipe Detection is not new to you. Unlocking the phone, receiving calls etc. all make use of a Swipe Detector mechanism....
In the first part, I showed you how to use a basic Sliding Drawer in Android. In this post I’ll show you how to make your Sliding Drawers fancier by chang...
The task is to construct a simple server which just passes a string to the client. Client/server describes the relationship between two computer programs in whi...
Given a set of numbers,our task is to find the number of subsets that sum to a particular value. Example- Set of numbers- {1,3,2,5,4,9} Sum=9 Subsets that sum t...
Given a set of positive integers and a value sum,the task is to find if there is a subset with sum equal to the given value. Example- Given set of numbers- {3,3...
You have to agree that the Sliding Drawer feature of Android is a pretty neat and handy tool to add some text – usually directions for use, help or other ...