Earlier this month, Box focused on webOS with its new app for the HP TouchPad. Now it's turning the focus back to iOS and Android. Box is rolling out new platform updates with API libraries for iOS ...
Through various APIs (application mobile interface), Google provides many possibilities that allow developers to offer different services without implementing intensive or complex coding. These tools ...
Many Android apps that interact with the cloud use a client – server architecture with the phone acting as a client and much of the heavy lifting taking place on the server. Sometimes you have control ...
There are many times when your Android app will need to fetch data from the internet, to provide users with fresh information and/or data. There are different ways your app could achieve this. You ...
Portable Class Libraries create a single DLL that can be used across platforms, making code sharing easier. Learn how to use them by building a weather app with a portable core. In the past, sharing ...