Redefining Android UI Development with Jetpack Compose

by

At Google I/O 2019, Google announced that they were working on a new toolkit, Jetpack Compose, which would redesign how user interfaces (UI) are developed on the Android platform. In August 2020, the alpha version of Jetpack Compose was released. In this post, I will be examining how Compose differs from the current Android UI toolkits, and will discuss the benefits that the new program will bring to Android UI development. 

Conversion Optimization with A/B Testing

by

At Grio, we offer  a wide range of services focused on helping our clients optimize their web presence. One such service is A/B testing. A/B testing, also known as split testing, is a marketing experiment that compares two versions of your content by “splitting” your audience and analyzing which variation performs best. In other words, you create a variant of your content, then show version A to one half of your audience and version B to the other half and analyze the results. 

Unmanned Grocery Stores

by

Unmanned Grocery Store

These days grocery stores are facing many challenges, like high maintenance costs, price competition with online stores, and limited business hours. All of these issues can be solved with unmanned grocery stores.

Hottest Social Media Platforms in China

by

You might think that Facebook and Twitter are already occupying the social media space world wide,  However, in China they are blocked. When it comes to Social Media Marketing in China, you must use different tones to communicate with your Chinese audience on their own Social Media platforms, such as Weibo (equivalent of Facebook and Twitter in China), especially Sina Weibo, Tencent Qzone (equivalent of Facebook and Twitter in China), Tencent QQ (Instant Message tools), Tencent Wechat (Mobile communication and private social networking app), Renren (equivalent of Facebook in China) and Youku & Tudou (equivalent of YouTube in China).

Building Android Apps with MVVM and Data Binding

by

Great Design Pattern for Great Work

Most app development cannot avoid being composed of three parts: database/model, UI and the business logic associated with them.  There are already many design patterns that allow for more structured communications between model and UI; for example, MVP and MVC.