top of page


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


RecyclerView & Adapter the right way
Recycler View and Adapter with Model pattern for Android Recycler View is used as the List View. The difference between the two is that...
agulevski10
Aug 27, 20186 min read
Â
Â
Â


Learning Java: Where should you start
Learning Java: Where should you start There is a ton of materials available for free or for some small amount of money that can set you...
agulevski10
Aug 22, 20184 min read
Â
Â
Â


How to create Navigation Drawer?
Simple how-to-do left side navigation drawer with toolbar and items in it which are clickable and move you to another activity (screen),...
agulevski10
Aug 21, 20186 min read
Â
Â
Â


Splash Screen – faster way
Splash Screen creating from another perspective The other way of creating the Splash Screen is more fast and without using messy layout...
agulevski10
Aug 21, 20182 min read
Â
Â
Â


Splash screen activity
SPLASH SCREEN ACTIVITY An Android app takes some time to start up, especially when the app is first launched on a device. A splash screen...
agulevski10
Aug 21, 20184 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

