The purpose of Vapor API is to bring the power of jQuery style syntax to Android, to help remove some of the impediments developers face when turning a great app idea into reality. With Vapor API star...
Recently in an app I was writing using Vapor I needed to have a service backing the core activity. This presented an excellent opportunity to experiment with VaporService outside a purely test environment....
A minor update to the Vapor API framework (v1.1) is now available to download. This minor release features some small bug fixes discussed briefly below. What's Changed in Vapor API v1.1 NullPoint...
Writing event driven apps is particularly useful in applications that expect some form of user interaction, usually via touch interactions on the device screen. For example, you want to define some asy...