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

Search results

  1. E

    Apps .NET Android Library

    I'm writing a WIndows app to synchronize data with an android app (using an SQLite database). Is there any equivalent of Baltic.SD.WindowsMobile for Android - a .NET library which will allow me some kind of acces to the android filesystem without needing to mount the phone as a USB device?
  2. E

    Apps Android: Set selected icon in GridView

    I'm trying to find a way to store the name of an icon in my database, then use that name to let a user select an icon from an ImageView. I've found various guides on ImageViews and Galleries, but none that show how to get/set the selected image by name. The list of available images won't...