top of page


How to change the background on clicked item in RecyclerView
You may come across a situation when you need to mark visually the item that the user clicked in your RecyclerView. In our user scenario...
agulevski10
Apr 18, 20213 min read


Android – View Binding
View binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module,...
agulevski10
Jan 1, 20211 min read


Progress Dialog Util Class – Kotlin
This is progress dialog util class if you need in your project. It is written in Kotlin. You can just copy the code and paste inside you...
agulevski10
Jan 28, 20202 min read


Base64 String to Image example – Kotlin
This example is targeting conversion of Base64 String to Image and representing that image on screen using Kotlin programming language...
agulevski10
Dec 27, 20194 min read


Click back button twice to exit the application
This is simple example how to implement double-click on back button to exit the application. There will be a message alerting you that...
agulevski10
Nov 14, 20192 min read


Exit Dialog for Android Application
Exit Dialog for Android Application This is an example of implementing simple Exit Dialog with two options, YES, and NO. The code is...
agulevski10
Nov 7, 20191 min read


Navigation drawer in Android part 3: А simple way to add drop-down items on a navigation drawer with
Intro This is part three of the Navigation drawer in Android post and it will be a demonstration on how to add drop-down items on a...
agulevski10
Sep 6, 20195 min read


Select image from gallery and display it on screen
This example shows how can user go to phones gallery, select a image and after that display it on screen. This example can be used in...
agulevski10
Aug 6, 20194 min read


Take picture with camera and make a preview
In this example we are going to cover of basics of taking picture with you camera on your android device and show it on screen after...
agulevski10
Aug 1, 20194 min read


Navigation drawer in Android part 1: How to create a navigation drawer
Intro This post is the first part of three posts series. In this post we will create a navigation drawer in an android project using...
agulevski10
Jul 19, 20197 min read


Android: Show text on Button click
Intro In this exercise we will show you how to display text in a TextView on Button click. The Exercise In this exercise we will be using...
agulevski10
Apr 30, 20192 min read


Using libraries in Android: ButterKnife Library
Libraries in Android An android library is structurally the same as an Android App Module. It contains everything you need to build an...
agulevski10
Apr 29, 20192 min read


SQLite for Android Part 4: Update Values in Database
This is the fourth part of SQLite for Android series tutorials with examples. Here you can find the first part – SQLite for Android Part...
agulevski10
Mar 29, 20193 min read


How to change Android application name, package and app ID?
This is a simple example for Application name and package rename. Have you find your self in a situation when creating an Application, in...
agulevski10
Feb 28, 20192 min read


SQLite for Android Part 2: Insert Data
This is the second part of SQLite for Android series tutorials with examples. Here you can find the first part – SQLite for Android Part...
agulevski10
Feb 20, 20194 min read


SQLite for Android Part 1: Creating DB and Table
This is the first part of the SQLite for Android series that we are going to explain how to create simple data bases, add records, update...
agulevski10
Feb 15, 20195 min read


Material Design: SnackBar
SnackBar is a feature that allows the user to get some message from the application. It is similar to the well known Toast feature for...
agulevski10
Jan 6, 20195 min read


Material Design: Alert Dialog
Very simple example of using Alert Dialog in Material design in Android which is very handy for using in confirmations or simple...
agulevski10
Dec 20, 20181 min read


Android Bluetooth Part 1: Turn ON and OFF
In this first part of Bluetooth series examples for Android we are going to see how Bluetooth service is switched on and off on a device....
agulevski10
Sep 7, 20184 min read


Web Button Example
In this example we will cover how to create a simple web button for web. It is just for showing how to add a button element and listen to...
agulevski10
Sep 2, 20182 min read
bottom of page

