top of page


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 JavaScript?
JavaScript is a lightweight, cross-platform, object-oriented computer programming language. Lightweight just means that the...
agulevski10
Aug 24, 20182 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
Â
Â
Â


What is HTML?
What is HTML? Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With...
agulevski10
Aug 24, 20183 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 is XML?
What is XML? Pronunciation: /ˌeksemˈel/ noun COMPUTING a metalanguage which allows users to define their own customized markup languages,...
agulevski10
Aug 21, 20181 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

