[android-developers] Google Plus Integration For Sharing Posts.

2012-03-14 Thread Akhilesh Mani
Hi, Is there any API available for sharing message in Google Plus for Android App. I had intregated G+ in my App but I stucked in message share. -- Thanks and regards. Mani. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

Re: [android-developers] Android: value of one spinner depends on value of other spinner

2012-02-27 Thread Akhilesh Mani
Hi, Use OnTouchListener for spinner instead of using setOnItemSelectedListener. Spineer excutes its setOnItemSelectedListener in onCreate so you getting this problem. On Fri, Dec 30, 2011 at 5:34 PM, vinitvikash vinitvik...@gmail.com wrote: I have a problem on Android Spinner.In my

[android-developers] Concatenating two or more audio files in single audio file.

2011-11-18 Thread Akhilesh Mani
hi is it possible to concatenate audio files in android framework. Or, anybody knows how to pause and resume audio recording in android framework. Thanks regards Mani. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] ExpandableListView And Fragment

2011-10-08 Thread Akhilesh Mani
Hi, Please suggest me how to use ExpandableListView and Fragments in same layout. If possible please give me right link or example. Regards Mani. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] how to disable setting tools of default camera.

2011-10-07 Thread Akhilesh Mani
Hi, Please tell me how to disable setting tools of default camera. Regards. Mani. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Using ExpandableListView and Fragment in same layout.

2011-09-29 Thread Akhilesh Mani
Hi, I want to use ExpandableListView and Fragment class in same XML layout as ExpandableListView on left of screen and Fragment on right. I had done same with ListView And Fragment and its works well but with ExpandableListView its not working. Please suggest me. Regards Mani. -- You received

[android-developers] Pause MediaRecorder

2011-09-05 Thread Akhilesh Mani
Hi, Is there any way to pause MediaRecorder while recording. Or any alternate for doing that. Regards Mani. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Removing unused resources.

2011-08-31 Thread Akhilesh Mani
I am looking for an efficient way to find out if a resource (mostly a drawable) is used in java or in an XML file.The problem is, that on my current project the drawables are changed often and now I have some drawables, which might never be used.Is there a tool/way to find those unused drawables

[android-developers] Tabhost background image

2011-08-19 Thread Akhilesh Mani
Hello, Am using tabhost in my application .In its tab I had put background images. Now I want to increase size of its background image.But images of all px get wraped inside it.Please guide me. Thank you. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Video Recording Code

2011-08-11 Thread Akhilesh Mani
hiI need source code for video recording , my code had some problem its urgent... thanks... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Position of dialog box

2011-08-09 Thread Akhilesh Mani
hi... am using a dialog box in my application.I want to locate dialog box just above a button on click of that button is located on right bottom corner of screen.Now that button is created in another xml layout. I don't want to hard code X,Y coordinates.Am thinking to use id of that button and

[android-developers] UI

2011-08-05 Thread Akhilesh Mani
hianybody please suggest me how to make such GUI that will show properly on all screens thanks.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Generating DTMF tone

2011-08-05 Thread Akhilesh Mani
hi.Please guide me how to generate DTMF tone and sending it. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Problem with loading Google Map

2011-07-19 Thread Akhilesh Mani Tiwari
when am using user-library tag inside application tag in my manifest.xml == uses-library android:name=com.Google.android.maps/ it gives console error --- == Installation error: INSTALL_FAILED_MISSING_FEATURE Please check logcat output for more details.