Re: [android-developers] applying effects to camera images

2012-10-07 Thread Narendra Singh Rathore
Thanks Richard and Harri, I will follow what you suggested, and hoping that will somewhat help in my goal. Thanks n Regards, NSR. -- 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: HTTP server in Android

2012-10-07 Thread gjs
Hi, No sure that will work if both emulators have the same IP address. I'd try running server client programs in the same emulator. For the server use any port number between 1025 65535 that is not already used, ports below 1024 are generally reserve in linux/unix system need su rights.

Re: [android-developers] What are arbitrary units in the javadoc for computeVerticalScrollOffset?

2012-10-07 Thread Romain Guy
ListView sometimes uses the item unit (total number of items, first visible item, etc) instead of pixels because it cannot always know the exact pixel height of all items. You can also use units that come from your dataset (a map could very well use meters for instance, a graph could use time or

[android-developers] Re: XML Pull parser

2012-10-07 Thread vaish
hello.. can anyone pls suggest me a tutorial on xml sax or pull parser that use async task to read data from web.. help guys.. thanks in advance!!.. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Re: XML Pull parser

2012-10-07 Thread Ibrahim Sada
Hey wts ur querey? On 7 October 2012 17:11, vaish vaishalisharma...@gmail.com wrote: hello.. can anyone pls suggest me a tutorial on xml sax or pull parser that use async task to read data from web.. help guys.. thanks in advance!!.. -- You received this message because you are subscribed

[android-developers] Re: Can I offer a trial period for an otherwise Google Play subscription-based service?

2012-10-07 Thread RLScott
While I do not know the answer to the original question, it certainly seems like a reasonable question to ask in this forum. I would not be so bold as to claim that no one here can or would answer it. Speak only for yourself. On Oct 6, 3:57 pm, TreKing treking...@gmail.com wrote: On Sat, Oct

[android-developers] Re: MediaPlayer.setNextMediaPlayer

2012-10-07 Thread b0b
On Tuesday, July 3, 2012 2:42:57 PM UTC-7, b0b wrote: Related to setNextMediaPlayer it would great to have more info such as: - for which codecs will it handle gapless ? Are there restrictions ? Can't imagine there would be a problem with codecs. The issue is that you want a

[android-developers] set group height in ExpandableListView issue

2012-10-07 Thread Metalex
Hello! Please help me, I have issue and can't find a solution. I have ExpandableListView with fixed height and group layout with fixed height but group's height is always unchanged for any height values! I need to make its height smaller. Thanks for any suggestions! -- You received this

[android-developers] Re: USB to PC connection

2012-10-07 Thread al
I think, you may use port forwarding via adb. This link might be a start http://qtcstation.com/2011/03/connecting-android-to-the-pc-over-usb/ Am Mittwoch, 3. Oktober 2012 12:33:09 UTC+2 schrieb Jasper Horn: Hi Al, You make an interesting point. I was intending to use the keys for

Re: [android-developers] Re: Can I offer a trial period for an otherwise Google Play subscription-based service?

2012-10-07 Thread TreKing
On Sun, Oct 7, 2012 at 6:58 AM, RLScott fixthatpi...@yahoo.com wrote: While I do not know the answer to the original question, it certainly seems like a reasonable question to ask in this forum. This forum is for developing apps using the Android SDK. The OP is basically asking for legal

Re: [android-developers] Re: Can I offer a trial period for an otherwise Google Play subscription-based service?

2012-10-07 Thread Kevin
According to Google, you can create a trial subscription, which seems to be exactly what you're looking for. http://support.google.com/googleplay/bin/answer.py?hl=enanswer=2476088 On Sunday, October 7, 2012 10:20:53 AM UTC-7, TreKing wrote: On Sun, Oct 7, 2012 at 6:58 AM, RLScott

[android-developers] Re: Black screen after switching to another app

2012-10-07 Thread Logan
MobileVisuals eyvind at astralvisuals.com writes: My app has a SurfaceView and a GLSurfaceView. I can switch back and forth between these. The SurfaceView is the application GUI. I test switching to another app. I can then switch back to the GLSurfaceView in my app. I then try to switch

[android-developers] Re: Google Docs Access

2012-10-07 Thread Jeremy Villalobos
I have a module that interacts with Google Docs. I use it to scan for specific file types, download files and to use the OCR feature Google provides. I can sell the module on Chuppa mobile. I've been wanting to use that service for a while as I see a market for modules something that would

[android-developers] activity nevigation

2012-10-07 Thread Sadhna Upadhyay
Hi Everybody, I am stuck in a problem, the is this that when i get nevigate from one activity to another activity then next activity appears for a milli second and its previous activity comes forword for a milli second then next activity will be stop,it happens like blinking