[android-developers] Re: insert data from android to sql server though WCF web services

2013-09-17 Thread Giuseppe
Show the server code please -- 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

Re: [android-developers] Re: insert data from android to sql server though WCF web services

2013-09-17 Thread sree android
this is my WCF implemented class code and interface this interface [OperationContract] [WebInvoke(Method = POST, UriTemplate = InsertLeaveRequest, BodyStyle = WebMessageBodyStyle.WrappedRequest, ResponseFormat = WebMessageFormat.Json,

[android-developers] LENOVO K900 simulator

2013-09-17 Thread pankaj pandey
Hi, I've to test my application on Phablet (LENOVO K900). Could any one provide me LENOVO K900 simulator skin for testing? -- 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: How to record and Save to FLAC file format

2013-09-17 Thread Yezersky
I think you can record it as wav by AudioRecord, then convert it to flac by FFMPEG, record is easy, convert is a little hard, but you can find some example about how to use FFMPEG on android on the internet. 在 2012年4月11日星期三UTC+8下午3时02分24秒,Syarif Hidayatullah写道: Hi Android developer, I want

[android-developers] How to get notified about the call reception at receiver side in Android

2013-09-17 Thread Abhishek Kumar Gupta
Hi All, I want to exit(close) my application, when user at receiver side drop(or abort the call after reception). Is it possible to achieve? I have tried by registering for *android.intent.action.NEW_OUTGOING_CALL* and *android.intent.action.PHONE_STATE* event s for outgoing call but none of

[android-developers] Re: JDK Path still giving problems

2013-09-17 Thread kiran surapaneni
The below link has instructions on Android Studio installation and work around to fix common issues as part of installation. http://codingsquare.blogspot.in/2013/09/installing-android-studio-and-creating.html -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: How to get notified about the call reception at receiver side in Android

2013-09-17 Thread Piren
Register for *android.intent.action.PHONE_STATE*, check when the state changes from Ringing/Off_Hook to Idle, that's when all calls are disconnected. On Tuesday, September 17, 2013 1:37:44 PM UTC+3, Abhishek Kumar Gupta wrote: Hi All, I want to exit(close) my application, when user at

[android-developers] Re: On which Android version is it safe to use Hindi?

2013-09-17 Thread Pieter
Using a custom font is not really viable, offering an option to override the locale might be. Over 75% of our users has Android 4.03, over 45% has 4.1 or newer. We probably start by only using Hindi on Android 4.2 or newer and reducing the minimum version number step by step until we start

[android-developers] Re: Dynamic test cases / data driven testing in android unit test

2013-09-17 Thread Peterdk
Looking into this as well. I need to create a dynamic number of testcases based on installed packages on the emulator. But in the static Suite method I don't have access to the Context... -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: Getting real tired of the Random payout dates

2013-09-17 Thread niko20
Just so you know, today is the 17th and I still don't do not have my payout. Google says they sent it, but apparently my bank thinks it needs another day or something. I'm sick of this bullshit. On Tuesday, September 17, 2013 8:58:00 AM UTC-6, niko20 wrote: As a independent developer, my

Re: [android-developers] Getting real tired of the Random payout dates

2013-09-17 Thread TreKing
On Tue, Sep 17, 2013 at 9:58 AM, niko20 nikolatesl...@yahoo.com wrote: Google states payouts are on the 15th, but what usually happens is either it's a weekend, or a holiday interferes, and the payout doesn't actually show up in my bank account until up to three days later because either the

[android-developers] Getting real tired of the Random payout dates

2013-09-17 Thread niko20
As a independent developer, my cash flow is pretty tight and needs to be predictable. Google states payouts are on the 15th, but what usually happens is either it's a weekend, or a holiday interferes, and the payout doesn't actually show up in my bank account until up to three days later

Re: [android-developers] On which Android version is it safe to use Hindi?

2013-09-17 Thread Latimerius
I was looking for a reasonably reliable way of knowing whether the device we're currently running on supports displaying text in a particular language. I found none. What I ended up doing is that I only display Hindi if Hindi is the current active language in device settings. It's not my ideal

[android-developers] rrule not working

2013-09-17 Thread drjunior
I've been trying to create an event in the calendar that repeats every day. I'm not using the intent mechanism, I'm creating the event inserting the event directly in the contentprovider. I'm specifying everything that is necessary: - rrule = FREQ=DAILY - event_timezone = DefaultTimezone -

Re: [android-developers] Getting real tired of the Random payout dates

2013-09-17 Thread niko20
Really. WTF is going on with that !?!? On Tuesday, September 17, 2013 2:18:03 PM UTC-6, TreKing wrote: On Tue, Sep 17, 2013 at 9:58 AM, niko20 nikola...@yahoo.com javascript: wrote: Google states payouts are on the 15th, but what usually happens is either it's a weekend, or a holiday