[android-developers] New Mapping Library: Map Doodle

2016-07-11 Thread Vorn Mom
Hello,

Just wanted to share a library I'm working on to draw animated paths on 
Google maps: github.com/vornet/mapdoodle-android

Functionality is limited right now, but should still be useful.  Let me 
know if you have any feedback.

There's also an equivalent library for iOS, but it's not up to par with the 
Android library yet.

Thanks,
Vorn

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/2d8edb40-7338-4aa9-9ea8-273432af15ab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Bluetooth iPhone MFI registration android equivalent for auto launch

2016-07-11 Thread HugeRay
Hi all,

Apple has a registration process that allows bluetooth accessories to start 
associated apps on pairing. In other words, there is no need for the user 
to manually start the app. All the user needs to do is pair the bluetooth 
accessory and the associated app auto launches. Is there an Android 
equivalent?

As I understand it, all Android apps are in a "stopped" state when first 
installed and requires the user to manually launch the app as no broadcast 
receivers are invoked in this state. So, there's no way of starting the app 
through an intent filter unless the app is already running.

Thank you in advance.

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1d1d1cd1-7f1d-42ca-9642-c078529fc4eb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Position||AEM/CQ5 Architect||OR

2016-07-11 Thread pragyan dixit
Hi,
Hope you are doing great.
I have a urgent direct client requirement , Please send me your updated
profile.

Below is the Complete Requirement



*Position  : AEM/CQ5 Architect*

*Location :** Hillsboro, Portland, OR*

*Duration : Long Term*





*Job Description :*





Hands on experience with personalization products like adobe Target etc.

Should have experience with end to end implementation of personalization
and able to derive customer.

Able to work with customer to create personalization strategy and implement
it.

Hands on experience with Adobe AEM and Java

Experience in integration of personalization products with AEM

Good customer management skills and good team player





*Thanks and Regards…*

Pragyan Dixit

Technical Recruiter

[image: cid:image001.jpg@01D14DEF.5BAD6DB0]408-722-9446 [image:
cid:image002.jpg@01D14DEF.5BAD6DB0]pragya...@e-solutionsinc.com

ADDRESS:- e-Solutions Inc| 2 N. Market St., Suite # 400, San Jose, CA
-95113,

WEBSITE:- www.e-solutionsinc.com

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CADemGLiLP40KyEyX4Ct703BEY9UuZ%2B-fq5VNw3EHDBU1vkEyBg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] auto launch app when bluetooth device detected

2016-07-11 Thread RT
I'd like to do the following:

Steps Required:
1. Install App from Google Play
2. Bluetooth device paired with phone
3. Whenever bluetooth device is in range, app associated with this 
bluetooth device automatically launches.

In other words, the user never manually launches the app.

As I understand it, when an app is first installed from Google Play, it is 
in a "stopped" state -- the same state it is in when the user force stops 
an app. In this state, broadcast receivers are not be invoked. (a related 
post:  start-a-service-when-apk-is-installed-for-the-first-time 

)

Is it possible to auto launch an app this way?

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b0f5fdba-89d6-49af-b512-3e2024785309%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Curious about com.android.fallback.Fallback

2016-07-11 Thread Ryan Pope
In this case what would be the best scenario for testing if activities 
exist to handle intents while on an emulator. If you use PackageManager to 
queryIntentActivities it will always return at least 1 since fallback will 
be included.

On Sunday, September 28, 2008 at 12:05:31 PM UTC-7, Xavier Ducrohet wrote:
>
> The Fallback application is an emulator-only application.
> It contains an activity that accepts a lot of intents with a very low 
> priority.
>
> When an intent is fired and no other application accepts it, then the
> Fallback activity receives it to display the "not implemented"
> message.
>
> Of course, this only works with intents defined by the platform. If
> you send an intent that you created, you will get a crash.
>
> We figured this would help differentiate errors and cases where a
> default application is not bundled with the emulator.
> For instance clicking Settings in the menu of the HOME application
> will show this instead of crashing because it's just a matter of the
> Settings app not being bundled with the emulator.
>
> Xav
>
> On Sun, Sep 28, 2008 at 11:25 AM, friedger  > wrote:
> >
> > There is something like com.android.fallback.Fallback
> >
> > If I click on google reader in the browser and select All items I get
> > a customized error message ("Unsupported action") instead of an
> > ActivityNotFoundException or so.
> >
> > This customized error message is trigger by the following intent:
> > Intent { action=android.intent.action.VIEW
> > categories={android.intent.category.BROWSABLE}
> > data=mailto:x...@googlemail.com comp={com.android.fallback/
> > com.android.fallback.Fallback} }
> >
> > Does anybody know anything about Fallback?
> >
> > Could this be related to the feature reqeuest for a "fallback" intent
> > (http://code.google.com/p/android/issues/detail?id=910)?
> >
> > Cheers,
> > Friedger
> > >
> >
>
>

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8990b5ff-8e98-4c41-9181-ca962519dd7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] UPDATED HOTLIST

