Tutorial

Tutorials, how to’s with large content

Android Simple Section RecylerView

Tutorial
In this tutorial I will create a simple Sectioned RecyclerView that will show 2 sections and a few items in each section and how to move an item from one…

Android Add Game Leaderboard

Tutorial
In order to display leaderboards from your game you will have to set up your project and to be signed in. Below you will learn how to do this. Project…

Android ViewPager Tutorial

Tutorial
In Android, if you need to swipe from right to left or vice-versa in order to see different data, you can use a ViewPager. In order to use it, you…

Android ViewPager Cube Animation

Tutorial
After trying some libraries in order to make a cube animation for my viewPager, I realized that is pretty easy to do this. Android provides an interface called ViewPager.PageTransformer and…

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

Android Build Types and Flavors

Tutorial
In this tutorial we will talk about Build Types and Flavors, for what are they used, what is the difference between them and what they have in common. Build Types…

Android @IntDef Annotation Example

Tutorial
Android has some helpful annotations in the support library so, in this post, I will show you an example of how to use @IntDef annotation. You can use this annotation (or @StringDef annotation) instead of Enum.…
keyboard_arrow_up
sponsored
Exit mobile version