Re: [android-developers] Cannot peek value from TypedArray

2013-12-09 Thread Y2i
I ended up creating a custom UI element and using obtainStyledAttributes. It is not exactly what I wanted but it works :) On Monday, December 2, 2

[android-developers] How to parse this json

2013-12-09 Thread Arun Kumar K
[ [ "strServiceToken", "intVoteNowMemberID", "intAbort", "strInstallURL", "strImageURL" ], [ "46D2BAB0-5AA0-481D-9D0A-B37C38CC962E", "2", "0", "", "http://xxx.xxx.com/VNImages/"; ] ] -- *Regards* *Arun

Re: [android-developers] how to optimize reliability of gcm messages on 2G network?

2013-12-09 Thread Mukesh Srivastav
I had the similar situation where in the GCM was not able to receive on 2G and most of the time it failed. I have drawn a work around, since my application deals with the Webservices, I have created a new webservice called "Getgcmfromthedb", I am calling the same service before calling any other s

[android-developers] how to optimize reliability of gcm messages on 2G network?

2013-12-09 Thread ranjit R
I am using 2g network for Instant messaging .with payload less than 2kb.. In 3g network success rate of receiving gcm messages is 10/10 with out queueing of messages in gcm messaged in GCM server. In 2G network " here Is the problem" 5/10 messages are received instantly other 5 goes in to queue

[android-developers] Re: Change Overscroll Glow Color in a theme

2013-12-09 Thread Menny
You can try this (it's a hack, I know): int glowDrawableId = context.getResources().getIdentifier("overscroll_glow", "drawable", "android"); Drawable androidGlow = context.getResources().getDrawable(glowDrawableId); androidGlow.setColorFilter(brandColor, PorterDuff.Mode.MULTIPLY);

Re: [android-developers] Retrieving Contacts from ContactsList device

2013-12-09 Thread Thiago Turim
seeing the same number over and over again. I found that it is acoount_name different, but de AccountManager.getAccounts not return it; On Tue, Nov 19, 2013 at 1:49 PM, Turim wrote: > I need to retrive the contacts from device, but i need the contacts from > ContactsList aplication. > > I'm get

Re: [android-developers] how to add popup window on other popup window

2013-12-09 Thread TreKing
On Mon, Dec 9, 2013 at 12:15 AM, Amit Mangal wrote: > Hi there, > > I am having a popupwindow on activity. this popup window having one > button, onclicking button i have to open one other popup window which is > having a list view for selecting item. > when i am trying to add another popupwindow

[android-developers] Google Play Questions

2013-12-09 Thread Michael
The simple answer to question 1 is no. Once a user posts a written review then you have the power to reply to the review. Everyone will be able to see your reply. As for question 2, Google does not like the use of keywords. It is best to write a very detailed description of your application. T