2016-07-11 Thread rr aa
*Greetings from Raj  / Thought Byte, Inc.*



I’m Raj from *Thought Byte, Inc*. Please let me know if you have any Corp
to Corp opportunities for listed consultants.



*Add my mail id in your database and send me your requirements on a daily
basis.*

*r...@thoughtbyte.com * |Direct: 973-512-7444

*1.   MS Dynamics AX Technical *

*2.   Qlikview Consultant *

*3.   Ruby on Rails*

*4.   Tableau Consultant *

*5.   ServiceNow*

*6.   DevOps Consultant *

*7.   QA Tester (Only MD, DC, VA, DE) - Senior & Lead/Architect*

*8.   Oracle PL/SQL *

*9.   Salesforce Business Analyst*

*10. UI Developer *

*11. Oracle DBA Consultant *







Best Regards…

Raj

973-512-7444

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CA%2B4e6XF-%3Dbn46s75M7ahHjZvGAviaFcP-DTwNz-jKw1yGk3u3A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Hi i am installing the android studio . getting error can any one help me ?

2016-07-11 Thread Daiva Prema Ministries


On Tuesday, July 12, 2016 at 3:01:18 AM UTC+8, Daiva Prema Ministries wrote:
>
> Hi friends,
>
> I am new to android. now installing the android studio 2.1 on windows 7 32 
> bit   and fine it is working when i run the test small app and run the 
> emmulator. here the problem starts my emmulator is taking 100% Cpu and i 
> dont see any execution. 
>
> can any one help me in my situation .
>
> Thanks
>

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/827a9fe1-ef9b-4884-83a6-78572b5e6f80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hi i am installing the android studio . getting error can any one help me ?

2016-07-11 Thread Daiva Prema Ministries
Hi friends,

I am new to android. now installing the android studio 2.1  and fine it is 
working when i run the test small app and run the emmulator. here the 
problem starts my emmulator is taking 100% Cpu and i dont see any 
execution. 

can any one help me in my situation .

Thanks

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1fbc4630-9a78-427f-ba8f-b8c6139c6114%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] enviar um numero e retornar sua operadora

2016-07-11 Thread mechatron . iot
Sou novo no Android, e este é meu primeiro POST por aqui!

Estou desenvolvendo um App, onde uma das suas funções é realizar uma 
ligação. Preciso saber, para qual operadora de celular estou ligando!

Ou seja, preciso enviar o numero do celular como parâmetro, que retorne sua 
operadora (VIVO, TIM, CLARO) para que o APP tome algumas decisões!

Obs.: Eu sei que existem APP para isso. OK. Mas eu preciso incluir esta 
função no meu APP!

Como fazer, qual o caminho das pedras?

Sou iniciante no android.

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8630b889-4e86-432c-b922-0c85eda81f51%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] PHP Developer & Scala Developer

2016-07-11 Thread marti . smith734


*Requirement 1*

Hi,

 

We have a Requirement*-*PHP Developer, **Minneapolis, MN**.*  If you have 
any matching resumes for this below mentioned position please send it to
*mad...@riyantech.com.*

 

 

*Job Title:* PHP Developer

*Duration: *6+ Months

*Location:* Minneapolis, MN

Max rate: DOE

Mode of interview:- Phone and skype

For local: 8+ years 

Non Local 10 + years

 

 

*Skills: PHP,*

 

*SKILLS - CORE:* MySQL,Linux/Unix,Webserver

 

 PHP

 

*SKILLS - MAJORITY REQUIRED:*

 

 DBMS -- MySQL

 PHP -- Front End Focused Roles

 PHP -- Back End Focused Roles

Linux/Unix

Webserver -- Apache

Javascript

CSS

Development -- Lead Roles

*SKILLS - ALSO CONSIDERED:*

 Open to being onsite for the contract (no remote work)

 

 

Requirement 2

Hi,

 

We have a Requirement*- *Scala Developer, Philadelphia, PA.*  If you have 
any matching resumes for this below mentioned position please send it to
*mad...@riyantech.com.*

 

*Local Preferred*

 

   · *Role: *Scala Developer

· *Location:  *Philadelphia, PA.

· *Duration : Long Term*

 

*Mode of Interview: *Skype/Inperson

 

Skills : scala, Akka and Google Play ,Toolkit , Java,Hadoop,Framework

 

 

·  *Experience: *5+ years, Akka and Google Play experience

*·*  *·**  TARGET PROFILES*

(in order of desirability)

·  #1 - Scala Developer 5+ years, Akka and Google Play experience

*SKILLS - CORE:*

·  Scala

·  Toolkit -- Concurrent/Distributed Apps -- Akka

·  Framework -- Play

*SKILLS - MAJORITY REQUIRED:*

·  Java

·  Hadoop

·  Framework -- Spark

