Applications

How to Secure and Deploy an Android App

0
In this article, we will be covering two extremely important Android-related topics: Android application security Android application deployment We will kick off the post by...
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...
Applications

Build your first Android app with Kotlin

0
Android application with Kotlin is an area which shines. Before getting started on this journey, we must set up our systems for the task at...
Apps on phone

Creating a custom layout implementation for your Android app

0
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...

Internationalization and localization

0
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...

Play With Functions

0
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?

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

Your First Swift Program

0
 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...

How to convert Java code into Kotlin

0
This Kotlin programming tutorial has been taken from Kotlin Programming Cookbook.  One of the best things about Kotlin is its interoperability with Java. If you're a...

Lets build applications for wear 2.0

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...

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