Re: [android-developers] Re: AndroidPushNotification

2013-11-12 Thread Mukesh Srivastav
Janvi, How is your architecture of the app ? secondly, your business logic should have all the "GCM Registers " users in your server DB, so that , it would help you to whom you want to push the notification. On Wed, Nov 13, 2013 at 12:01 PM, janvi wrote: > Thank you Mukesh :) > > I have one

[android-developers] xxHdpi Displays

2013-11-12 Thread Adam Ratana
Yes, and, not to make you panic more, there is now xxxhdpi (currently just for icons) -- 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,

Re: [android-developers] Re: AndroidPushNotification

2013-11-12 Thread janvi
Thank you Mukesh :) I have one more query regarding push notification here If the user upgrades his O.S will GCM generate new token ID??Or using old token can we get pushnotification Do we need to handle this case from App perspective Thanks in advance On Monday, November 11, 2013

[android-developers] xxHdpi Displays

2013-11-12 Thread Doug Gordon
Having just bought a Nexus 5 (great smartphone, BTW!!), I see that I apparently missed the introduction of these "xxhdpi" devices (480ppi class). It doesn't appear that all of the Android developers' pages have been fully updated for these screens, but are we officially supposed to now be provi

Re: [android-developers] socket programming, Send XML data to server

2013-11-12 Thread Elias de Oliveira
Hello, Which protocol are you using? HTTP? If yes, you could use a normal HTTP request using the Apache HTTPClient, here you can find more information about: http://hc.apache.org/httpclient-3.x/tutorial.html . The Apache HTTPClient already is include on Android if I'm not forgetting something. I

[android-developers] socket programming, Send XML data to server

2013-11-12 Thread Bharani Kumar
Hi All, How to send the XML Data to server, Server will response output data as XML.(Asynchronous transfer mode) Please share your thoughts and samples on this. Thanks Bharani -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

[android-developers] Android to PC connection via USB

2013-11-12 Thread Rahul Kumar
I am developing an app for transferring file from android device to my pc. I have my stored files in internal memory of phone. http://stackoverflow.com/questions/3480663/how-to-tell-if-usb-is-connected-to-android-device Please help me out... -- You received this message because you are subscr

[android-developers] Re: Sample project for "In app billing" does not work.

2013-11-12 Thread MobileVisuals
I fixed this by changing the Java compiler level from 1.5 to 1.6. On Monday, November 11, 2013 8:21:00 PM UTC+1, MobileVisuals wrote: > > TrivialDrive is the official sample project for "In app billing". I can’t > get the IInAppBillingService class from that project to work. I have > imported it

Re: [android-developers] Re: Who decided the new SMS API in 4.4 was a good thing!??

2013-11-12 Thread Elias de Oliveira
Oh, understood! Thanks for the answer :) 2013/11/11 BTJ > This is not really a open API, it is just text messages that you send to a > number for the bank... And the bank send responses... The messages that one > send is described on the bank's websites but not the responses... And both > the s