Flexible Layouts with Swift and UIStackview

0
In this post we will build a Sign In and Password Recovery form with a single flexible layout, using Swift and the UIStackView class,...

Is React Native is really Native framework?

1
This article by Vladimir Novick, author of the book React Native - Building Mobile Apps with JavaScript, introduces the concept of how the the...

Building RESTful web services with Kotlin

0
Kotlin has been eating up the Java world. It has already become a hit in the Android Ecosystem which was dominated by Java and...
fire flame

How to integrate Firebase with NativeScript for cross-platform app development

0
NativeScript is now considered as one of the hottest platforms attracting developers. By using XML, JavaScript (also Angular), minor CSS for the visual aspects,...

Booting Up Android System Using PXE/NFS

1
In this article by Roger Ye, the author of the book Android System Programming, introduces two challenges present in most of the embedded Linux system...
high rise tower

Getting started with Kotlin programming

0
Learning a programming language is a daunting experience for many people and not one that most individuals generally choose to undertake. Regardless of the problem...

Customizing Kernel and Boot Sequence

0
In this article by Ivan Morgillo and Stefano Viola, the authors of the book Learning Embedded Android N Programming, you will learn about the kernel...

LLDB and the Command Line

1
In this article by Stuart Grimshaw, authors of the book Mastering macOS Programming, we're going to shift up a gear and reach deep into...

How to Convert POJO to JSON Using Gson in Android Studio

0
JSON has become the defacto standard of data exchange on the web. Compared to its cousin XML, it is smaller in size and faster...

How to Build an Android To-Do App with PhoneGap, HTML and jQuery

0
In this post, we are going to create a simple HTML 5, JavaScript, and CSS application then use PhoneGap to build it and turn...

Must Read in Mobile

Understanding the Foundation of Protocol-oriented Design

0
When Apple announced Swift 2 at the World Wide Developers Conference (WWDC) in 2016, they also declared that Swift was the world’s first protocol-oriented...

Interviews