[android-developers] com.android.build.api.transform.TransformException: java.util.zip.ZipException: duplicate entry: android/support/v4/internal/view/SupportMenu.class

2016-06-07 Thread Sabyasachi Dash
Hi, I included compile 'com.google.android.gms:play-services-gcm:9.0.0*' *in build.gradle and also added configurations.all { resolutionStrategy { force *'com.android.support:support-annotations:23.1.0' *} } to force a common support-annotations versions for both the app and

[android-developers] Maps - add buttons into infowindow contend

2016-06-07 Thread Eduardo Carnasciali
*I'd like to add some buttons into the infowindow content.* I don't found tips on this in the web. Can help me plz? -- 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

Re: [android-developers] Re: Anchor link on iframe inside mobile's webview not working.

2016-06-07 Thread TreKing
On Mon, Jun 6, 2016 at 7:34 AM, wrote: > I mean, we give javascript to our client and they insert this javascript > into their web or mobile app. This javascript then creates a iframe and > makes the call to our server. I hope this was helpful. Then it sounds like you

Re: [android-developers] AlarmManager vs BroadcastReceiver vs Service

2016-06-07 Thread TreKing
On Mon, Jun 6, 2016 at 1:25 PM, Neilz wrote: > To the other point, is there actually a way to lauch an app without a main > activity? Under normal operation? Sure, in response to system broadcast, for example. For testing purposes? Sure, using adb shell am

Re: [android-developers] Re: How to get only one restaurant when I press click button one click

2016-06-07 Thread TreKing
On Mon, Jun 6, 2016 at 9:07 AM, wrote: > Can you help me customizing code >> > i do as following > I already gave you a break down of what you need to do. What part specifically are you having trouble with?

[android-developers] Looking for Tableau Admin server in Tampa (FL)

2016-06-07 Thread SALMA BHAT
Hi Partners , Please share resume at* naseer.ah...@nityo.com * *Skill Set* Tableau Admin server *Work Location* Tampa (FL) *Special Instructions* NA *Job Description* Tableau Admin server Onsite Atleast 10 years Experience in Installation and configuration of

[android-developers] Need AngularJS developer at Chicago, IL

2016-06-07 Thread ravi kumar
Hi Hope you are doing great! This is *Ravi Kumar*, working as a Technical Recruiter at *Nityo Infotech* . Please find below Job Description and let me know your interest. *Role :: AngularJS developer* *Location :: Chicago, IL* *Duration :: 12+ Months* *Experience :: 8+ Years*

[android-developers] Looking for SFDC Technical Architect :::: Effingham , CHICAGO:::infosys

2016-06-07 Thread SALMA BHAT
Hi Partners, Please share resume at* naseer.ah...@nityo.com * *Skill Set* *Salesforce.com (SFDC) Technical Architect. Must be having DEV 501 / PD1 / PD2 / SalesCloud certified* *Work Location* Effingham , CHICAGO *Special Instructions* NA *Job Description*

[android-developers] Upload proguard mapping file via developer API

2016-06-07 Thread David Schumann
Hello, Since a couple of weeks it's possible to upload proguard mapping files to google play in order to deobfucate the stacktrace. I'm using the google play developer API in order to deploy my apps. Is there any way (yet) to upload the mapping file via the developer API? I already searched in

Re: [android-developers] How do I get the ip of the device connected to me through wifi zone?

2016-06-07 Thread 'Robert Greenwalt' via Android Developers
I don't think this is supported. On Tue, Jun 7, 2016 at 8:10 AM, Janibel Espinal wrote: > Hello! > > I want to know, how can I get the ip of the devices that are connected to > my cell phone, through wifi zone? > > if someone can help me, please. > Thanks! > > -- > You

[android-developers] Big data Technical Lead/Architect in Minnepolis

2016-06-07 Thread SALMA BHAT
Hi Partners, Please share profile at* naseer.ah...@nityo.com * *Skill Set* Lead role;HBASE, HIVE, SQOOP, MAPR, PIG, Splunk, and Talend,UNIX,SQL *Work Location* Minnepolis *Special Instructions* NA *Job Description* We need one profile Lead at Minnepolis

[android-developers] How do I get the ip of the device connected to me through wifi zone?

2016-06-07 Thread Janibel Espinal
Hello! I want to know, how can I get the ip of the devices that are connected to my cell phone, through wifi zone? if someone can help me, please. Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group

[android-developers] updated hotlist

2016-06-07 Thread mayank sharma
*Hi friends, Please check my updated hotlist & contact me* *Email: may...@technocraftsol.com * *Contact : **614-664-7632* *S.NO* *Name* *Technology* *Location* *Experience* *Relocation* *1* *Mrunali* *Informatica* *Irvine,CA* *7+* *CA, TX,

[android-developers] HOT-LIST

2016-06-07 Thread sai praveen G
*Hi* *Please find the updated hot-list of my consultants..* *Please send the suitable requirements to *s...@theplanetp.com *or feel free to call me at **786-484-7805* *S.No* * Name* *Skill / Job Title* *Experience* *Location* *Relocation* 1 Ram .Net 8+ CA Open 2 Vaibhav UI

[android-developers] Looking for Hadoop Administrator in Juno Beach, Florida with infosys

2016-06-07 Thread SALMA BHAT
Hi Partners, Please share matching profile at *naseer.ah...@nityo.com * *Skill Set* Hadoop Administrator *Work Location* Juno Beach, Florida *Special Instructions* NA *Job Description* The Hadoop Administrator is responsible for administration of the Hadoop

[android-developers] SAP S/4 HANA Simple Finance Consultant...Urgent Req

2016-06-07 Thread Karanam Sreedhar
Hi, How are you? Please find below the requirement and let me know your comforts. Please provide me below details in order to submit your profile. Availability: Current Location: Work Status: Rate: Position: SAP S/4 HANA Simple Finance consultant Location:

[android-developers] unable to publish app to beta

2016-06-07 Thread LEW CC
i have upgraded my app version 49(beta) minSdkVersion from 15 to 16. then i publish latest version 49(beta) to beta channel but i receive this message - It is forbidden to downgrade devices which previously used M permissions (target SDK 23 and above) to APKs which use old style

[android-developers] VNC SDK for Android (server and viewer)

2016-06-07 Thread Tajudin Subki
Dear All, I have project about remote the device, i interest to use VNC SDK included in my app. But until now, i can't understand, how to configure this sdk. Please dictate me step by step until my devices success to connected. Thank you Best regards. -- You received this message because

[android-developers] Re: Android Bluetooth Increase Speed Performance

2016-06-07 Thread gjs
Improve transfer speed by buffering the reads and writes (in pre-allocated fixed sized arrays) and DON'T allocate a new byte buffer in the middle of your while loop... On Tuesday, June 7, 2016 at 3:18:13 AM UTC+10, Devin Chen wrote: > > > I am trying to increase the transfer speed on android

[android-developers] Re: Phone accelerometer sampling rate and bandwidth

2016-06-07 Thread gjs
I'd suggest two things, (1) Read the Android source code eg: https://source.android.com/devices/halref/sensors_8h_source.html + CTS eg http://static.googleusercontent.com/media/source.android.com/en//compatibility/android-cdd.pdf (2) Answer your own questions by writing a test app to measure