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

Search results

  1. S

    Apps Menu

    Hi Can you please tell me how to create UI like attached? Can it be done through custom title bar? How to attach a menu like this?
  2. S

    Service Implemenration

    Hi I have a back ground service which is responsible for reading content from the mobile (on-demand) and send to Server through web service. When ever I call the service by default it is hitting onStart and from there I am creating separate thread to handle each request because the service...
  3. S

    Publishing application in other app

    Hi How to make my application to appear in other applications menu, for example from gallery if we click menu it will show a menu called Share then If i choose that it list down lot of options like Picasa, Mail, Facebook etc... I want my application to be placed there. Can someone tell me...
  4. S

    Intent for New Photo

    Hi I want to receive a broadcast message whenever a new photo is taken. I have tried with the following intent filter in the configuration but none of them captured the intent. Can you please tell me what intent I have to capture. <receiver android:name=".BroadReceiver">...