Work

Make life easier: Retrofit

Before we begin. When creating mobile apps you have many decisions to make that will have strong influence on final project’s shape. One of them is choosing the right libraries. Currently, it is hard to imagine mobile app that doesn’t communicate with network services. Weather apps download weather forecasts from servers, sport & fitness apps store our training data, social apps let us communicate with other users – these are only few examples.

Written by Wojtek Tyrchan

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 once. In production environment it could mean thousands of products returned in single API call. Mobile devices are not capable of handling such big response.

Written by Bartek Kwiatkowski

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;DR There’s a link to the ColorizeToolbarHelper class at the end of the article. It works out of the box.

Written by Michal Pawlowski
Older posts Newer posts