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

Search results

  1. W

    Apps Quick Search Box - collect data from internet

    Hi, I'm doing a app which allow user to search on the server. how can i get the text from the Quick Search Box and send to server? if (Intent.ACTION_SEARCH.equals(intent.getAction())) { String search= intent.getStringExtra(SearchManager.QUERY); } the string "search" is it the text which...
  2. W

    Apps [REQUEST] Ant,Prebop and proguard Tutorial

    Hi, I'm looking the Ant(Apache Ant), Prebop and Proguard to compile the .apk and .jar file Tutorial. Do your guy have and idea? Thank you very much. P/S: Sorry my english grammer not very well, hope you guys understand what i'm talking about. Thanks Regards Wynix