Tell me who you are in 160 characters. I’ll wait while you try and achieve the level of nuance necessary for the task. This constraint is why you end up with generic Twitter bios that don’t tell you much about someone and all look like: Father, cyclist, biz-dev, and fighting every day for the Quebec […]
A major part of the challenge of architecting UI-focused code bases tends to come down to deciding where to draw the line between the code that needs to interact with the platform’s various UI frameworks, versus code that’s completely within our own app’s domain of logic. That task might become especially tricky when working with […]
When it comes to testing your user experiences, there are plenty of methods you can use that will get you the information you need. From interviews to assistive technology testing, these methods offer a more streamlined and beneficial process capable of revealing the insights you need to revolutionize your UX. But how can you know […]
Wireframing is the first and the most crucial step in deciding the fate of an application. The right wireframe can make an excellent app – turning an idea perfectly into an app, while a wrong wireframe can break everything. And to make a wireframe perfect, you need a wireframing tool to solve your design purpose. […]
It has been a hot minute since I posted about writing multi-module Lint rules so it’s time for a follow up. Today’s topic: suppressions! A quick recap of where we are: We have written a Lint rule that checks for usages of deprecated colours (including selectors) in XML files. The rule goes through all modules […]
Opening an app from an URL is such a powerful iOS feature. Its drives users to your app, and can create shortcuts to specific features. This week, we’ll dive into deep linking on iOS and how to create an URL scheme for your app. When we talk about deep linking for mobile app, it means […]
If you are looking for the best wordpress plugins, then you are at the right place. Here is the list of best wordpress plugins that you should use in your blog to boost SEO, strong your security and know every aspects of your blog . Although creating a good content is one factor but […]
Ginger VS Grammarly: When it comes to grammar checkers, Ginger and Grammarly are two of the most popular choices on the market. This article aims to highlight the specifics of each one so that you can make a more informed decision about the one you’ll use. What is Grammarly? If you are a writer, you […]
Debates over the relative merits of iOS versus Android can go on forever, but there’s always been one area where Apple was way ahead: offering years of operating system upgrades. Not anymore. Samsung committed itself Wednesday to releasing four generations of Android OS updates for its high-end smartphones. And for its tablets, too. Samsung and […]
One of the core strengths of Swift’s protocols is that they enable us to define shared interfaces that multiple types can conform to, which in turn lets us interact with those types in a very uniform way, without necessarily knowing what underlying type that we’re currently dealing with. For example, to clearly define an API […]