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

Search results

  1. A

    Apps Survey about dynamic UI

    Hi friends, I am conducting a study about android dynamic UI. Dynamic UI means the GUI components and their listeners are created/registered dynamically. For example, one may register/remove an event listener for a GUI component in the event handler of another GUI component. I would like to...
  2. A

    A survey about smart apps

    Hello everyone, I would like to do a survey. Suppose you have an Android app(like Locale) which allows you to configure rules and it will adapt to the environment automatically. We know if we don't set rules carefully, there might be annoying wrong adaptations. So after you install such an app...
  3. A

    How to test android app?

    Hello everyone, Is there any automated test case generation techniques for Android apps? Especially, how to test location aware applications? :) Thanks.
  4. A

    context aware applications

    Hi everyone, I wanna ask who has experience in developing context aware application? Context aware applications are those applications which can sense the environment and adapt their behaviors accordingly. For example, an application might detect that you are in a noisy place, so it enable...