top of page


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


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


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 Activity-Lifecycle Exercise
In this exercise we are going to create a new project and in MainActivity we will override all of the basic Lifecycle callback methods....
agulevski10
Feb 26, 20195 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


BASIC OBJECT ORIENTED PROGRAMMING CONCEPTS
The object-oriented programming is created as a response to increasing complexity of the programs that caused problems for the...
agulevski10
Dec 11, 20187 min read


EVENT HANDLING IN JAVA PART 2: EVENT CLASSES
The classes that represent events are at the core of Javas event handling mechanism. Java defines several types of events and arguably,...
agulevski10
Nov 30, 201812 min read


Transition instead of simple Animation in Android
Transition instead of simple Animation in Android There is no need for animation effects on views in Android, no need for fast hardware...
agulevski10
Sep 2, 20183 min read


Pay Pal integration with Android APP
Pay Pal integration with Android APP In this example we will be making a simple Android application which will be integrated with PayPal...
agulevski10
Sep 1, 20185 min read


Android Dialog with Radio Group and List example
Android Dialog with Radio Group and List example In this example we will be creating a Dialog box for displaying, with some items in List...
agulevski10
Sep 1, 20185 min read


Alert Dialog for Android
Dialogs for Android: Chapter one – Alert Dialog In this topic we are going to discuss a little bit about the Alert Dialog used in Android...
agulevski10
Aug 30, 20185 min read


Web View implementation
Web View implementation Web View is used to help us display a web page in our application without the need to call another application,...
agulevski10
Aug 27, 20185 min read


RecyclerView & Adapter the right way
Recycler View and Adapter with Model pattern for Android Recycler View is used as the List View. The difference between the two is that...
agulevski10
Aug 27, 20186 min read


What is fragment and how to use it?
What is fragment? It is a activity inside activity screen. In very simple terms, fragment is similar as an activity screen, but the only...
agulevski10
Aug 24, 20184 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
bottom of page

