Simple Unit Tests For Android

Simple Unit Tests For Android

Simple unit tests for Android

The time has come to share with you this small article on testing Android app logic. It didn’t occur to me that it is a significant component of Android app development for quite a time but it’s never too late to learn, neither for you, nor for me :)

Learning Android Gestures

Learning Android Gestures

Learning Android gestures

What happens within the system when a user touches the screen? And even more important — how to handle it right? The time has come to figure everything out once and for all! Today’s post is on what I’ve learned about Android Touch System and my experience with it.

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.

Animation In IOS: Native Solutions And Third-Party Frameworks

Animation In IOS: Native Solutions And Third-Party Frameworks

Animation in iOS: native solutions and third-party frameworks

Today we will take a look at a couple of quite simple examples, learn about pros and cons of what Apple has to offer in terms of animation and get ourselves familiar with some third-party frameworks I personally find to be quite useful for handling animation. I will also show you how to use UIKit Dynamics and Motion Effects available starting from iOS 7.

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 :)

Best free fonts for designers

Best free fonts for designers

Best free fonts for designers

Fonts used to display text influence the perception of the latter. That’s why for this article we have collected the best free fonts for designers that will help your web designs and printed materials using Cyrillic and Romanian scripts to look and feel professional.

Saving Data In Android Using Realm

Saving Data In Android Using Realm

Saving data in Android using Realm

How to save data for your mobile application? There’re three possible ways: Shared preferences/User defaults, files and databases. When choosing which one to use you should take into account the volume of data your app will work with, mobile data type and what exactly you’ll be doing with the data.

DataBinding: How To Develop Android Apps Faster

DataBinding: How To Develop Android Apps Faster

DataBinding: how to develop Android apps faster

Every time you look at those numerous lines of code with findViewById and ternary operations with visibility you want Cthulhu to finally revel across the Earth so you don’t have to see it anymore, don’t you? But trust me, there’s a way. And we will show it to you under cut.

Grunt vs Gulp

Grunt vs Gulp

Grunt vs Gulp

Grunt and Gulp are task runners that allow front-end developers to quickly build web apps and automate repetitive processes, such as file concatenation (joining), image, CSS and JavaScript compression. Let’s find out what is the difference between these two popular tools.