top of page


Application identification utilities for Android
Here is some helper util functions to retrieve some Application identification programmatically, like name, version, play store url and...
-
Jan 7, 20222 min read
Â
Â
Â


Android – Extended Floating Action Button
Extended floating action buttons are used for a special type of promoted action. They are distinguished by an icon and a text floating...
-
Jan 14, 20212 min read
Â
Â
Â


Android – View Binding
View binding is a feature that allows you to more easily write code that interacts with views. Once view binding is enabled in a module,...
-
Jan 1, 20211 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...
-
Feb 27, 20204 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...
-
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...
-
Nov 7, 20191 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...
-
Aug 1, 20194 min read
Â
Â
Â


SQLite for Android Part 4: Update Values in Database
This is the fourth part of SQLite for Android series tutorials with examples. Here you can find the first part – SQLite for Android Part...
-
Mar 29, 20193 min read
Â
Â
Â


The Legend of the Lawyer who became a Developer Part II
The Legend of the Lawyer who became a Developer continues. We have left our not so young lawyer who was determined to became a developer...
-
Mar 6, 20194 min read
Â
Â
Â


The Legend of the Lawyer who became a developer
The Legend of the Lawyer who became a developer Not so long ago, in a land far far away, in a small village lived a not so young lawyer....
-
Jan 9, 20195 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...
-
Dec 22, 20182 min read
Â
Â
Â


BASIC OBJECT ORIENTED PROGRAMMING CONCEPTS
The object-oriented programming is created as a response to increasing complexity of the programs that caused problems for the...
-
Dec 11, 20187 min read
Â
Â
Â


EVENT HANDLING IN JAVA PART 2: EVENT CLASSES
The classes that represent events are at the core of Javas event handling mechanism. Java defines several types of events and arguably,...
-
Nov 30, 201812 min read
Â
Â
Â


Practice your craft: Java exercises – Strings
Practicing your craft is very important part of being a developer. Let`s try a simple exercise using Strings. For this exercise write a...
-
Nov 27, 20181 min read
Â
Â
Â


JavaFX Basic Features and creating a simple „Hello World“ Application
JavaFX is a set of graphics and a media package that enables developers to design, create, test, debug, and deploy rich client...
-
Nov 26, 20186 min read
Â
Â
Â


EVENT HANDLING IN JAVA: PART 1
Any program that uses a graphical user interface, such as a Java application written for Windows is event driven. Events are supported by...
-
Nov 19, 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...
-
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...
-
Sep 2, 20183 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...
-
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,...
-
Sep 1, 20184 min read
Â
Â
Â
bottom of page

