How to improve accessibility of your iOS app with VoiceOver? - Part 3
In the past couple of weeks, we have discussed the basics of accessibility in iOS and VoiceOver gestures. Today, let’s continue with another Accessibili...
In the past couple of weeks, we have discussed the basics of accessibility in iOS and VoiceOver gestures. Today, let’s continue with another Accessibili...
Accessibility is a crucial aspect of modern-day app development, and in our previous post, we explored the fundamentals of iOS accessibility, including ...
In this post, we will explore some best practices for making your app accessible to VoiceOver users. VoiceOver is a feature that provides spoken descrip...
What will you learn in this tutorial? Basically, you will learn how to implement a product tab in admin product edition page. The tab will be linked to ...
Google I/O 2015 announced new Android M (Milkshake?) with new permissions system and a lot of optimization. There were also presented smarter apps, bett...
Welcome to Part 2 of Making life easier with Android Annotations. This time we'll have a look on the ways of using Fragments along with AndroidAnnotatio...
Anyone who developed Android applications, knows how easy it is to end up with boilerplate code. Accessing resources, creating services, inflating layou...
How to get list of products Magento SOAP API contains catalogProductList method for downloading list of products. Basically it returns ALL products at o...
With the new Palette library and Material design, we’re able to create more color-aware applications, implementing color adaptable user interfaces. TL;...
In this blog post, I will focus on handling errors in Magento SOAP API. There are two kinds of errors that can occur: server errors like HTTP 500 status...
In this blog post, I'll discuss the use of Retrofit, a REST client, to communicate with Magento SOAP API. The Magento SOAP API requires XML messages con...
Magento is an open-source eCommerce solution. It may manage vast amounts of products, catalogs, orders, and payment data which can be accessed by REST a...