Skip to the main content.

Snowdog eCommerce Blog


eCommerce insights, news, and thought leadership from the Snowdog team

 

Tips (2)

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...

Read More

How to improve accessibility of your iOS app with VoiceOver? - Part 2

Accessibility is a crucial aspect of modern-day app development, and in our previous post, we explored the fundamentals of iOS accessibility, including ...

Read More

How to improve accessibility of your iOS app with VoiceOver? - Part 1

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...

Read More

TUTORIAL: How to implement an admin product tab in Magento 2

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 ...

Read More

Android Data Binding

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...

Read More

AndroidAnnotations – Code less, Do more – Part 2 - Fragments

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...

Read More

AndroidAnnotations - Code less, Do more - Part 1

Anyone who developed Android applications, knows how easy it is to end up with boilerplate code. Accessing resources, creating services, inflating layou...

Read More

Android and Magento Soap API – part IV

How to get list of products Magento SOAP API contains catalogProductList method for downloading list of products. Basically it returns ALL products at o...

Read More

How to dynamicaly change Android Toolbar icons color

With the new Palette library and Material design, we’re able to create more color-aware applications, implementing color adaptable user interfaces. TL;...

Read More

Android and Magento Soap API - Part III

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...

Read More

Android and Magento Soap API - Part II

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...

Read More

Android and Magento Soap API - Part I

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...

Read More