top of page


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


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


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


Android Bluetooth Part 1: Turn ON and OFF
In this first part of Bluetooth series examples for Android we are going to see how Bluetooth service is switched on and off on a device....
agulevski10
Sep 7, 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
Â
Â
Â


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


Android: Why Views as replacement for Fragment?
Views, or as some one calls them Rich Views, are simple tool for working with one activity lifecycle. They are light weight and can take...
agulevski10
Aug 30, 20184 min read
Â
Â
Â


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


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


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


What is fragment and how to use it?
What is fragment? It is a activity inside activity screen. In very simple terms, fragment is similar as an activity screen, but the only...
agulevski10
Aug 24, 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
Â
Â
Â
bottom of page

