How to Secure and Deploy an Android App
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...
Getting started with Kotlin programming
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...
Build your first Android app with Kotlin
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...
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...
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...
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...
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...
How to convert Java code into Kotlin
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
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...