Understanding "What is Kotlin" in Just 5 Minutes By albas - android, kotlin Creating an android-based application can use the Java and Kotlin programming languages. Generally the android tutorial at Badoystudi... Read more »
How to make subscript or superscript text with HTML By albas - html You certainly still remember the exact science lesson formulas in schools such as Chemistry, Mathematics or Physics. How do you study the c... Read more »
String Merge Operators in Java By albas - java A string concatenation operator can be used to string two or more strings. The string concatenation operator uses the addition sign (+). If... Read more »
How to Check Device Health with Windows Security on Windows 10 By albas - tutorial, windows In Windows 10, you have many options for checking health on your device, one of which is to use Windows Security (formerly called Windows... Read more »
How to Encrypt Page Files in Windows 10 through Group Policy By albas - tutorial, windows 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... Read more »
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... Read more »
Using GSON for Serializing and Deseralizing JSON Data in Java By albas - java, Json GSON is Google's library library to easily serialize and deseralize JSON data. Serialization is the process of changing a Java... Read more »