top of page


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


Android – Extended Floating Action Button
Extended floating action buttons are used for a special type of promoted action. They are distinguished by an icon and a text floating...
agulevski10
Jan 14, 20212 min read


Android – View Binding
View binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module,...
agulevski10
Jan 1, 20211 min read


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


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


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


Take picture with camera and make a preview
In this example we are going to cover of basics of taking picture with you camera on your android device and show it on screen after...
agulevski10
Aug 1, 20194 min read


SQLite for Android Part 4: Update Values in Database
This is the fourth part of SQLite for Android series tutorials with examples. Here you can find the first part – SQLite for Android Part...
agulevski10
Mar 29, 20193 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


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


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

