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

Search results

  1. A

    Apps Programmatically determine if soft keyboard voice to text is enabled

    I am writing an app that requires a high level of security. The app will be deployed on a Droid X device. I cannot allow the user to access the voice to text feature of the soft keyboard (by touching the microphone icon) because the audio and text cannot be sent over the internet. There is a way...
  2. A

    Apps ListView similar to droid messaging?

    I would like to create a ListView that behaves similar to the android messaging list where each list item has a checkbox and a TextView. If the checkbox is checked, the options menu is opened (in messaging the options menu shows "Delete(n)" where n is the number of messages that have been...