top of page


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


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


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


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


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


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
Â
Â
Â
bottom of page

