Android – parseSdkContent failed

Problem: 'Android SDK Content Loader' has encountered a problem. parseSdkContent failed Solution: Today i just have started development under the Eclipse Indigo environment and while setting Android SDK preferences, i…
Android dev logo

Android – Spinner example

Today we are going to discuss about implementing Spinner widget. Spinner is a widget similar to a drop-down list for selecting items. In this tutorial,we will create a simple spinner widget that displays a list of days. When one is selected, a toast message will display the selected item. (FYI, I have taken this definition from Android.com)

Android – com.android.ddmlib.SyncException

Problem: com.android.ddmlib.SyncException: Too many open files Solution: During application development and testing the same on the device, I have faced this exception: com.android.ddmlib.SyncException: Too many open files I have tried…