Noizeramp

  • Home
  • Archive
  • Posts
  • Tags
  • Cross-platform app links

    23 May 2016 ⋅ 3 min read ⋅ android iOS titanium

    Here are some notes after the recent research into deep linking into the apps. The goal was to launch the app on clicks on links in email. Traditionally, we were using a custom scheme to register the app as a handler for, but this didn’t work quite well. So notes:

    Read more

  • Appcelerator Titanium: Scaling and cropping images

    29 September 2014 ⋅ 2 min read ⋅ titanium

    At the time of writing Titanium is at: 3.3.0 GA

    In the project I’m supporting we juggle with camera shots like crazy. One of the recent requests from the client was to show square thumbnails in the list of taken pictures. While the requirement itself is pretty reasonable, Titanium doesn’t make our life easier.

    Read more