tutorial

Importing Data via Custom File Types in iOS

iOS makes it very simple to define a custom file type that your app can handle. This post will walk through creating a simple app to access the contents of a text file received via email.

HTTPS with Client Certificates on Android

Many Android applications use REST or another HTTP based protocol to communicate with a server. Working with HTTP and HTTPS on Android is generally fairly straightforward and well documented. Depending on the version of the Android OS, either HTTPClient or HttpURLConnection “just work”. Either one can be used, but the official recommendation is to use … Read More