oanaunciuleanu18 apr. 20181 min de cititInventory App - AndroidThis APP creates a list of products with all the information that a store would like to keep. Information about products can be inserted,...
oanaunciuleanu6 apr. 20181 min de cititFood News App - Androidhttps://github.com/oanaunc/FoodNews This is a simple app that collects news from the internet related to food and recipes.
oanaunciuleanu31 mar. 20182 min de cititC# Program: Area and Perimeterusing System; namespace AreaAndPerimeter { class Program { static void Main(string[] args) { ShowMenu(); } private static void ShowMenu()...
oanaunciuleanu15 mar. 20181 min de cititVenice Tour Guide APP - AndroidWhen you will be travelling to Venice, Italy, you can check my new Android App: https://github.com/oanaunc/VeniceTourGuideApp This...
oanaunciuleanu3 mar. 20181 min de cititMusicAPP - AndroidThe code can be seen here: https://gist.github.com/oanaunc/f50d012337762b660e83b38acd27aeef This is my fourth project in the...
oanaunciuleanu24 feb. 20181 min de cititArrays in JAVAAn array stores a fixed-size sequential collection of elements of the same type. // An array is a succession of values of the same type ...
oanaunciuleanu10 feb. 20181 min de cititShortcuts in JAVA (IntelliJ IDEA, NetBeans, Android Studio)1. Basic complete: CTRL + SPACE This simple command completes the names of classes, methods, fields, and keywords. 2. Generate: ALT+...
oanaunciuleanu28 ian. 20181 min de cititData types in JAVA1. Byte Example: byte myByte = 10; The default value for byte is 0. The values are in the range: -128 .. -1,0,1, .. 127. Size : 8 bits....
oanaunciuleanu26 ian. 20181 min de cititJAVA ARTICLESHere you will find interesting articles about what is new in the world of JAVA.