top of page


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


Introducing Swipe Refresh Feature
We all want to make lists that can refresh the items in the list with that fancy swipe up on the screen, to have some spinner animated,...
agulevski10
Nov 6, 20182 min read
Â
Â
Â


Android Bluetooth Part 2: Scan For Near Devices, List them with name and MAC Address
This is the second part of the Bluetooth series tutorials. We continue where we left of from the first part, Turn Bluetooth service on...
agulevski10
Sep 20, 20184 min read
Â
Â
Â


Android Bluetooth Part 1: Turn ON and OFF
In this first part of Bluetooth series examples for Android we are going to see how Bluetooth service is switched on and off on a device....
agulevski10
Sep 7, 20184 min read
Â
Â
Â


Web Button Example
In this example we will cover how to create a simple web button for web. It is just for showing how to add a button element and listen to...
agulevski10
Sep 2, 20182 min read
Â
Â
Â


Set image from gallery as phone background
We all want to set some photo that we have captured with our camera, some moment, on our home screen. This can be done through our app as...
agulevski10
Sep 2, 20184 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
Â
Â
Â


Android: Two button click example
Two button click example In this example we are going to do some stuff with two buttons. The trick is clicking them both simultaneously,...
agulevski10
Sep 1, 20184 min read
Â
Â
Â


Android: Why Views as replacement for Fragment?
Views, or as some one calls them Rich Views, are simple tool for working with one activity lifecycle. They are light weight and can take...
agulevski10
Aug 30, 20184 min read
Â
Â
Â


Third Android Component – Broadcast Receiver explained
What is Broadcast Receiver? Broadcast Receivers simply respond to broadcast events from other apps or from the Android operating system....
agulevski10
Aug 30, 20187 min read
Â
Â
Â


Simple Dialog for Android
Dialog`s for Android: Chapter two – Simple Dialog Here we have an example of Dialog in Android, much similar to previous example for...
agulevski10
Aug 30, 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
Â
Â
Â


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


Services explained
Android service is one of the four main application components, Activity, Service, Brodcast Receiver and Conten Provider. A Service is a...
agulevski10
Aug 27, 20185 min read
Â
Â
Â
bottom of page

