top of page


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


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


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


Navigation drawer in Android part 3: А simple way to add drop-down items on a navigation drawer with
Intro This is part three of the Navigation drawer in Android post and it will be a demonstration on how to add drop-down items on a...
agulevski10
Sep 6, 20195 min read


Navigation drawer in Android part 2: How to add a toggle button on the navigation drawer and add lis
Intro This is part two of the Navigation drawer in Android post and it will be a demonstration on how to create a toggle button on the...
agulevski10
Jul 24, 20192 min read


Navigation drawer in Android part 1: How to create a navigation drawer
Intro This post is the first part of three posts series. In this post we will create a navigation drawer in an android project using...
agulevski10
Jul 19, 20197 min read


Android: Show text on Button click
Intro In this exercise we will show you how to display text in a TextView on Button click. The Exercise In this exercise we will be using...
agulevski10
Apr 30, 20192 min read


Android: Pass Data Between Activities with Validation Check
Intro As we said in a previous post most applications today contain multiple screens, which means they are compiled from multiple...
agulevski10
Apr 29, 20194 min read


Using libraries in Android: ButterKnife Library
Libraries in Android An android library is structurally the same as an Android App Module. It contains everything you need to build an...
agulevski10
Apr 29, 20192 min read


The Legend of the Lawyer who became a Developer Part II
The Legend of the Lawyer who became a Developer continues. We have left our not so young lawyer who was determined to became a developer...
agulevski10
Mar 6, 20194 min read


Android: Switch Between Activities Exercise
Intro In a previous post we got our self’s introduced to the concept of activities in android. As we said the Activity is one of the four...
agulevski10
Feb 28, 20194 min read


The Legend of the Lawyer who became a developer
The Legend of the Lawyer who became a developer Not so long ago, in a land far far away, in a small village lived a not so young lawyer....
agulevski10
Jan 9, 20195 min read


Practice your craft: Java exercises – Creating a simple Guessing Game
Java exercise: Guessing Game Practicing your craft is very important part of being a developer. Using Java, you need to create a guessing...
agulevski10
Dec 22, 20182 min read


Practice your craft: Java exercises – Strings
Practicing your craft is very important part of being a developer. Let`s try a simple exercise using Strings. For this exercise write a...
agulevski10
Nov 27, 20181 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 HTML?
What is HTML? Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With...
agulevski10
Aug 24, 20183 min read


Learning Java: Where should you start
Learning Java: Where should you start There is a ton of materials available for free or for some small amount of money that can set you...
agulevski10
Aug 22, 20184 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

