Home > Tag Archives: java

Tag Archives: java

Android Studio updates error under Linux

After upgrading Android Studio to the version 2.1 on my Linux box, it asked me to update the SDK tools. Then I got an error: “No space left on device…” I noticed ...

Read More »

How to use a datalist in HTML5

HTML5 brought several new interesting features. One of them is the datalist that I will address in this post. A datalist allow us to define a set of values that could be ...

Read More »