top of page


Create-React-App
Create-React-App is a utility script that: Creates a skeleton React project with a bunch of files and folders, already there for us, a...
agulevski10
Jun 30, 20202 min read


Get screen sizes of the Android Device
A way of getting screen sizes of the device in pixels and density independent pixels (dp) Get screen width in pixels: Java: private int...
agulevski10
May 19, 20202 min read


How to change the color of menu item and text in Bottom navigation bar in Android
In our last post we showed you how to create a bottom navigation bar in Android using BottomNavigationView. BottomNavigationView. But how...
agulevski10
Apr 14, 20201 min read


Our first Android App – Formula 1 Latest News is on Google Play Store
We are proud to present to you our first major application that is live on Google Play store. It is about Formula 1 news, events, racing...
agulevski10
Mar 17, 20201 min read


How to dynamically add resources from inside the APK in Android
In a situation where you are getting a response from an API, but there are some additional data (images, descriptions, etc.) that are...
agulevski10
Feb 28, 20202 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


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


Progress Dialog Util Class – Kotlin
This is progress dialog util class if you need in your project. It is written in Kotlin. You can just copy the code and paste inside you...
agulevski10
Jan 28, 20202 min read


Base64 String to Image example – Kotlin
This example is targeting conversion of Base64 String to Image and representing that image on screen using Kotlin programming language...
agulevski10
Dec 27, 20194 min read


How to send an email from your android application- the easy way
Intro You are working on an app that has a list of contacts and you want to send an email to one of them for example. The easiest way to...
agulevski10
Dec 26, 20192 min read


Getting a result from an Activity – How to use startActivityForResult() method in Android?
Intro What to do when you need to start an activity just to get some data from this activity and then go back to your previous activity....
agulevski10
Dec 4, 20196 min read


JavaScript BASICS Part 4 : Declaring Javascript Variables var, let, const
In this post we are going to focus on JavaScript Variables and their syntax. Variables are concept that exist in every programming...
agulevski10
Nov 19, 20192 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


JavaScript BASICS Part 3 : Primitive Data Types
One of the big ideas of the core of any programming language, is the language ability to differentiate between different categories of...
agulevski10
Oct 9, 20192 min read


Navigation drawer in Android part 3: А simple way to add drop-down items on a navigation drawer with
Intro This is part three of the Navigation drawer in Android post and it will be a demonstration on how to add drop-down items on a...
agulevski10
Sep 6, 20195 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


Select image from gallery and display it on screen
This example shows how can user go to phones gallery, select a image and after that display it on screen. This example can be used in...
agulevski10
Aug 6, 20194 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


JavaScript BASICS Part 2 : Writing JavaScript in a separate file
To do this we need to create an HTML file. You can call it what ever you want and we just need to put our basic HTML here. In this...
agulevski10
Jul 28, 20192 min read
bottom of page

