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

Search results

  1. J

    Apps Images from sdcard

    Ok I have been trying to figure this out for a while. I have an application that needs to read images from a folder created by the application on the sdcard. I have no idea what the names of the files are because the user specifies the names of the files. I need to read the images from the...
  2. J

    Images from sdcard

    Ok I have been trying to figure this out for a while. I have an application that needs to read images from a folder created by the application on the sdcard. I have no idea what the names of the files are because the user specifies the names of the files. I need to read the images from the...
  3. J

    Apps compound controls

    I am having trouble with extending layouts if anyone has a idea what im doing wrong i would appreciate it. _______________________________________ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android: orientation="vertical"...