Summer in Dublin, Air lounger is actually working not just some marketing trick

  • Started to watch Game of Thrones stories:
  • Rewrote my prayer times application since ramadan is here: * Used nativescript which is amazingly good.
    • On the first day of the update of the app I received 158 concurrent users
    • Will write another post regarding the structure of the app.
  • Change a remote address git remote set-url
  • Realized this: if you try to iframe youtube in a webview in an android app, your app may be rejected by Google Play Store
  • Awesome way of getting JSON out of RSS feeds:
    • https://query.yahooapis.com/v1/public/yql?q=select%20title%2Clink%2Cdescription%20from%20rss%20where%20url%3D%22**<ENCODED_RSS_URL>**&format=json&diagnostics=true&callback=
    • There is this option but it’s heavily cached * http://rss2json.com/ *