top of page


Live Templates in Android Studio – Useful tool for Android Developers
Intro Live Templates are a compose-related tool added to Android Studio that allows you to enter code snippets for fast insertion by...
agulevski10
Oct 5, 20221 min read


How to implement long press action on RecyclerView items using interface
Intro This post is part three of our RecyclerView exercises series and in it, we will show you how to replace the on-click action with a...
agulevski10
Dec 13, 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 – Useful Utility Classes
While working on android apps we use a number of utility classes to encapsulate certain logic that we need on multiple places in the...
agulevski10
Apr 14, 20214 min read


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


Tips for self-taught developers — How to persist in your plan to became a developer
public static rules myRulesOfLife (and coding) { The views expressed in this post are my very personal take on life and coding. You can...
agulevski10
Feb 14, 20204 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


JavaFX Basic Features and creating a simple „Hello World“ Application
JavaFX is a set of graphics and a media package that enables developers to design, create, test, debug, and deploy rich client...
agulevski10
Nov 26, 20186 min read


What is XML?
What is XML? Pronunciation: /ˌeksemˈel/ noun COMPUTING a metalanguage which allows users to define their own customized markup languages,...
agulevski10
Aug 21, 20181 min read
bottom of page