·  Functional Languages -- i.e. Scala, FSharp, Erlang, Self, Scheme, OCaml, 
Haskell, Clojure, etc

*SKILLS - ALSO CONSIDERED:*

·  Domain -- Software (building applications that are sold)

·  Mobile Development -- Android

·  Certification -- Spark

 

 

*Thanks & Regards,*

 

*Madasu* | 

*Riyantech Software Solutions Inc**.*

Board:  (302)-650-1666/302-650-1810 | Mobile: (302)-357-9938 | 

Fax: 972-521-8020 *|* *Email ID : mad...@riyantech.com*

*Corporate Office: 38731 Fremont Blvd Fremont, CA -94536*

Information Technology, Engineering Services, Outsourcing and Innovation| 
www.riyantech.com

 

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/4506828a-fa0d-40eb-9ece-a7a8beb2def6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for VLSI Technical Lead | Cedar Rapids, IA || Contract

2016-07-11 Thread USIT Recruiter
Hi

Please lookup the below position and if you feel comfortable ,then please
send me your updated resume



Position: VLSI Technical Lead

Location: Cedar Rapids, IA

Duration : 9+Months

Customer : HCL America/Rockwell Collins



GC/USC only

Job Requirement :

   - Hands on Experience in VLSI (ASIC & FPGA) Domain having Experience
   with Test bench creation VHDL/Verilog/System Verilog based simulation.
   - Hands-on experience in SV-UVM based verification environment,
   Functional, coverage and timing simulations, test bench and regression
   automation.
   - Good understanding of standard aerospace protocols and bus interfaces
   ARINC, AMBA AHB, UART, PCIe
   - Hands-on experience in requirement capture and analysis of FPGA
   requirements as per DO-254 standards, design and verification phases
   - Static timing analysis, code coverage analysis, requirement based
   testing
   - Hands-on knowledge of Modelsim, VCS(Synopsys), NCSim(Cadence),
   simulation and coverage tools.



Thanks & Regards!


Abhishek Kumar | Sr. Technical Recruiter | Pro-Tek Consulting | Office:
201-204-1263 |abhis...@pro-tekconsulting.com

Hangout :: USITRecruiter1993

Description: cid:sigimg0@feaa1bdd6ffc62da9a44d4fc65960bcd

New Thinking. New Staffing. http://www.pro-tekconsulting.com


For H1B Consultants H1B Copy Is Mandatory For Submission To Client.

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CALnpRi2DyfS-iALS917bgcZMfs-tS0Xxe%3DmXJGnB_PSEK0BifA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sr. .Net Developer is available for new project

2016-07-11 Thread Nitin Taneja
Hi

Please find the summary of my consultant who is available immediately for
the new projects.

Let me know if you have any suitable position for him.


*Please reply at ans...@enolimitsinc.com  for
quick response. *

*NAME*

*SKILL*

*LOCATION*

*AVAILABILITY*

*RELOCATION*

Nitin Taneja

.NET

Parsippany, NJ

Immediate

Open



*BACKGROUND SUMMARY*:-

· 10+ years of experience in Web Applications, Web
portals, windows applications, business analytics and reporting
applications using Microsoft Technologies and .Net framework.

· Experienced in developing web applications using .NET
Framework 2.0/3.0/ 3.5 and 4.0, ASP.Net, ASP.NET  MVC
3/4/5, MVP, MVVM, Entity Framework 4/5, LINQ to Entities, J Query, J Query
UI, Java script, C#, ADO.Net, XML, XSLT, HTML 5, CSS3,  AJAX, REST Web API,
WCF, Web Services, WPF, N-Tier Architecture, Nugget open source packages
and utilities.

