Last post show a " Simple web server using org.apache.http.protocol.HttpService ". In this post, I tried to provide image download...
Read More
Home » Archive for January 2015
Simple web server using org.apache.http.protocol.HttpService
It is a example of simple web server, using org.apache.http.protocol.HttpService. org.apache.http.protocol.HttpService is a server side HTT...
Read More
FreeFlight 3 updated V3.2.14
FreeFlight 3 , the official control app to pilot the Parrot Drones, updated V3.2.14. What's New Help menu shortcut Major bug fixes Acade...
Read More
How to show line number in Android Studio
To show line number in Android Studio: File Menu > Settings > expand Editor > Appearance Check the box of Show line numbers
Read More
Transfer image between Android devices, via Socket
The post " File transfer via Socket, between Android devices " show how to send text file between Android devices using Socket. In...
Read More
How to fix "Found 2 versions of android-support-v4.jar in the dependency list"
Recently after updated SDK on Android-Eclipse, tried to import my old example, and have the following error reported: Found 2 versions of an...
Read More
Install ADT (Android Developer Tools) on Eclipse
Android offers a custom plugin for the Eclipse IDE, called Android Development Tools (ADT). This plugin provides a powerful, integrated envi...
Read More
Update Android Studio
To Update Android Studio, click Help on menu, Check for Update... This video show how to update installed Android Studio 1.0.1 to 1.0.2.
Read More
Install Android Studio on Ubuntu Linux
To install Android Studio IDE 1.0.1 on Ubuntu, visit https://developer.android.com/sdk/index.html , download Android Studio for Linux. Foll...
Read More
Setup JAVA_HOME and path to JDK on Linux
Setup JAVA_HOME and path to JDK on Linux (Ubuntu in this example), edit the file .bashrc $ nano .bashrc Add the line: export JAVA_HOME=<p...
Read More
Wearable Fly Nixie Takes Flight on Stage at CES 2015
Fly Nixie Fly! The winner of the first ever Intel Make it Wearable Challenge takes flight at CES 2015. More about Nixie: http://flynixie.com...
Read More
Win a BeagleBone Black from element14
Want to win a BeagleBone Black from element14? element14 are giving away BeagleBone Black boards every day from now until Feb 1 to new eleme...
Read More
Drag and Drop between ListView and GridView
Previous example show how to implement Drag-and-Drop between ListViews . As both ListView and Gridiew subclasses of AbsListView, it's ea...
Read More
Easter Egg on Android 5.0.2 Lollipop, Flappy Bird game
To find the Easter Egg on Android 5.0.2 Lollipop, a build-in Flappy Bird game: Access the Setting Repeatedly tap on Android version to open ...
Read More
Nexus 7 (2012 version) WiFi received Android Lollipop, 5.0.2
My Nexus 7 (1st gen, 2012 version) WiFi received Android Lollipop, 5.0.2, OTA update.
Read More
Drag and Drop items between ListView, with OnDragListener on ListView cells
In last two post " Drag and Drop items between ListView " and " Improved Drag and Drop items between ListView ", it drag...
Read More
Improved Drag and Drop items between ListView
Last post show my first try " Drag and Drop items between ListView ". The source and destination of the Drag and Drop operation is...
Read More
Subscribe to:
Comments (Atom)