Year: 2016

  1. Home
  2. chevron_right
  3. 2016

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…

Android About ConstraintLayout

Did You Know?
DID YOU KNOW about ConstraintLayout?   Definition ConstraintLayout is a new type of layout introduced by Android, similar to RelativeLayout but more flexible, and it is used to position UI elements relative…

Android Free/Paid Versions Tutorial

Tutorial
There are situations when you might decide that you need to create 2 versions for your application: a free one and a paid one. So, in this tutorial, which is…