· Gained expertise in all the major phases of SDLC
indulging requirements gathering, requirements analysis (via strong
documentation skills), technical feasibility (via applying developer’s mind
to requirements and proposing smart alternatives to requirements), and
comprehensive and detailed documentation at 3 levels – BRD, FRD and TRD,
data modeling (via Microsoft Visio and UML diagrams), database design
(taking into effect normalization forms, indexes, complex joins scope, data
redundancy scope and data expansion scope), web page mockups, application
architecture setup (taking into effect pluggable and playable
architecture), application development (taking into effect latest
technologies and agile methodology as basic governing approach for the
project), test driven development (via mocking frameworks (Moq) and unit
testing frameworks (N Unit), developing UAT use cases (mainly integration
testing with pre live data), load testing (via silicon), web page response
times optimization (via Y Slow and Fiddler).

· Good experience in ASP.NET  MVC
applications, Web services, Windows Communication Foundation (WCF), Windows
Presentation Foundation (WPF) technologies.

· Gained expertise in various reporting and business
intelligence analytics tools mainly indulging Micro Strategy, SSRS, Crystal
Reports, J Query, Java script High Charts.

· Very good at cracking R’s as part of project
challenges.

· Applying OOPS S.O.L.I.D Principles and design
patterns to application architecture and multi layers.

· Involved in the design and development of 3 Tier,
N-tier distributed architectures and MVC architecture.

· Possess a proven track record of successfully
developing application systems based on user requirements. Well versed in
Unified Modeling Language (UML) and OOA/OOD methodologies.

· Experience in creating use case diagrams, class
diagrams, activity diagrams, sequence

· diagrams, page flow diagrams, architecture diagrams,
flow diagrams, implementation diagrams, migration diagrams using UML
technologies and Microsoft Office Visio.

· Extensively worked on the C# and ADO.net for
developing the windows applications.

· Worked on windows services for applying distributed
architecture.

· Knowledge on developing the web application using
framework like Language Integrated Query (LINQ) and Entity framework 4/5.

· Experience in Database
Analysis/Design/Normalization/Manipulation processes using SQL Server
2000/2005/2008. Extensively worked on stored procedures, Triggers, Indexes.
Identification of deadlocks, user errors and scope ofoptimization
using SQL profiler.

· Familiar with the bug tracking tools like Bug Zilla,
JIRA.

· Worked experience on the source control software
packages like Microsoft Visual Source Safe (VSS), Team foundation Server
(TFS), Tortoise SVN.

· Experience performing Unit and Integration Testing in
the Development, System Integration Testing (SIT), User Acceptance Testing
(UAT) including Bug Reporting and Fixing.

· Experience in using automated testing tools like
Coded UI for .net framework based web applications.

· Good communication skills, strong organization and
interpersonal skills and a very good team player, capable of working
independently with minimal supervision, and perform as part of a team



Regards..



*ANSHUL*



*Office:* 703.495.7861

*Fax:* 877.690.0720

*Email: *ans...@enolimitsinc.com

1600 Tysons Blvd Suite 800

Mclean VA 22102



*McLean, VA | New Delhi , India*

*www.enolimits.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this 

[android-developers] RE: ENEXUS INC HOTLIST

2016-07-11 Thread Steve A
*Hi **,*
*Please let me know If you have any Corp-Corp positions available for my
Candidates. Please Send me Corp-Corp*  *Requirements to  **
  steve.aus...@enexusinc.com *

*S.NO *

*CONSULTANT NAME*

*SKILL*

*EXP*

*AVAILABLE*

*LOCATION*

*RELOCATION*















*1*

*SANTHOSH*

*.NET /SHAREPOINT ARCHITECT*

*15+ Years*

*Immediate*

*NY*

*OPEN*

*2*

*MADHU K*

*SR INFORMATICA DEVELOEPR*

*8+ Years*

*Immediate*

*CA*

*Open*

*3*

*LAKSHMIKANTH*

*LEAD PERFORMANCE TESTER*

*12+Years*

*Immediately*

*IL*

*Open*

*4*

*SADHANA*

*SR INFORMATICA DEVELOPER/ IDQ DEVELOPER*

*8+ Years*

*Immediately*

*FL*

*Open*

*5*

*YATHESH*

*TERADATA ARCHITECT*

*13 Years*

*Immediately*

*GA*

*Open*

*6*

*MADHU*

*TABLEAU DEVELOPER*

*8+ YEARS*

*Immediately*

*CA*

*Open*

*7*

*ALEKYA*

*SALESFORCE DEVELOPER*

*8+ Years*

*Immediately*

*IL*

*Open*

*8*

*NAVEEN*

*Sr UI/UX Developer*

*8+ Years*

*Immediately*

*WI*

*Open*

9

*MADHU K*

*Sr UI Developer*

*8+ Years*

*Immediate*

*CA*

*Open*

*10*

*VISHI*

*SAP FICO BUSINESS ANALYST*

*8+ Years*

*Immediate*

*MI*

*Open*

*Email is the Best way to reach me*

*Steve Austin*




*E-Nexus IncEmail: steve.aus...@enexusinc.com
Phone :
810-633-000724520 Meadowbrook Road,Suite # 250, Novi, MI 48375Web
: www.enexusinc.com *

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAgwauELbWZbyki_7%2Bmau0z4KRZqw_ZEk1CnsgY3HbNbhaLHeA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] FragmentGridPagerAdapter (wearable) together with support fragment

2016-07-11 Thread Kai Schlamp
I develop an Android app that has a mobile and a wearable part. I put some 
common things in a shared library, like a fragment that is used on the 
mobile device and also the wearable. Unfortunately the fragment is extends 
android.support.v4.app.Fragment, but 
android.support.wearable.view.FragmentGridPagerAdapter can't provide such 
support fragments via getFragment (only android.app.Fragment is supported).

Is there a FragmentGridPagerAdapter that supports 
android.support.v4.app.Fragment? Or any other suggestions how to solve this 
(without switching everything to android.app.Fragment)?
I also thought about wrapping a android.support.v4.app.Fragment inside 
android.app.Fragment (using a XML layout) and that with 
FragmentGridPagerAdapter, but this throws a runtime error.

