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

Search results

  1. J

    Network music player app

    I'd like to get a low power pc (arm or atom) running linux and control the music that it plays through an android app, effectively becoming androids version of Logitech's Squeezebox. I'd prefer not to install X Windows on the box. Has anyone heard of such an app?
  2. J

    Apps Custom View inside ScrollView

    Hello. I'm having some problems making progress as my onDraw Event doesn't get called. I've read about setContentView but I can't call this as I'd like it inside a ScrollView. In order to accomplish this i've just the following layout: <ScrollView android:id="@+id/ScrollView02"...