top of page


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


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


Software Development Tips from “The Pragmatic Programmer: From Journeyman to Master”
In this post, we will give a short review of the tips for software developers from the book “The Pragmatic Programmer: From Journeyman to...
agulevski10
Sep 6, 20196 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


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


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 JavaScript?
JavaScript is a lightweight, cross-platform, object-oriented computer programming language. Lightweight just means that the...
agulevski10
Aug 24, 20182 min read
bottom of page