Best regards,
Kai

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/9f25feb1-6321-46e1-95f2-3b03be569fb9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Tester With Good Auto Finance Domain@Torrance, CA

2016-07-11 Thread Santosh kumar Nityo
Hi,

Hope you doing Well !!!

Here is our *Implementing partner **Requirement*, Please go through the
below requirement and send us suitable consultant with their *updated
resume, rates and Contact details ..*



*Role:** Tester With *
*Good Auto Finance Domain Location: Torrance, CA*

*Work Duration:** 12 months*

*Mandatory: **Good Auto Finance Domain experience*

*Years of Experience: 8+*

*Note: We need Photo id and visa copy (H1b)*


Job Description:

• At least 7+ years of experience in Testing and Testing Processes
• Good understanding and work experience in big migration projects
• Having good Auto Finance/Finance domain knowledge especially on Loan and
Lease processing
• Good knowledge in HP ALM, UFT/BPT
• Good Analytical skills
• Experience and desire to work in a Global delivery environment



[image: cid:image001.jpg@01D0BE16.B9DD7240]



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Santosh Kumar *

*Technical Recruiter*

Desk No-609-853-0818 Ext-2170
Fax :   609 799 5746

kuntal.sant...@nityo.com
www.nityo.com

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAG0Zfz23muZPcVwWz9pJ0CX0odagOoFaK-J8PkGD%3Da9OuCfHUg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] السلام عليكم ورحمه الله وبركاتة،،، السادة / مدراء التدريب ومسؤلي الموارد البشرية الموقرين تهديكم الدار العربية للتنمية الإدارية اطيب التحيات واصدق الاماني تقدم الدار العربية للتنم

2016-07-11 Thread Arab Sara
*السلام عليكم ورحمه الله وبركاتة،،،*

*السادة / مدراء التدريب ومسؤلي الموارد البشريةالموقرين*

*تهديكم الدار العربية للتنمية الإدارية اطيب التحيات واصدق الاماني*

*تقدم الدار العربية للتنمية الإدارية **فعاليات الدار العربية للتنمية
الادارية لشهر اغسطس 2016م*

*انعقادها في*

* بيروت – الجمهورية اللبنانية *

* القاهرة – جمهورية مصر العربية  *

* إسطنبول – تركيا*

*كوالالمبور - ماليزيا*

*ويعقد كل برنامج في الدول الثلاث على التوازي في نفس الموعد وذلك ليتناسب مع
ظروف السفر لكل الدول العربية*

*راجين ان ينال العرض رضا سيادتكم بما يتناسب مع مطالب جهاتكم الموقره كما
اننا على استعداد لاقامة برامج خاصة في حال احتياج سيادتكم لدورات الخاصة في
جميع المجالات*

*فعاليات الدار العربية للتنمية الادارية لشهر اغسطس 2016م*



*الرسوم بالدولار*

*مكان الانعقاد*

*التاريخ*

*اسم النشاط*

*م*

*1400*

*القاهرة - اسطنبول*

*31/7-4/8*

*الجودة الشاملة و تطبيقاتها على الأداء الوظيفي*

*1*

*1400*

*القاهرة - اسطنبول*

*31/7-4/8*

*إدارة التدفقات النقدية و إعداد الموازنات التقديرية*

*2*

*1400*

*القاهرة – اسطنبول*

*7-11/8*

*السجلات المحاسبية و إعداد ميزان المراجعة ومطابقة كشف المصروفات*

*3*

*1400*

*القاهرة – اسطنبول*

*7-11/8*

*تصميم النظم الإدارية والمالية*

*4*

*1400*

*القاهرة – اسطنبول*

*7-11/8*

*مهارات إعداد الهياكل التنظيمية وتوصيف الوظائف و تقييم الأداء*

*5*

*1400*

*القاهرة – اسطنبول*

*14-18/8*

*المنازعات القانونية *

*6*

*1400*

*القاهرة – اسطنبول*

*14-18/8*

*الإستراتجيات الحديثة للعلاقات العامة وفن المراسم و البروتوكولات*

*7*

*1400*

*القاهرة – اسطنبول*

*21-25/8*

*الإحلال الوظيفي واستقطاب الكفاءات الداخلية*

*8*

*1400*

*القاهرة – اسطنبول*

*21-25/8*

*أعداد وفحص وتحليل الميزانيات و القراءة النقدية للقوائم المالية*

*9*

*1400*

*القاهرة – اسطنبول*

*21-25/8*

*إدارة وتخطيط المشروعات*

*10*

*2000*

*كوالالمبور – اسطنبول - القاهرة*

*21-30/8*

*إدارة السلامة والصحة المهنية (أوشا)*



*11*

*2900*

*كوالالمبور – اسطنبول - القاهرة*

*21-30/8*

*ماجستير التخطيط الاستراتيجي المهني المصغر*

*12*



