I have a strange problem regarding suggestion items for an AutocompleteView on Android 2.2. I am using a custom ArrayAdapter and Filter class implementation.
I have created a DB Adapter class and that is supposed to create two tables called Users_Details and Creditcard_Details. However when I exported and examined my database created with SQLite Browser, I
In order to access data for our Accounts database we need to go through a 3rd party API, which is simply another assembly added as a reference to our solution.
I use the following code to create a video from a sequence of images stored into an array (takenImages). Duration is the frame duration in seconds.
I\'m setting a custom SimpleCursorAdapter to a ListView. For some reason FriendAdapter\'s getView() is called twice for every item in the DB. After some investigation (I have no wrap_content in my con
I created a class extending Application to have global variables in my app. I use them using ((GlobalVars)getApplicationContext())
in the Draw() function of a GLForm (openGL with borland builder), I first draw an image with a SDK function called capture_card::paintGL().
Hi I have a list and I am redrawing the image based on the setting on notification. Basically I can\'t figure out why the image is NOT redrawn. I see in the log that it gets set.
I need to fetch some data over the cloud from my app. I\'ve watched the google IO video on RESTful android apps @ http://www.youtube.com/watch?v=xHXn3Kg2IQE&t=43m58s It recommends in the final sli
In MainAcitivty.java i populate an Arraylist with items. I need these items in my customadapter class because i need them to set the colour of certain rows in a textview.