How To Resolve Package R Dose Not Exist Error In Android Studio

R.java is very important in android application development. It is used to identify all resource data such as id, layout, image, drawable resource, etc. R.java is generated by android studio automatically. But it is sometimes confused for developers to use it. This article will help you to resolve these problems about R.java you may encounter.

How To Resolve Package R Dose Not Exist Error In Android Studio Read More »

How To Use Java Code To Set File Permission

java.io.File provide several methods to get or set file permissions in java code. But the drawback of java.io.File ‘s methods is that it can only separate file permission into two groups which is owner or all users. So java 7 introduce java.nio.file.attribute.PosixFilePermission which provide methods that can let you define file permission more accurately for different

How To Use Java Code To Set File Permission Read More »