*والدار العربية  يسرها دعوتكم للمساهمة والمشاركة في أعمال الفاعليات من خلال
تجربة مميزة أو بالحضور والمناقشة، كذلك ترشيح من ترون من كوادر مؤسستكم
الموقرة وتمنح الدار العربية مقعدا خامس مجانا في حال ترشيح سيادتكم اربع
افراد من مؤسستكم الموقرة.*

*التسجيل وتأكيد المشاركة*

*يتم إرسال خطاب المشاركة الرسمى او تعبئة النموذج المرفق موضح بة أسماء
المرشحين – مناصبهم الإدارية -  اسم النشاط – طريقة سداد رسوم المشاركة ( كاش
اول أيام التدريب او بتحويل بنكى قبل بدء النشاط)وصورة من تذكرة الطيران علي
فاكس رقم *0020237800573 او0020235866323 *اوعلي بريدي الإلكتروني*
*saragw...@gmail.com* 



*لمزيد من المعلومات*

*يمكنكم التواصل مع*

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAONgEr195TZS-Qb1oahGEp180Ep9xNnh_S-1C985dc2-zwapoA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for Mobility Architects - iOS and Android in Bellevue, Seattle

2016-07-11 Thread naseer bhat
Hi Partners,

Please share profile at naseer.ah...@nityo.com


*Skill Set*

Mobility Architects - iOS and Android

*Work Location*

Bellevue, Seattle

*Special Instructions*

NA



*Job Description*

Number of Openings 2
Duration of contract 12 months
Years of Experience 10+
Detailed JD 1. Java(core Java with mandatory on Servlets, Filters) , JS,
JQuery, HTML5, CSS competencies
2. The dev lead would have high competency in hybrid apps with some
experience in native app design and development (Anroid and iOS). The dev
lead won’t be writing native app code, but they will be interfacing with
the team that does so that is why I am requesting some experience.
3. The dev lead should also be able to demonstrate high competency in OAuth

Mandatory skills 1. Javascript/Angular and Mobile architecture 2.
Microservices
Good to have skills iOS and Android
A
Work Location Bellevue, Seattle

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHLitkF9BZVyzroDm730QSO54k2KP2i7JNdgPaQ%3DEc12zZDrQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for SalesForce Technology Architect in Hartford, CT - USA

2016-07-11 Thread naseer bhat
Hi Partners,

Please share profile at *naseer.ah...@nityo.com *

*Skill Set*

SalesForce Technology Architect

*Work Location*

Hartford, CT - USA

*Special Instructions*

NA



*Job Description*


JD : Technical Architect

• 8-10 years of experience in technology consulting, enterprise and
solutions architecture and architectural frameworks.
• Experience in defining, analyzing and reviewing technical architecture
and coming up with architecture options and recommendations. Strong
knowledge of enterprise issues related to IT architecture.
• A proven functional/technical professional with at least 2 full lifecycle
SalesForce.com implementations. Experience in defining ,detailing and
scoping the technical requirements into solution architecture and ability
to drive an independent project from an architectural stand point.
• Experience in design and development of mobile interfaces on the
Force.com platform.
• Thorough understanding on the Salesforce development (Declarative, Apex
Coding, Visual Force) with knowledge of Best Practices understanding on
Coding Standards, Deployment, Apex, VF, Salesforce Integration, Security
implementations.
• Should be able to support Technical Consultants and leads in building
solutions and providing technical mentoring and guidance.
• Thorough understanding on the Life Cycle of Development including
Deployment/Packaging effectively using Metadata API, Change Set and Ant.
• Experience in design and implementation of real-time and batch
integration with Salesforce and other legacy systems using REST / SOAP and
Bulk APIs or Any Tool/ESB.
• Working knowledge of Agile process ( performed Scrum master roles)

Job location : Hartford, CT - USA
Role : Technology Architect
# of positions : 1
Start date : Immediate

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHLit%3DQAzf-5%2B5SNEV5gefS%2Be8JByFkndKSuGdNZb%2BK0EumNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Available : Service Now / Java / Oracle PL/SQL / Oracle CC & B/J2EE-UI

2016-07-11 Thread marti . smith734


 

Hi Partner !

 

I am Martin from Riyantech Software Solutions Inc , Hope you are doing 
great today...

 

Please find the updated HOT LIST of my consultants.

Below is the list of Available Candidates for your requirements.

Let me know if you have any requirements that match my list of available 
candidates

and their criteria given below.

 

*Candidate*

*Technology*

*Visa*

*Location*

*Relocation*

*Ramulu*

*   Java*

*H1-B*

*NJ*

*Open*

*Singam*

*  Service Now*

*H1-B*

*TX*

*Open*

*Harish*

*   Java*

*H1-B*

*FL*

*Open*

*Pravalik*

*Oracle PL/SQL*

*H1-B*

*CA*

*Open*

*Piyush*

* Java J2ee/UI*

*H1-B*

*NY*

*Open*

*Jeswanth*

*Oracle CC& B*

