top of page


Android quick tips: The easiest way to create style for your layout elements (TextView, EditText, et
In this post we will show you the easiest and quickest way to create style for your layout elements. This android quick tip could be very...
agulevski10
Oct 25, 20201 min read


How to add color images as icons in your navigation drawer menu in Android
Intro In this post we will demonstrate how to add color images as icons in your navigation drawer menu in Android. If you need help...
agulevski10
Jul 1, 20202 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


JavaScript BASICS Part 4 : Declaring Javascript Variables var, let, const
In this post we are going to focus on JavaScript Variables and their syntax. Variables are concept that exist in every programming...
agulevski10
Nov 19, 20192 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


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


Base64 String to Image example
This example is targeting conversion of Base64 String to Image and representing that image on screen. The advantages of using Base64...
agulevski10
May 13, 20193 min read


SQLite for Android Part 3: Show Values from Database
This is the third part of SQLite for Android series tutorials with examples. Here you can find the first part – SQLite for Android Part...
agulevski10
Mar 19, 20193 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


What is fragment and how to use it?
What is fragment? It is a activity inside activity screen. In very simple terms, fragment is similar as an activity screen, but the only...
agulevski10
Aug 24, 20184 min read
bottom of page

