top of page


Read lines from text file in Android
In this example will be shown how to parse text file in to data objects and use the data where needed. The example is separated in two...
agulevski10
Feb 27, 20204 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
Â
Â
Â


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


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


EVENT HANDLING IN JAVA: PART 1
Any program that uses a graphical user interface, such as a Java application written for Windows is event driven. Events are supported by...
agulevski10
Nov 19, 20184 min read
Â
Â
Â


Spring Boot 1.4 and Quartz, scheduling runtime created job instances from a configuration file
Hello guys and gals :). In this post i will write my solution on how to create runtime instances of a number of configured jobs from a...
agulevski10
Aug 29, 20185 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
Â
Â
Â


How to create Navigation Drawer?
Simple how-to-do left side navigation drawer with toolbar and items in it which are clickable and move you to another activity (screen),...
agulevski10
Aug 21, 20186 min read
Â
Â
Â
bottom of page

