How To Make An App Go Viral

How To Make An App Go Viral

How to Make an App Go Viral

There’s nothing more desirable than making an app go viral. Virality is gradually becoming a synonym of success. But what makes some apps go right to the top charts? We tried to figure it out in this article.

How to Create and Publish Your First Android Library

How to Create and Publish Your First Android Library

How to create and publish your first Android library

Sooner or later every Android developer accumulates a fair amount of ready-made solutions and decides that it would be great to share them with the rest of the world. Unfortunately, most of us never get down to it since every solution should be turned into a separate library and put into a separate open repository.

Beyond MVC: How to Use MVVM in iOS

Beyond MVC: How to Use MVVM in iOS

Beyond MVC: how to use MVVM in iOS

Today we’re going to talk about MVVM pattern. We will discuss its advantages in comparison to MVC and take a look at two implementation examples, a small and a big one. You will be able to use the latter in your work as an example of a good architecture for almost any MVVM project. So, let’s start with the basics :)