top of page


JavaScript BASICS Part 1 : Definition and Console
Let’s start with a simple introduction of JavaScript, an easy to learn and powerful scripting language. JavaScript (often shortened to...
agulevski10
Jul 27, 20193 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
Â
Â
Â


Base64 String to Image example
This example is targeting conversion of Base64 String to Image and representing that image on screen. The advantages of using Base64...
agulevski10
May 13, 20193 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
Â
Â
Â


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


SQLite for Android Part 3: Show Values from Database
This is the third part of SQLite for Android series tutorials with examples. Here you can find the first part – SQLite for Android Part...
agulevski10
Mar 19, 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
Â
Â
Â


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


How to change Android application name, package and app ID?
This is a simple example for Application name and package rename. Have you find your self in a situation when creating an Application, in...
agulevski10
Feb 28, 20192 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
Â
Â
Â


SQLite for Android Part 2: Insert Data
This is the second part of SQLite for Android series tutorials with examples. Here you can find the first part – SQLite for Android Part...
agulevski10
Feb 20, 20194 min read
Â
Â
Â


SQLite for Android Part 1: Creating DB and Table
This is the first part of the SQLite for Android series that we are going to explain how to create simple data bases, add records, update...
agulevski10
Feb 15, 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
Â
Â
Â


Material Design: SnackBar
SnackBar is a feature that allows the user to get some message from the application. It is similar to the well known Toast feature for...
agulevski10
Jan 6, 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
Â
Â
Â


Material Design: Alert Dialog
Very simple example of using Alert Dialog in Material design in Android which is very handy for using in confirmations or simple...
agulevski10
Dec 20, 20181 min read
Â
Â
Â


Splash Screen with no background tasks example
We all know that Splash screens in Android are very useful if there is some starting background operation that user doesn’t need to see,...
agulevski10
Dec 12, 20183 min read
Â
Â
Â
bottom of page

