Is it Gluten Free?: changes in Android and upcoming iOS apps

Our team worked hard and we are close to release of iOS app for the project “Is it Gluten Free?”. Also we reworked our Android app and it now has a look following Android 5 standards. check out some screenshots from the latest version. follow updates, when iOS app will be available for download.

Published
Categorized as Development

Is it kosher?: get ready for Android 5.0

As soon as Android started getting updated to the new version 5.0, we at KosherDev decided to move to new neat and plain design for “Is it kosher?” Android app. Also more native compatibility support is done for pre-4.x Android OS versions. Later I’ll post some interesting hints about styling Compat ActionBar

Published
Categorized as Development

Twitter: simple favorite’ing bot on PHP

Recently I found out that lot of twitter bots are favorite’ing and retweetting you statuses. I decided to create my own to play around a little. Simple search for PHP library, showed me that there are many of these here Twitter Libraries. I selected J7mbo/twitter-api-php and played around a little. Here is what I got: ini_set(‘display_errors’, 1); require_once(‘TwitterAPIExchange.php’);… Continue reading Twitter: simple favorite’ing bot on PHP