top of page


Our new Formula E fan made app
Check out our new Formula E fan-made app. You can find news, the race calendar, teams, drivers, and more features to come. This is an...
agulevski10
Feb 14, 20221 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
Â
Â
Â


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


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


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


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


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


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


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


Web View implementation
Web View implementation Web View is used to help us display a web page in our application without the need to call another application,...
agulevski10
Aug 27, 20185 min read
Â
Â
Â


What do you need for building android applications?
For android development you will need to use Java SDK installed on your computer, and of course Android Studio. Java SDK installation...
agulevski10
Aug 21, 20181 min read
Â
Â
Â
bottom of page

