We can find a lot of JavaScript free compress/minify tools: Javascript Compressor JsMini.com JSCompress.com uses UglifyJS blimptontech uses UglifyJS 2 YUI Compressor I will write something about the YUI Compressor. YUI Compressor is written in Java and relies on Rhino to tokenize the source JavaScript file. You can download the latest version of YUI Compressor…
Monthly Archives: October 2013
Android: Check if Internet connection is available
If the application wants to check if the Internet connection is available, we must add the application permission: ACCESS_NETWORK_STATE. I already wrote how to set the Application permissions. The Android API provided two classes: ConnectivityManager – Class that answers queries about the state of network connectivity NetrowkInfo – Describes the status of a network interface…
Android: Application permissions
The applications sometimes need special permission – access to your camera, read your contacts,… Without setting the permissions the application cannot access to them. In the Manifest file we can declare them with the uses-permission. A list of permissions defined by the base platform can be found at android.Manifest.permission. The Access Control application will require…
Android: How to set minimum API level?
Some applications are written for newer Android platform version and they don’t work on older platforms. We can prevent users to install applications on their devices. We had to set android:minSdkVersion to the AndroidManifest.xml. The complete list of API levels is available in the Android Manifest documentation. It’s good to know how many devices are…
Android: Access control
My boss gave me very interesting project – create an Android application for an integrated access control system (Ticket Monitor). Because of the company policy I am not allowed to write all the details, but I can write something about it. These days almost everyone has a device with a an Android OS. So, we…
Tiberium Alliances: The Statistics v0.06
In this version was added new menu – The Fortress. It show image of the Fortress on the World 36, defense level 81…