Android 4.4 KitKat allows developers to do direct screen recordings of their device, allowing you to easily make how-to videos for your application, or to record device issues / bugs. Here’s how to do it…
Nexus 5 and Android 4.4 KitKat
Having played with the Nexus 5 and Android 4.4 KitKat, I’ve found a number of changes to the OS and it’s functionality. I’ve detailed as many changes as I could find here for anyone interested in knowing the differences.
Android, Android 4.4 KitKat, Google Nexus 5Facebook API: Essential Facebook Page App Code Snippets
If you’re building Facebook Page Apps, the platform offers a number of useful functions to help you out. This article includes useful functions and code snippets to help you out.
Facebook, Fan Page, JavaScriptGoogle+ API: Sharing An Interactive Post
The Google+ API allows you to create interactive posts you can share from your website, which contain a call-to-action button with an image and details from the link you want to share.
Google APIs, Google+, JavaScriptFacebook API: Getting a Long-Lived Access Token
The latest version of the Facebook PHP SDK makes it easy to get a long-lived access_token, giving you access to the user’s profile for up to 60 days, opposed to 1-2 hours with the regular access_token.
Facebook, Facebook Graph API, PHPFacebook API: Adding a “Likegate” to your Application
Adding a “likegate” to your application is very easy, and only takes a few lines of code to achieve. If you’re not familiar with a “likegage”, it’s basically a page that users’ who haven’t liked your page see, usually asking them to Like the page before seeing the actual content.
Facebook, Facebook Graph API, Fan Page, PHP