*H1-B*

*OR*

*Open*

* Raviteja*

*Java-J2EE/UI*

*H1-B*

*NJ*

*Open*

You can Contact me: 302-650-1820 or mar...@riyantech.com

I would highly appreciate if you can add me (mar...@riyantech.com) in your 
daily 

requirement mailing list and keep me posted with your daily requirements. 

 

Thank you

 

Martin smith

ph: 302-650-1820
mar...@riyantech.com

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/11539ce8-032a-4246-9f63-e1eb15c79a00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOT REQ*** ORACLE HRMS ***** TN** Contract

2016-07-11 Thread tejasri surapaneni
Hi,





*Position: Oracle HRMS Functional Consultant Location: Nashville, TN
Duration of Hiring: 6+ Months Contract*



*Job Description:*

· Experience in the R12 Application Domain.
· Minimum 8 years of Oracle Application functional expertise in Oracle
Human Resources modules of Oracle R11 / R12 E-Business suite such as
Payroll, OAB, Fast Formulas
· Strong 11g and PLSQL skills in design and development in HRMS area
· Should also have good knowledge of US Payroll processing with ADP
· Experience in Gap analysis, package evaluation, implementation and
testing, user training
· Experience in working on large and complex programs
· Experience working with multiple teams across geographical locations.
· Should have strong analytical skills, should be team-oriented with
excellent multi-tasking and coordination skills.
· Should possess strong communication skills.




*Tejasri Surapaneni (Teju)*

Desk No-609-853-0818 Ext-2162

Fax :   609 799 5746

tejasri.surapan...@nityo.com 
www.nityo.com

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAD4JY0LAEtB9gNv9dKNMh_ck77CJ3Yj6MUDFoMan6dWMdAPKkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] We have a requirement on Sr. QA Automation Engineer...!! Nashville, TN.

2016-07-11 Thread lisausopera
Hello Partners ,

Please go through the below requirement and share suitable consultants with 
their updated resume, rates and contact details.



I have 4 openings here with interviews going off next week. Can you please 
help me find someone that is a fit here? The biggest thing here will be 
candidates that come from a Java development background, who can develop 
selenium frameworks from scratch, and who has experience with Selenium, 
QTP, and ALM.
 
Title: Sr. QA Automation Engineer
 
Location: Nashville, TN
 
Duration: 18+ months
 
Rate: $60/hr. (all inclusive)
 
Start: 7/25/16
 
Job Summary
 
My client is in need of a Sr. QA Automation Engineer with proven experience 
designing and building frameworks for automation using Java or C#.  MUST 
have prior experience building the automation frame work in the past.  
Experience providing programmable solutions to support automation 
infrastructure frameworks needed.  The client prefers someone with strong 
Java, Selenium and Visual Basic.  Visual Basic is a plus, but Java is 
required.  Must be able to provide programmable solutions to support OOP 
scripting, Dynamic SQL, REST and SOAP API.  Strong experience with PL/SQL, 
Maven and Jmeter preferred. 

 


I look forward to hearing from you
--



--
Thanks & Regards,
Lisa
Opera Technologies Inc,
740 Springdale Drive, Suite #204,
Exton, PA 19341
Ph: 610 450 4686
Fax: 610 884 5252
Email: l...@operaus.com
www.operaus.com






 

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c9af23f7-dd54-4fed-9a26-9be45e91f9b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for SalesForce Technology Architect in Hartford, CT - USA

2016-07-11 Thread SALMA BHAT
Hi Partners,

Please share profile at *naseer.ah...@nityo.com *

*Skill Set*

SalesForce Technology Architect

*Work Location*

Hartford, CT - USA

*Special Instructions*

NA



*Job Description*


JD : Technical Architect

• 8-10 years of experience in technology consulting, enterprise and
solutions architecture and architectural frameworks.
• Experience in defining, analyzing and reviewing technical architecture
and coming up with architecture options and recommendations. Strong
knowledge of enterprise issues related to IT architecture.
• A proven functional/technical professional with at least 2 full lifecycle
SalesForce.com implementations. Experience in defining ,detailing and
scoping the technical requirements into solution architecture and ability
to drive an independent project from an architectural stand point.
• Experience in design and development of mobile interfaces on the
Force.com platform.
• Thorough understanding on the Salesforce development (Declarative, Apex
Coding, Visual Force) with knowledge of Best Practices understanding on
Coding Standards, Deployment, Apex, VF, Salesforce Integration, Security
implementations.
• Should be able to support Technical Consultants and leads in building
solutions and providing technical mentoring and guidance.
• Thorough understanding on the Life Cycle of Development including
Deployment/Packaging effectively using Metadata API, Change Set and Ant.
• Experience in design and implementation of real-time and batch
integration with Salesforce and other legacy systems using REST / SOAP and
Bulk APIs or Any Tool/ESB.
• Working knowledge of Agile process ( performed Scrum master roles)

