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


Parsing XML RSS Feed for Android using prof18/RSS-Parser
Parsing XML response from RSS feed in Android have always been a bit complicated. All this issues are combiend in very good library...
agulevski10
Feb 21, 20222 min read
Â
Â
Â


Our new Formula E fan made app
Check out our new Formula E fan-made app. You can find news, the race calendar, teams, drivers, and more features to come. This is an...
agulevski10
Feb 14, 20221 min read
Â
Â
Â


Application identification utilities for Android
Here is some helper util functions to retrieve some Application identification programmatically, like name, version, play store url and...
agulevski10
Jan 7, 20222 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
Â
Â
Â


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 read values from logcat in Android Studio Programmatically?
I was stuck with a log values from one library that I was using in a project. The values that the library was producing were printed in...
agulevski10
May 31, 20211 min read
Â
Â
Â


How to update an item in RecyclerView – Android
Intro In this post we will demonstrate how to update an item in your RecyclerView. Updating an item in RecyclerView is useful when you...
agulevski10
Apr 24, 20213 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 – 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 create a simple Mobile Navigation Menu using Vanilla JavaScript?
What do you need? Basic knowledge about HTML, CSS and JavaScript Text editor of your choice Final code of this tutorial is uploaded on...
agulevski10
Dec 20, 20203 min read
Â
Â
Â


JavaScript BASICS Part 5: First Class vs. Higher-Order Functions
JavaScript is a language that has first class functions, which in technical terms means that functions are so called first class...
agulevski10
Dec 12, 20202 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 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
Â
Â
Â


Kotlin programming language
Kotlin is a modern programming language that makes developers use it with ease. It is developed by JetBrains & Open-source Contributors....
agulevski10
Oct 3, 20203 min read
Â
Â
Â


React Components
Components are: The main building blocks of React. React exist to help you create components and then also have those components...
agulevski10
Jul 2, 20204 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
Â
Â
Â
bottom of page

