• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. S

    Apps cannon add a launch intent to an onItemclick in async task

    Basically I have an async task that runs to populate a listView. When I try and set the onitemclick for the listView to launch a new activity I can not: public class GetBreweryStatisticsJSON extends AsyncTask <String, Void, String> { Context c; public...
  2. S

    Apps Add Spinners for loading parts of xml?

    I have a page that loads a few different pieces from different api. They come in pretty quick but for instance I would a spinner or something to be in the place of an image while the image is fetched. Right now the image just pops in and makes the space bigger.
  3. S

    Apps I can not center my table in my layout xml

    I have a table with information in my app. It seems to be left justified no matter what I do to try and center it on my app. My xml code looks like this: <?xml version="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"...
  4. S

    Wish Google Voice pics synced with Facebook....

    I love google voice, and really wish the contacts pictures synced with Facebook, so i do n ot have to set each individual picture on google.... another things is I wish google voice cached the contacts pics cause it seems when ever I open it it has to download the contact pics again every...