How to use Java Enum with Android studio Let Hello World 6:08 AM Content 1. What is Enum in Java? 2. Enum use in If Statement 3. Enum use in Switch Statement 4. Enum field 5. Enum method 6. Enum Ite... Continue Reading
Increase “Open Files Limit” for Traccar Let Hello World 8:20 AM Content 1. Error Log 2. How to add some command for Linux system 1. Error Log I’m facing this kind problem when there are ma... Continue Reading
How to configure Build Variants with Android Studio Let Hello World 9:28 PM Definition What is the purpose of using Build Variant? We can use it to create different versions of your app from a single project, and h... Continue Reading
How to create a custom loading popup with many images Let Hello World 9:05 PM Do you want to create your own custom popup? So you come to the right site for this. To create it we may use many images and each image is ... Continue Reading
How to create your own Custom Toolbar and show popup! Let Hello World 7:52 PM To create a custom toolbar , we will create new xml layout and put some resource to make it look like toolbar so we can use LinearLayout or... Continue Reading