Elements of Mobile Marketing Strategy

Elements of Mobile Marketing Strategy

The main elements of Mobile Marketing Strategy are: Design and Usability, Traffic Funnels, Content, Advertising, Local Opportunities, and Social Media. Design and Usability Design and Usability go hand in hand when thinking about building an effective mobile strategy. Good Design alone is not enough, and a good usable app with no design is not good either.   Design, or the User Interface (UI), is associated with…
Favorite Mac Apps

Favorite Mac Apps

Alfred Alfred is an app that uses keyboard shortcuts to launch apps, perform tasks, searches your Mac for files, or even searches the web. I love this app for many reasons, but mostly I like the system shortcuts it offers, like putting the mac to sleep, start the screensaver, logout, empty trash ... etc. Alfred is a free app, but it offers other advanced features…
5 Tips for a Better WWDC Experience

5 Tips for a Better WWDC Experience

Last week I was at Apple's WWDC for the first time ever, it was a great experience for sure, and I would like to share some of the tips that could be helpful for any one planning to attend WWDC in the future. I arrived late Sunday night to San Jose and I couldn't get my badge that day. Badges and Registrations was open that…
iOS Development – Create a Stickers App for iMessage

iOS Development – Create a Stickers App for iMessage

This tutorial shows you how to create a simple Stickers app for iMessage. The cool thing here is that there is no coding required. Follow these steps and you will have your awesome stickers app ready to be submitted for the AppStore. Start A new XCode Project, and select Stickers Pack App Give your project a name, and set your bundle ID and the other configurations…
How to Choose an External Library For Your Next Project

How to Choose an External Library For Your Next Project

There are many criteria when it come to choosing the best external 3rd party library to include it in your project. Whether it is a personal or a professional project, Swift or Java, the following should apply every time. Note: For the sake of this tutorial, I'm choosing Alamofire, which is an HTTP networking library written in Swift. Alamofire is considered to be one of the top…