Job location : Hartford, CT - USA
Role : Technology Architect
# of positions : 1
Start date : Immediate

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJ0KNK8Bq9E%3DCn5j%2B80O7hcgsEh-a_CnYwpL4Q_Vy%3DPGZ-V_6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] UPDATED HOTLIST from r...@thoughtbyte.com || 973-512-7444

2016-07-11 Thread rr aa
*Greetings from Raj  / Thought Byte, Inc.*



I’m Raj from *Thought Byte, Inc*. Please let me know if you have any Corp
to Corp opportunities for listed consultants.



*Add my mail id in your database and send me your requirements on a daily
basis.*

*r...@thoughtbyte.com * |Direct: 973-512-7444

*1.   MS Dynamics AX Technical *

*2.   Qlikview Consultant *

*3.   Ruby on Rails*

*4.   Tableau Consultant *

*5.   ServiceNow*

*6.   DevOps Consultant *

*7.   QA Tester (Only MD, DC, VA, DE) - Senior & Lead/Architect*

*8.   Oracle PL/SQL *

*9.   Salesforce Business Analyst*

*10. UI Developer *

*11. Oracle DBA Consultant *







Best Regards…

Raj

973-512-7444

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CA%2B4e6XHQ9TM7AEygVWFvV85ST9eT%3DBZ8E7aCBs9Y4xj%2BrpRDQw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How can I check the conflict with event time in android native calendar?

2016-07-11 Thread HrushiKesava Reddy Penugonda


For example: I had created a event on 21st 4.00 PM to 5.00 PM then I had 
created a event on 8th 4.00 PM to 5.00 PM as a daily event. The second 
event created will overlap with first event time as 4.00 PM to 5.00 PM.


Thank you.

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/45f76532-e746-42a5-8fc5-58f329bcd560%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] In-App Purchases

2016-07-11 Thread Rocky Balboa
i am using the sample test in-App purchase without uploading the app  on 
developer console
Given in the links :---   
http://www.artit-k.com/in-app-billing-for-android-part-1/
http://www.artit-k.com/in-app-billing-for-android-part-2/


getSkuDetails always returns response code 6 and i don't get the dialogue 
box for puchasing the in_app purchases .

Also,explain this line i code  int response = skuDetails.getInt(
"RESPONSE_CODE"); how do we get the responses??

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3a3a141a-2722-410e-890c-57850ae7ece4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Enabling Google enterprise Apps single sign-on

2016-07-11 Thread Rakesh R Nair


The organization I am currently working is migrating from Microsoft share 
point to Google+. As a first step the migrated the mail client from outlook 
to gmail with there domain login.

Here my doubt is,

Suppose if I add my google enterprise credentials to my android phone. How 
I can enable single sign on to the apps associated with the organization.

Like I I configure the google account in my phone, I can open Gmail, Google 
Drive, Google + etc. Something similar I need to implement using my 
enterprise credentials.

Thanks in advance.

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/992c05f4-4aee-42a5-93ae-00fa98f0d9c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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

2016-07-11 Thread Duma Smt
Hello Everyone,

I too faced the same issue when using promocodes. Your post has given me 
some clarity. My purchase verification failed at validating 
developersPayload everytime if it is a promo code purchase. I have few 
questions on this. 

1. If it is a promo code purchase, Can't I receive "developerPayload"? [I 
think I got ans for this from your post. But I did not find official google 
statement on this. Please let me know if there is any offical info upon 
this]
2. If ans is NOT to the question (1), is there any way to differentiate if 
a purchase is happend as a "Normal" or "Promo code" purchase?
3. If ans is NOT to the question (2), shall I skip check for validating 
developerPayload for a purchase, If there is a way to differentiate?



On Wednesday, March 9, 2016 at 2:38:16 PM UTC+5:30, Jérémy R wrote:
>
> Hi all,
>
> We are several developers to experience issue with in-app purchases & 
> promotion: if the promotion is used inside the app instead of the standard 
> payment method, the returned developer payload is empty.
> A post has been opened on Stack Overflow: 
> http://stackoverflow.com/questions/34979420/in-app-purchases-made-via-promo-codes-return-empty-developer-payload-string
>
> I asked the Google Play Developer Support (googleplay-dev...@google.com 
> ) but the answer I received is globally "there is no bug".
>
> Moreover, as commented in a comment by user greywolf82, when you use the 
> promotion via the Google Play store, this purchase can't have a developer 
> payload so it may be a serious security flaw if we can't check the 
> developer payload validity.
>
> So, does anyone have a valid developer payload after using a promotion 
> code?
>  
>

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/b6afb1b1-4291-46f3-83a5-cc8a1a547d77%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to leave the Android N Developer?

2016-07-11 Thread Nibenon
Hello, I just want to leave the Android N Preview but I don't how to get the 
lastest Android (6.0). Thanks 

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/dd0e4a66-ccf5-4318-9f13-cb99bb9d536d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.