Creating an android-based application can use the Java and Kotlin programming languages. Generally the android tutorial at Badoystudi...
Tuesday, December 10, 2019
Wednesday, November 6, 2019
How to make subscript or superscript text with HTML
You certainly still remember the exact science lesson formulas in schools such as Chemistry, Mathematics or Physics. How do you study the c...
String Merge Operators in Java
A string concatenation operator can be used to string two or more strings. The string concatenation operator uses the addition sign (+). If...
How to Check Device Health with Windows Security on Windows 10
In Windows 10, you have many options for checking health on your device, one of which is to use Windows Security (formerly called Windows...
How to Encrypt Page Files in Windows 10 through Group Policy
Windows 10 uses page files to store data that cannot be stored by RAM when it's full. Page files are also recognized as swap files or...
Tuesday, November 5, 2019
Creating the First IOS Application with React Native
By
albas - ios,
javascript,
react native
Introduction React Native is a javascript framework developed by Facebook and allows us to create Android or iOS mobile applications usin...
Monday, November 4, 2019
Using GSON for Serializing and Deseralizing JSON Data in Java
GSON is Google's library library to easily serialize and deseralize JSON data. Serialization is the process of changing a Java...