Work

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 code, and API errors like "Session expired. Try to relogin." Additionally, there may be (de)serialization errors that can occur if the Java model does not match with the response. I plan to explore these errors in more detail in the post.

Written by Bartek Kwiatkowski

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 consisting of an Envelope XML element and Body inside Envelope. There is a bit of code to write at beginning which seems to be a high entry barrier to overcome. But, look below – I wrote everything, so you don't have to worry about it.

Written by Bartek Kwiatkowski

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 and SOAP APIs. Unfortunately REST API has limited access to this data and allows only download some of it. If full CRUD actions are needed it's necessary to use SOAP API.

Written by Bartek Kwiatkowski

BlurImageView - DSLR Unfocusing Animation

How to develop BlurImageView? Discovering Material Design gave me a chance to play with animations and image effects. While watching Chiu Ki Chan presentation—Fun with Android Shaders and Filters. I got an idea to create the focus loss effect, well known from the DSLR cameras—blurring the image with simultaneous enlarging it...

Written by Bartek Kwiatkowski
Older posts Newer posts