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

Search results

  1. M

    find the kernel drivers code path in android source code

    In android source code, where we can find the device driver file(file path////) for display screen driver and others like.... touch screen driver, wifi driver etc...? Is it available as source file or lib file in android source tree? if it is available with source code ,can we edit this...
  2. M

    Help Accessing UI thread handler from a service

    hi all, I am trying some thing new on Android for which I need to access the handler of the UI thread. I know the following: The UI thread has its own handler and looper Any message will be put into the message queue of the UI thread The looper picks up the event and passed it to the handler...
  3. M

    Help camera data retrieve

    hi friends how to retrieve frames for encoding for video in android? is there any specific class for it in android? please give some suggestion for it.
  4. M

    Help Android gesture recognition

    Hi friends, I am new to android am interested to know about android gesture recognition in the field of camera how it is processing for capturing image and how it is responding to our specific gesture. How the image is getting proccesed? Any specific algorithm or API...