[android-developers] Re: How much internet is spent for each Restful request

2016-03-16 Thread Mustafa Mohammadi
Thanks for invaluable answer, I like the way you thinking. I will try what u said but here is a question: how to measure the number of total bytes downloaded? Thanks. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from

[android-developers] animated pins in google maps

2016-03-16 Thread Robin Weigelt
hi, is there a solution to load animated pins in google maps? i'm developing a location based app and want to insert png sequences with 15frames. Is there a workaround to make this happen? I want to insert at least 25 animated pins without crashing the app. -- You received this message

[android-developers] PayPal or Google Play In-app Billing?

2016-03-16 Thread Andrea tacconi
Hi, I am developing for a customer an App called "Lugari Pocket" that allows the ondemand video viewing. In the future for see some of these videos you must have credits that are scaled to the vision of each video. Other videos instead to be able to be seen need a subscription that has a

[android-developers] Re: In-app purchases made via promo codes return empty developer payload string

2016-03-16 Thread Laszlo Modis
Any of you having problems with empty orderId even when the promo code was used in Google Play application? My server side uses that orderId for something and it won't allow purchases via promo code. -- You received this message because you are subscribed to the Google Groups "Android

[android-developers] how to synch contacts of facebook and gmail to save into phonebook into android

2016-03-16 Thread sumit kumawat
please anyone know about how to synch contacts of facebook and other social media to android phone -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [android-developers] Is there any API in to communicate on COM Port (serial communication)

2016-03-16 Thread Trevor Page
Hi, To communicate via your USB to serial interface, use Android drivers supplied by the manufacturer. The main USB to serial interfaces to support are Prolific and FTDI. If you Google those two, you can find the Android driver library for each, which you'd include in your project. I have an

[android-developers] Custom map icon with programmable text and icon color

2016-03-16 Thread Raju Jindal
Hi There, I need to place the google map icon with text . What i want is to control the color of the icon and text content of the icon through java programme. Tried using the vector drawable but dont know how to control the text and the color for the drawable. Attaching the final icon i want.

[android-developers] Re: How much internet is spent for each Restful request

2016-03-16 Thread gjs
Hi, I'd suggest you conduct some tests to try to work this out for yourself by writing some test code to measure the elapsed time (in milliseconds eg using System.currentTimeMillis() ) and the counting the number of total bytes downloaded when you (a) include the News Description & (b) when

[android-developers] Is there any API in to communicate on COM Port (serial communication)

2016-03-16 Thread Sanjyot Kadu
Hi, I want to communicate using COM Port present on Mobile with other device. The communication should be serial (UART). I will connect the OTG Cable to phone and other end of OTG to USB to serial converter. Is the any API in android development kit? which can use directly to access the COM