Stfalcon Blog

ChatKit Library for Android Apps

ChatKit Library for Android Apps

In the world of iOS development there is a well-known JSQMessagesViewController library which helps iOS-developers to implement UI chat in their applications easily. Unfortunately, Android developers are deprived of such a wonderful tool.

CSS Transitions And Animations. Motion Path Module CSS

CSS Transitions And Animations. Motion Path Module CSS

Before CSS3 rising, front-end developers were tossed into a cold sweat, when they heard a word «animation». And all because one reason: it was very non-trivial task to make quality and beautiful animation at those old days. CSS could not do it, so all the animations were made with JavaScript.

Let's Make An MVVM At Android

Let's Make An MVVM At Android

Now it's time to make a flexible architecture for Android using DataBinding! What Is MVVM? For a start, let's consider the classical description of this template and analyze each of its components.