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

Search results

  1. L

    Apps How to alter the color of a textview

    Hi all, Please I have a code which is querying an SQLite database. Basically I want to alter the color of the textview which I have in an xml file with reference to the closedate the xml code is <?xml version="1.0" encoding="utf-8"?> <RelativeLayout...
  2. L

    Apps Populating ExpandableListView with data from ListView

    Hi All, I am new to android development, I have a listview which is populated dynamically from an external xml file stored on wamp server which is working fine. However, am having difficulty pushing the items on the list into the expandable listview. Any help will be appreciated. The code...
  3. L

    Apps How to use listview with icons to open different activities

    I am new to android development and will greatly appreciate any help i can get. I have a listview with icons and am having difficulty opening different activities from the items of the list. the code is as follows: package mCRM.android.hp; import android.app.ListActivity; import...