Re: [android-developers] Xml file corrupted over sprint cellular network ?

2013-09-28 Thread Gaurav Sharma
@robert: How do you such information? have you faced this situation before or have they contacted you ? On Sat, Sep 28, 2013 at 4:31 AM, Robert Greenwalt rgreenw...@google.comwrote: I understand Sprint is investigating and may contact you for more info. On Thu, Sep 26, 2013 at 2:01 AM,

[android-developers] Re: InApp Billing v3 and multiple accounts

2013-09-28 Thread kj
As others mentioned, IAB is limited to the primary Google account. Users that need truly separated user accounts will use the multi-user accounts options on Jelly Bean tablets, so their primary Google accounts will be different. This isn't confusing: when you make a purchase with a Google

[android-developers] Re: InApp Billing v3 and multiple accounts

2013-09-28 Thread Alexander Osmanov
Thank you for your reply. Are you sure, IAB is really tied to the primary account? I was sure about that but this note in documentation confused me a lot: *Note*: To make test purchases, the license test account must be on the user’s Android device. If the device has more than one account, the

[android-developers] android httpURL connection problem

2013-09-28 Thread 12169
Hi, i use below code to make http connection. URL url = new URL(filePath); HttpURLConnection con = (HttpURLConnection) url.openConnection(); con.setReadTimeout(10*1000); con.setConnectTimeout(10*1000); but when i use setReadTimeout and connectTimeout values then

Re: [android-developers] android httpURL connection problem

2013-09-28 Thread Siva Kumar
1st u check there is network in it device.then type url in the device's web browser check it On Sep 28, 2013 7:58 PM, 12169 ashish.a...@gmail.com wrote: Hi, i use below code to make http connection. URL url = new URL(filePath); HttpURLConnection con = (HttpURLConnection)

[android-developers] Navigation Drawer and using - over sized - icons

2013-09-28 Thread Simon Giddings
I would like to be able to use oversized icons within the Navigation Drawer listview items. However, I have seen that, even if I put larger icons in the resource directories, they are all scaled down. This is for working exclusively within a tablet application. Is there a way around this

[android-developers] Navigation Drawer, Activities and Fragments

2013-09-28 Thread Simon Giddings
I am a bit confused here with this. With the examples that I have seen for using the Navigation Drawer, they all point to using one unique Activity, with Fragments giving the actual content. The advantage with this is that there is only one instance of the Navigation Drawer created. However,

[android-developers] Wider status bar notification icon

2013-09-28 Thread Sergio Panico
Hi all, I need your help to solve a question that hang my app's development. The problem is that I need to show in the status bar notification area an icon wider then the others. More in details, suppose my notification icon is 24x48, there is a way to avoid Android to makes the icon

[android-developers] Strange SQLite error, possibly in native code?

2013-09-28 Thread Kostya Vasilyev
Hello, One of my users reports a crash like this: android.database.sqlite.SQLiteException: no such column: _id (code 1): , while compiling: SELECT _id, generation, flags, numeric_uid, body_main_size, body_main_fetched_size, body_alt_size, body_alt_fetc¤ , search_token, op_flags,

[android-developers] Developer console (store page) analytics

2013-09-28 Thread Henrik Lindqvist
In the Google I/O 2013 video presenting coming features for the Developer Console, Riccardo Govoni talks about Analytics for Google Play Store page view etc.: https://www.youtube.com/watch?feature=player_detailpagev=SDaf7f9yl6E#t=1259 When will this feature be launched? Do my app have to

[android-developers] mixing themes

2013-09-28 Thread bob
Is there an easy way to have a widget take on the style of a theme other than the current one? For instance, maybe the current theme is Theme.Holo but you want a widget to look like Theme.Light. Thanks. -- You received this message because you are subscribed to the Google Groups Android