Java

Naming Conventions

Esta es una convención para la nomenclatura de tu código para la asignatura, no es obligatoria usarla, pero facilita el entendimiento y lectura del código por todos. Naming convention for Xml files activity_<ACTIVITY NAME>.xml – for all activities dialog_<DIALOG NAME>.xml – for all custom dialogs row_<LIST_NAME>.xml – for custom row for listview fragment_<FRAGMENT_NAME>.xml – for …

Naming Conventions Leer más »

JSE Java Development Kit 8

Java Standard Edition Develompent Kit What is the difference between JDK and JRE? What are their roles and when should I use one or the other? JRE: Java Runtime Environment. It is basically the Java Virtual Machine where your Java programs run on. It also includes browser plugins for Applet execution. JDK: It’s the full …

JSE Java Development Kit 8 Leer más »