Blog

Sometimes Being Lazy is Good

I have seen code like this in some projects: [myArray removeAllObjects]; for (Thing *thing in anotherArray) { [myArray addObject:thing]; } [self.myTable reloadData]; Now, you may look at this and think it’s is a fine way of coding and you’d be right for the most part.…

Read More

NSUserDefaults—some pretty good practices

“How do I store user preferences in my iOS app?” is a pretty common question most developers face at some point in their app development career. Perhaps and app can display information in different, user-selectable units, perhaps the user should be able to enable or…

Read More

Google Glass: The Future of Mobile Computing?

Think back to the last time you were using your mobile device in a public place – maybe you were playing a game while waiting in the DMV, or checking football scores in a grocery checkout line. Everyone has experienced the moment when reality beckons…

Read More

Which Platform Should I Develop My App Project On First?

This is a question that needs to be carefully considered for any app development project.  And there are many factors to consider.  For internal corporate driven apps this question is normally simple.  Most corporations gravitate towards one device that is deployed company wide making the…

Read More

Monetizing Your Mobile Web App via Amazon

Amazon recently announced that they will be allowing companies to register their mobile websites and web apps for distribution on the Kindle Fire and select Android devices via the Amazon store. This announcement opens up an interesting opportunity to organizations that have pre-existing mobile web…

Read More

Categories

Search

Recent Posts

Most Common Tags