Integrating with Messages App
In this article by Hossam Ghareeb, the author of the book, iOS Programming Cookbook, we will cover the recipe Integrating iMessage app with iMessage...
Booting Up Android System Using PXE/NFS
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...
Ionic Components
In this article by Gaurav Saini the authors of the book Hybrid Mobile Development with Ionic, we will learn following topics:
Building vPlanet Commerce
...
Introduction to HoloLens
In this article, Abhijit Jana, Manish Sharma, and Mallikarjuna Rao, the authors of the book, HoloLens Blueprints, we will be covering the following points...
Your First Swift Program
In this article, by Keith Moon author of the book Swift 4 Programming Cookbook, we will learn how to write your first swift program.
(For more resources...
Play With Functions
This article by Igor Wojda and Marcin Moskala, authors of the book Android Development with Kotlin, introduces functions in Kotlin, together with different ways...
Is React Native is really Native framework?
This article by Vladimir Novick, author of the book React Native - Building Mobile Apps with JavaScript, introduces the concept of how the the...
Internationalization and localization
In this article by Dmitry Sheiko, the author of the book, Cross Platform Desktop Application Development: Electron, Node, NW.js and React, will cover the...
Lets build applications for wear 2.0
In this article Ashok Kumar S, the author of the article Android Wear Projects will get you started on writing android wear applications. You probably...
Creating a custom layout implementation for your Android app
In most applications, you'll find that a combination of the
ConstraintLayout, CoordinatorLayout, and some of the more primitive layout classes (such as LinearLayout and FrameLayout) are more than enough...