Android Dynamic (no xml) Custom Adapter Listview
A tutorial on how to build a custom adapter for an Android Listview control, and how to catch the onClick event correctly.
Includes source code.
A tutorial on how to build a custom adapter for an Android Listview control, and how to catch the onClick event correctly.
Includes source code.
See how to configure Android NDK with Windows and build your JNI project in a few easy steps.
A homemade/DIY security system using a webcam, a low power server and a surveillance software.
See the real limit for receiving a SDP bluetooth device attribute in the SDP_DISC_ATTTR_VAL structure for the Broadcom Bluetooth Stack.
Skype opens the TCP port 80 for unknown purposes. It doesn’t ask for user’s permission. This “feature” however creates problems when running legitimate software like an apache server. Think twice when installing “bells and whistles” software like Skype, Messengers, and others.
Some details on the ‘Not a valid Pocket PC application’ error resulting from calling the IsStackServerUp API in Windows Mobile Bluetooth Broadcom stack applications.
See how to fix Grub Error 17 on Ubuntu.
Learn to create a tab control on Android, without the XML layout. Add an image to the tab control in a few easy steps.
Understand what a random number is , how important the chaos is, and how to understand a sequence of numbers that seems to have no meaning.
When using CreateProcess win32 API make sure the lpCommandLine is not a constant or your application can crash.