CARVIEW |
Georges Sofo
-
ejb3
EJB Security Example
1. Introduction Developers using the Java EE platform achieve security through its built-in security APIs. There are two approaches to…
Read More » -
ejb3
EJB Schedule Example
1. Introduction There are times when building enterprise software that the requirement is for the system to execute a particular…
Read More » -
ejb3
EJB Architecture Example
1. Introduction EJB stands for Enterprise Java Bean. An Enterprise Java Bean is in its basic form any POJO(Plain Old…
Read More » -
widget
Android FloatingActionButton Example
1. Introduction The Floating Action Button is a special type of button primarily used for functionalities such as morphing, launching, and the…
Read More » -
core
Android Volley Example
1. Introduction The Android Volley library is an Android library which enables developers building application which will make requests to some…
Read More » -
widget
Android Toast vs Snackbar Example
1. Introduction In Android, one can use the Android Toast or the Android Snackbar to display feedback or action messages…
Read More » -
widget
Android Snackbar Example
1. Introduction In this example, we will be implementing a basic Android SnackBar Activity, which will be able to display…
Read More » -
widget
Android TabLayout Example
1. Introduction In this example, we will be going through the process of creating a basic user interface using the…
Read More »