Posts by Laura Suciu

  1. Home
  2. chevron_right
  3. Laura Suciu
  4. (Page 3)

Functions in Kotlin

Kotlin
In this post I will talk about 5 cool things that functions can do in Kotlin, better than methods in Java.   1. Forget about overloaded methods In Java, when…

Anonymous Functions and Lambdas – Kotlin

Kotlin
Note! This is a post for beginners in Kotlin language. What are lambdas and anonymous functions? In order to define them let’s see what is a function literal. Function literal Function…

Introduction to Functions – Kotlin

Kotlin
In this post, I will try to explain how to write functions in Kotlin by doing a parallel with Java. It’s not rocket science or anything special in this post,…

Kotlin – Hello world

Kotlin
Introduction What is Kotlin? It is a new programming language built by JetBrains, and as you may already know, Google announced at Google I/O 2017, that they will now officially…

Android Navigation View With Tabs

Tutorial
In this tutorial we will create a simple app which has a NavigationView, a Toolbar with Tabs and a simple list of items, that are displayed for each selected tab.…

Android AdMob With Firebase

Tutorial
About Firebase First of all, you have to know that using AdMob with Firebase is optional, at least for now, and you can still integrate AdMob by importing compile ‘com.google.android.gms:play-services’ (like in this…

Android Gradle Dependencies by Flavors

Solutions
In a previous post about Gradle Flavors and Build Types, we mentioned that we can set different dependencies inside dependencies{} block by flavors, by build type or both combined. Below we will…
sponsored
Exit mobile version