top of page


Calculate DisplayCutout Android
From API 29 or Android 10, Android introduced a feature for Display cutouts on the screen (for camera for example). JavaScript private...
agulevski10
Nov 27, 20211 min read
Â
Â
Â


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 – Extended Floating Action Button
Extended floating action buttons are used for a special type of promoted action. They are distinguished by an icon and a text floating...
agulevski10
Jan 14, 20212 min read
Â
Â
Â


How to draw some of the most used shape drawables in Android
Intro According to the Android documentation a drawable resource is a general concept for a graphic that can be drawn to the screen and...
agulevski10
Jan 2, 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
Â
Â
Â


How to detect if String is HTML or not in Android?
This is helper class with regular expression built in to detect if some string have HTML body or not. Java public final class HTMLHelper {...
agulevski10
Oct 21, 20201 min read
Â
Â
Â


Read lines from text file in Android
In this example will be shown how to parse text file in to data objects and use the data where needed. The example is separated in two...
agulevski10
Feb 27, 20204 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
Â
Â
Â


How to send an email from your android application- the easy way
Intro You are working on an app that has a list of contacts and you want to send an email to one of them for example. The easiest way to...
agulevski10
Dec 26, 20192 min read
Â
Â
Â


Getting a result from an Activity – How to use startActivityForResult() method in Android?
Intro What to do when you need to start an activity just to get some data from this activity and then go back to your previous activity....
agulevski10
Dec 4, 20196 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
Â
Â
Â


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


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


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

