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

Search results

  1. A

    How to detect Face and Smile & Face matching in Android?

    Hello Friends, I want to know following things is possible on Android or Not? 1. Pick a photo and detects faces and show rectangle, and detect smile of each face and show smile percentage of each. 2. Pick a photo from photo library and show faces. if you click faces, it search all photo...
  2. A

    How to Play YouTube videos in our Android Application?

    Hello Friends, I want to know that how to play YouTube video in out own application? I want to play video by streaming means directly from the YouTube without downloading. One more thing i want to play video in my application means while playing YouTube video i want provide some menu options...
  3. A

    How to show Soft Keyboard on PopupWindow?

    Hello Friends, I am using PopupWindow class and on PopupWindow i have one EditText,my problem is that when PopupWindow is visible and i click on EditText at that time Soft Keyboard is not visible and i am not able to enter Input. So anybody tell me how to solve this problem? Thanks & Regards...
  4. A

    How to delete application data at the time of Uninstall app?

    Hello Friends, I want to know that how to delete all application related data, folder & files when we uninstall application from the device. First tell me it is possible ot not and if possible then please let me know the procedure? Thanks & Regards Ankit2502
  5. A

    How we Integrate VoiveMail in our application?

    Hello Friends, I want to know something related to VoiceMail. I want to develope one application in which i want to integrate VoiceMail in my application. I want functionality like this : Suppose there is a incoming call from XYZ and in my application if i set a VoiceMail for XYZ then if i...
  6. A

    How to Show Multiple Overlay Item on Android Map?

    Hello Friends, I am developing one Map based application and in this application i want to draw Multiple Overlay Item(With Marker) on map.so anyone can told me the efficient way of doing it.
  7. A

    Apps How to Disable Auto Suggestion in EditText?

    Hello Friends, When I am writing any thing in the EditText auto suggestion comes means it will prompt some words, I want to disable this functionality through my code for all EditText of my application. If any body know the solutions for this please let me know. Thanks Ankit
  8. A

    Apps How to Show or Hide Horizontal Menu on Image Click?

    Hello Friends, I am developing one Menu based application, In this application i am created Horizontal Scroll Menu with 'HorizontalScrollView'. Now i want to hide this menu, i am stuck in following things : 1. First thing i want to place one image on top of this menu means this Image covers my...
  9. A

    Apps How to use HorizontalScrollView?

    Hello Friends, I have some query regarding HorizontalScrollView, i want to produce a tab like effect on HorizontalScrollView means when i select a particular Tab item of that tab is visible and this whole view is scrollable.Does anybody know how to do this using HorizontalScrollView.....
  10. A

    Apps How to call REST Web Service from Android application?

    Hello Friends, I am new to Android and i want to call REST Web Service from application.Anybody can tell me what's the procedure or any sample code.
  11. A

    How to show Activity when video is completed?

    Hello Friends, I am new in Android development & i am developing one application in which first activity play the video and when video is completed i want to show another acitviy. For this i have implemented OnCompletionListener and write this piece of code into VideoActivity which is...
  12. A

    Apps invalid command line parameter during application launching?

    Hello Friends, I am new in Android development i a just install ADT plugin in my eclipse and start development.I have HelloWorld application and i build it.After that when i run this application i will get this error: [2010-01-06 14:36:38 - Emulator]invalid command-line parameter...