[android-developers] download file in browser but not in webview android

2013-05-27 Thread Rahul Kaushik
Hi, i am ablde to download file in browser but not in webview android, Please suggest I have used downloadlistner on webview client Thanks RK -- -- 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] Swf not stopping and end in tab

2013-05-27 Thread arjunender pabba
Hi, i am developing* adobe air *app for ANDROID i am using swfloader to load swf file swf not stopping at the end and it is looping the same swf is working in the android web browser any suggesstions thanks -- -- You received this message because you are subscribed to

[android-developers] WebView Download

2013-05-27 Thread Rahul Kaushik
i have an webview app ,when i click on attachments in my webview it opens an browser saying you are not login please login first Now 1)if i login in browser and go back to my app,and click on any attachment it starts download without opening browser instance 2)if don't login in browser and close

[android-developers] In-app when country not in list of Supported locations for merchants

2013-05-27 Thread Marina Cuello
Hi! My country Argentina was recently deleted from the list on Supported locations for merchants. I was developing a little game with an in-app billing system; some mini-games would come free and some would be optional, to be purchased. There is any way to make it work now that it is out of the

[android-developers] Implementations of Emoji (Emoticon) View/Keyboard Layouts

2013-05-27 Thread Etienne
I am trying to figure out how the emoji (emoticon) selections are implemented on the Facebook app and the Google Hangouts app. I looked into the SoftKeyboard Demo app in the Android API Samples but the display of these emoji views does not look like a SoftKeyboard. It looks and behaves more

[android-developers] Re: Implementations of Emoji (Emoticon) View/Keyboard Layouts

2013-05-27 Thread Etienne
This was originally posted HERE!!! http://stackoverflow.com/questions/16768930/implementations-of-emoji-emoticon-view-keyboard-layouts -- -- 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] Re: FragmentManager.popBackStack not working when used with child fragment manager

2013-05-27 Thread Miha
Anybody? Regards, Miha. On Saturday, May 25, 2013 3:08:13 PM UTC+2, Miha wrote: If I dump the child fragment state, it shows the activity as detached; If I dump the parent fragment manager state, it shows all of the fragments and also the activity reference (see below). I'm using

[android-developers] Networked Bitmap used in Search provider

2013-05-27 Thread Brian Vetter
I have a suggestions provider successfully hooked into the search widget showing results from my data that is stored on the network (and pulled to the device). That data includes an icon in addition to some string data. In my search activity, I can show both the label/text information as well

Re: [android-developers] Android Studio - Project Tree divergence from core platform tools ( is crazy !)

2013-05-27 Thread Xavier Ducrohet
The new structure allows us a lot more flexibility with tests inside the main project, and different code/resources for different variants). The big thing though is that Gradle will allow you to use whatever structure you want in a way that's understood by the IDEs. This was never possible.

Re: [android-developers] Re: what needs to be change to enable call recording on android platform?

2013-05-27 Thread Kristopher Micinski
On Mon, May 27, 2013 at 3:04 PM, rh richard_hubb...@lavabit.com wrote: On Sun, 26 May 2013 21:51:37 -0400 Kristopher Micinski krismicin...@gmail.com wrote: (However, do I agree with you that it would be nice to see the telephony firmware that's present in the modem? Sure, I do! Does this

[android-developers] Audio Programming in android using OPENSL ES

2013-05-27 Thread Yamusani Vinay
Actually i'm trying to implement a music player app in android..so i installed android ndk which contains opensl audio libraries..i used it and tried to apply environmental reverb effect..but there is no change in the song..so anyone pls let me know what is the problem.. note: Added