[android-developers] Sync Adapter not running onperform sync in Marrashmellow API level 23

2016-09-21 Thread Mukesh Kumar
I have developed a sync utility running properly upto sdk version 22 but in 
marrashmellow it is not working. kindly provide which runtime permission is 
required to run sync in api level 23

immediate help is appriciated.
 

-- 
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/4aa5435f-a19c-4aca-8276-251d069510ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Purchase an app item But show another app's purchasing item.

2016-09-21 Thread 陳俊翰
By the way, I use the latest Google Play Billing Library, rev 5

-- 
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/a1e8304a-4417-4744-b10c-183a26840155%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IAP and Ads blocking

2016-09-21 Thread James Erickson Licong
Need help, I'm currently creating a launcher, I wan't to block IAP and Ads 
of the application that launched inside my launcher.

-- 
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/5b650641-5778-446d-ac1a-cc39325d968d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: An unexpected error occurred. Please try again later. (4800000)

2016-09-21 Thread Felix Steghofer
I also experience the 480 issue after deleting the default project. 
How can we fix this? 

-- 
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/878f5f24-cbd4-44d0-9111-602bcc6e1a47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] In-app billing upgrade to full version is not reliable for customers

2016-09-21 Thread MobileVisuals
We use managed In-app billing (IAB) in 3 apps. Sometimes there are reports 
from customers that they don't get the upgrade to full version, eventhough 
the apps are carefully tested on our test devices on Android 6 and 4.4.4. 
We test through alpha testing and we have not found any problems with 
upgrading. 2 of the apps have IAB version 3 and 1 have IAB version 5. It is 
the same problem. The apps are developed according to IAB guidelines. 

Why does this happen? Is there some problem with Google's servers, which 
causes these IAB errors, which prevents some customers from getting the 
upgrade? Has anyone else encountered the same issue?

This is a very serious issue for my company, since it results in bad 
reviews and lower rankings for the IAB apps. We can not use IAB in the 
upcoming apps, since it seems to be too unreliable. It is also very 
annoying that IAB seems to be more reliable on iOS. These are 2 other 
issues with IAB, which we still haven't found any solution to:

http://stackoverflow.com/questions/38481125/consume-purchase-for-in-app-billing-does-not-work-on-android-6
http://stackoverflow.com/questions/38460219/in-app-purchases-are-lost-after-uninstall-on-managed-purchase-type

Here are the statistics about this issue:

app 1: 1215 sold upgrades, 2 complaints from customers who did not get the 
upgrade

app 2: 94 sold upgrades, 2 complaints from customers who did not get the 
upgrade

app 3: 122 sold upgrades, 4 complaints from customers who did not get the 
upgrade

There could be more customers, who did not get the upgrade. The statistics 
are only for those who complained. 

-- 
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/afda07b3-be94-4b72-bb68-c8bf74b1859b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Camera2 rotate surface created from MediaCodec

2016-09-21 Thread AJ
Hi,

I am developing a Camera related App and I am using Camera2 APIs. I have 
two surfaces added as target. One for the camera preview and second for 
getting the encoded frames. The camera preview orientation can be easily 
manipulated using the setTransform() method. But, how can the orientation 
of the surface used for encoding be changed? In my case, for reverse 
landscape orientation, the encoded frame is upside down.

Best regards,
Ajay

-- 
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/9cd92958-f6bc-44cf-a7cb-b785ae28202a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Which jar file has android.support.v4.os.BuildCompat implementation

2016-09-21 Thread rk
Can you point me to the jar file, which has 
android.support.v4.os.BuildCompat implementation? 

https://developer.android.com/reference/android/support/v4/os/BuildCompat.html


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/97cc3231-fa81-4f90-b2e0-129ba4501f34%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: An unexpected error occurred. Please try again later. (4800000)

2016-09-21 Thread Rajeev Kumar
Earlier i was also facing the same issue, but when i switched from Advanced 
mode to Simple mode play developer console, this error went away.

On Wednesday, September 21, 2016 at 2:42:29 PM UTC+5:30, Felix Steghofer 
wrote:
>
> I also experience the 480 issue after deleting the default project. 
> How can we fix this? 
>

-- 
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/383a275b-2115-486c-8fdb-adc628d428b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Web view FileChooser is not working on KitKat

2016-09-21 Thread Eranda Jayarathne
I'm developing an application which has a webview in it. Webview loads an 
html file that contains a form with  tag to upload a 
file.

But in KitKat (API 19) File Chooser does not open when the button is 
clicked. (Even if the same webpage opened via web browser, same result).
It works on all other Android versions(ICS to Nougat). Problem is only with 
the Kitkat.

I think this is a well known issue, but so far I couldn't find any solution 
for this.
Any help...?

-- 
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/a10a5b7c-bcde-408d-937f-8521b9612c80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Is Google's "Tap to Translate" feature available for any Android app to implement?

2016-09-21 Thread Lucas Pelegrino


I'm not an Android developer, but have a similar need in my business, where 
the user can "minimize" the app and then captures what is in the clipboard 
after it's open again.

Can I do this or is this exclusive to the Google Translate app? Here is the 
promotional video talking about this feature: 
https://www.youtube.com/watch?v=4xtEp55MKRE

-- 
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/8e9cb8f9-74ea-4e52-9cf4-e604e143b876%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: Go Language with AWS experience @ Seattle, WA --- Contract

2016-09-21 Thread Martin Zeller
Hi,

This Is Martin Zeller from Agile Enterprise Solutions,

This is Reference for Following Position



* Please reply with Resume, Work Authorization , Rate & Contact Details
ASAP *



*Job Title:  Go Language with AWS experience*

*Location:*  Seattle, WA

*Duration:*  6+ Months

*Interview Type: * Phone+ Skype



*Primary Skills:   Go Language, AWS, Java, Retail domain*



*Job Description:*

   -  Skill: Go Language, AWS experience
   - Mandatory Skills - go language, AWS experience,
   - Additional Skill - Java
   - Other skills: Retail domain knowledge


Thanks & Regards

*Martin Zeller*

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

martin_zel...@aesinc.us.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/CAJkGZ%2Bz7KtKGn60ibB0_9N_B1SLYt%2BC0L6wgn2obyai2W4gUCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :Sr.UI developer(9 years)_ Omaha, NE _ 6-12+ months

2016-09-21 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

I have an urgent opening on *Sr.**UI developer* Position with my client.
Please send me the resumes with full name, contact details, Salary, and
availability date.



*Requirement details:*

*Title:* *Sr.**UI developer(9 years)*

*Location:* *Omaha, NE*

*Duration   : 6-12+ **months *

*Rate**:* *Market*

*Interviews for Today(one round)*

*Need Passport Number or Passport copy and H1B visa copy for submission
Please do not send resume if can’t provide*

 Technical skills and Knowledge:

*Primary Skills**: **Sr.**UI developer*

*Responsibilities:*

JavaScript

Bootstrap

CSS

HTML





Thanks & Regards

*Shawn Marsh*

Agile Enterprise Solutions, Inc

Ph: 972-427-1801

shawn_ma...@aesinc.us.com||| www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

Note: If you have received this mail in error or prefer not to receive such
emails in the future, please reply with "REMOVE" in the subject line and
the email id(s) to be removed. All removal requests will be honored ASAP.
We sincerely apologize for any inconvenience caused.

-- 
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/CAFjuZGGp%3D6f4UPGgEvsCTD117N21X3yxqTsY%3DCwNSdBqw5dXTw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: Sr. Java developer with Jasper reports @ Fort Worth, Texas --- Contract

2016-09-21 Thread Martin Zeller
Hi,

This Is Martin Zeller from Agile Enterprise Solutions,

This is Reference for Following Position



* Please reply with Resume, Work Authorization , Rate & Contact Details
ASAP *



*Job Title:  Sr. Java developer with Jasper reports*

*Location:*  Fort Worth, Texas

*Duration:*  6+ Months

*Interview Type: * Phone+ Skype



*Primary Skills:   Java, Jasper reports, STF and Maven*



*Job Description:*



v  Mandatory skills Java /J2EE, Batch Spring framework, Restful web services*,
Jasper reports, GIT, Eclipse, STF and Maven*

v  Good to have skills *Oracle PL/SQL*

v  *Domain Manufacturing*



Thanks & Regards

*Martin Zeller*

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

martin_zel...@aesinc.us.com||| www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

Note: If you have received this mail in error or prefer not to receive such
emails in the future, please reply with "REMOVE" in the subject line and
the email id(s) to be removed. All removal requests will be honored ASAP.
We sincerely apologize for any inconvenience caused.

-- 
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/CAJkGZ%2ByH0O1Sx19Ur1qJksk8gsdYyStiA-xDzOfbMpJxwObcXg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :Business Analyst with Capital Markets _ Washington, DC _ 6-12+ months

2016-09-21 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

I have an urgent opening on *Business  Analyst with Capital Markets *Position
with my client. Please send me the resumes with full name, contact details,
Salary, and availability date.

*Requirement details:*

*Title:* *Business  Analyst with Capital Markets Experience*

*Location :* *Washington, DC*

*Duration :6- 12+ **months *

*Rate**:* *Market *



*Need Passport Number or Passport copy and visa copy for submission Please
do not send resume if can’t provide.*



 Technical skills and Knowledge:

*Primary Skills**: Business  Analyst with Capital Markets Experience *

*Responsibilities:*

This position requires a minimum of 9 yrs experience as Business Analyst
preferably in financial or capital markets domain. Must have strong
experience in Agile/Scrum environments. This job requires defining business
requirements by interacting with business users that will enable Architect
and developers to design and develop custom software application using Java
technologies. Successful candidate should be able to understand the
business requirements from stake holder and document them clearly in
business requirements document that can be eventually be converted them
into good design and high quality code to satisfy business needs. Should be
able to participate in business and technical review meeting to convince
the different stake holders of the design and the code that has been
developed for the business requirements. This candidate should be able to
play the role of an expert in this area suggesting improvements and ideas
that will address the needs of the business users.



*Key skills:*

·  Mortgage Domain skills mandatory.

·  Must have strong experience in Agile/Scrum environments.
Experience in CICD environment is a plus.

·  Demonstrable knowledge in defining Use Cases

·  Ability to interact and collaborate with Business users and
understand their needs and document them as requirements

·  Ability to communicate to development team the requirements and
clarify the questions that can come up

·  Review test cases and provide inputs on the coverage and suggest
improvements to testing team



Thanks & Regards

*Shawn Marsh*

Agile Enterprise Solutions, Inc

Ph: 972-427-1801

shawn_ma...@aesinc.us.com||| www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

Note: If you have received this mail in error or prefer not to receive such
emails in the future, please reply with "REMOVE" in the subject line and
the email id(s) to be removed. All removal requests will be honored ASAP.
We sincerely apologize for any inconvenience caused.

-- 
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/CAFjuZGGpDK2hn4p_wzRi0JukyfGVjpwPFALKio-2sXNg3bJHEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HELP ANYONE PELASE - slow performance using Network Attached Storage (NetApp filer) for Android Studio 2.1.1

2016-09-21 Thread leighdonnell
Hello

We are using Android Studio 2.1.1 and when we use Network Attached Storage 
(Net App filer with a CIFS share) for the project location the time it 
takes is very slow compared to local storage.
Local storage is less than an minute and network storage 20 minutes.
I would obviously expect some improvement by using local storage but not to 
the extent !
We have noticed that Android studio writes data in 1 byte size chunks. Does 
anyone know if this configuration can be changed and how ?
Using local storage is not really the solution we are looking for with the 
environment this application is distributed to.

Any tips appreciated ?

Regards
Leigh

-- 
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/39832274-eaf1-4ec8-83f2-a893ac51603d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: HIPAA EDI Programmer Analyst - Richmond, Virginia

2016-09-21 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com";>http://i.imgur.com/IYRUyKU.png";>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png"; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png"; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png"; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png";
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png"; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png"; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png"; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png"; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png"; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
HIPAA EDI Programmer Analyst in Richmond, Virginia, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Position: HIPAA EDI Prog/Analyst
Location: Richmond, VA
Duration: Long Term
Interview: Phone then In-Person
*local candidates strongly preferred*ALL candidates MUST be able to 
attend a personal interview, NO phone interviews, NO Skype, NO exceptions
Serve as a senior EDI Analyst for the technical design, development, 
testing and support of Electronic Data Interchange processes. Hands on 
experience in compliance checking, mapping, validating and processing HIPAA EDI 
claims transactions (X12 837 / NCPDP D.0) is required for this position. 
Experience in MMIS is a plus. 
Requires proven knowledge of HIPAA EDI and XML standards and associated 
communication protocols. Extensive knowledge of translators and EDI related 
integration aspects. Knowledge of various network and internet technologies and 
communication protocols: TCP/IP, FTP, HTTP, AS2, etc. Coordination of testing 
and deployment of EDI partner relationships. 
   http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc?utm_source=JA47-Down&utm_medium=Groups-email&utm_campaign=Job-Alerts";>http://i.imgur.com/hh3Zxn3.png"; border="0" alt="Submit 
Resume">http://bit.ly/1sPBNiv";>http://i.imgur.com/52zzcpv.png"; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Med

[android-developers] Available consultants for QA Tester, SQL Server DBA and Java Developer

2016-09-21 Thread Yogindra Gowd
*Name*

*Skills *

*Exp *

*Visa *

*Relocation*

*Divya *

*QA Tester*

*8+*

*USC*

*Yes*

*Sarath*

*Java Developer*

*10+*

*USC*

*Yes*

*Shashank*

*SQL Server DBA*

*10+*

*USC*

*Yes*


-- 

*Thanks *

*mike*

*m...@atekus.com **(773) 800-9149*

-- 
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/CAN52aWhkZjM%2BpKEKP35Un0HNftWC7FEqHOe3Y5-SNZyj_20a%3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need------Linux Administrator----EAD or GC or Citizens only

2016-09-21 Thread Saikiran Nandrolu
Hi Friends,

Hope you are doing great,



I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
consultant updated profile ASAP.



*Title: Linux Administrator *

*Location: Cincinnati, OH *

*Duration: 12 months + (Contract with potential for extension) *

*EAD or GC or Citizens only*





*Top Desired Skills: Linux, Red Hat, CentOS, backup, storage*



Required Skills:

-5+ years as a Linux administrator in an enterprise environment. Preference
given to those with a background in Redhat, CentOS, or Oracle Linux.

-Strong interpersonal skills. Good communicator. Someone that shows passion
for learning new technologies.

-Some experience in enterprise storage management OR enterprise backup
management.

-Familiarity working within the structure of ITIL Incident and Change
Management.



Nice to have (not required):

-Exposure to any of the following technologies: Violin Memory, Isilon,
Ubuntu, EMC VMAX, EMC Data Domain, HP EVA, HP Data Protector, Oracle ZFS,
Quantum Stornext.

-Scripting (bash, perl, python).

-Technical writing.

-Automation tools (cobbler, puppet)



Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

-- 
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/CAJT%2BorCh8jEz%3DmDqiZKUguP%2BUp7Hm067rHD8-8U7U%2Bf5FCFwZg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] immediate need a Automation Tester with experience using cucumber || any visa is ok || Herndon, VA ||

2016-09-21 Thread Mohammad Wasim
*Automation Tester*

*Herndon, VA*

*6+ Months*

*Phone/Skype Hire*



*Any Visa is OK !!*



*Requirements :*



•   Must have a minimum of *8 years* of hands on software testing
experience

•   Must have a minimum of 5 years of experience with in automation
test frameworks, such as Data-driven, Keyword-driven and Agile automation
framework.

•   Must have solid experience using cucumber

•   Must have a minimum of 3 years of experience with test-engineering
processes, including continuous integration, in sprint automation, and test
driven development

•   Must have a minimum of 3 years of experience writing Automation
test cases in Java

•   Strong XML generation and manipulation skills, and webservices

•   Create, review, validate and maintain a comprehensive regression
test suite

•   Must be familiar with standard testing and defect management tools

•   Preferred Demonstrated experience using with DOORS, Quality Center,
ClearQuest, XMLSpy, MS Visio and MS Project.

•   Preferred experience with Quality Center, Rally, and ClearQuest.





**

*Thanks,*

*Mohammad Wasim*

*Source InfoTech Inc.*

W: *6099450420*| F: 732-909-2282| Email: *wa...@sourceinfotech.com*
 | Website: *www.sourceinfotech.com*
 |

*Disclaimer:*  If you are not interested in receiving our e-mails then
please reply with a "REMOVE" in the subject line at
rem...@sourceinfotech.com for automatic removal. And mention all the e-mail
addresses to be removed with any e-mail addresses, which might be diverting
the e-mails to you. We are sorry for the inconvenience.

-- 
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/CANdkWrTfF0hXyEzjVAjBrH7Oz6Sa3qjTb-JwgK9v7u2ZmsJY9A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for::: Big Data Technical Architect in Chicago,IL

2016-09-21 Thread SALMA BHAT
Hi Partners,
Good Morning

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



*Skill Set*

Big Data Technical Architect

*Work Location*

Chicago

*Special Instructions*

NA



*Job Description*

· Require Big Data Technical Architect with minimum 8 years of relevant
exp. Location: Chicago
· Should have experience on Hive, Pig, HDFS, Hadoop, Map Reduce, Unix
Scripting, Zena scheduler, Teradata, Spark, Storm
· Person should be strong technically with good exposure at application
component level and provide technology consultation
· Person should have good communication skills and should be able to lead
the team. Will also be responsible for client interactions
· Will be responsible for designing and architecting and should provide
best fit architectural solutions
· Refine requirements, create technology differentiation and leverage
partner technologies
· Will be responsible for end to end from a technical standpoint for the
team.

-- 
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/CAJ0KNK8%2BE-Qn37tPhpPb8Xkp3%3DW0u6DEY_n1Bdneh-kz5OAcDg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Devops Engineer (Must have 10+ yr. exp.)

2016-09-21 Thread Manisha 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: Devops Engineer (Must have 10+ yr. exp.)*

*Location: Foster City, MI*

*Duration:-contract*

*Interview: Phone/ Skype *

*Year of Experience:- 10+*



*Technical Skills*:-

Additional Skills:- Should be skilled in TFS, Build forge, Able to guide
and mentor the team and have good communication skills, be proactive and
interactive.

TFS, Cloud Bees, Jenkins, Buildforge, Powershell scripting, Perl, Bamboo



*Thanks & Regards, *

*Manisha
Budhwar  *

Technical Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160 <609-853-0818%20Ext-2160>

Gtalk ID:- manishanityo16

E Mail:- *​*manish...@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/CANOPGKwL9yA4uuoKAF5mEUgFHbx17_GfnjAFvnQ9-0nefmDDbA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] QTP Automation Tester in Parsippany, NJ !

2016-09-21 Thread Abhishek ojha
Company: ADP

*Position*: QTP Automation Tester

*Location*: Parsippany, NJ 07054

*Duration*: 2 year contract!!!

Citizenship Status: we can use h1b’s!



Must Haves:

- EXPERT in VB Scripting and development (must be able to develop
components from scratch in QTP in VB – at least 10 per day)

- Very strong in using QTP/UFT (UFT is new version of QTP) for automation

- RECENT experience in automation testing (last role at least  75%
automation focused)

- Strong experience with HP Quality Center and ALM
- Experience coming up with different strategies, providing creative/out of
the box thinking

- Bachelor's Degree



Plusses

- Experience in BPT

- Experience coding in C or Java



Day-2-Day *

This person will be developing, publishing, and implementing test plans,
but specifically, this group needs assistance in automating these test
cases to BPT's. This individual will be doing heads down VB scripting and
coding in the QTP tool. They have experience coding components from scratch
in QTP using VB Script, and it is very important that they can develop 10+
components a day. They will be performing a variety of testing assignments
requiring knowledge of established testing procedures and data processing
requirements within QTP for our client. This person will be participating
in test plan reviews, development of scenarios and scripts, execute scripts
and open defects in quality center and attend daily UAT defect status
meetings.


*Abhishek Ojha*

732- 837- 2138

ao...@sagetl.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/CAKpcopQ%2Bs86YzqRHtS%3DKz9jAVZsv1M7DL72B7ZA8fG_n66qNAA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Mainframe Tester With Manufacturing Domain@Fort Worth, TX

2016-09-21 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: **Mainframe Tester With Manufacturing Domain*

*Location: Fort Worth, TX*

*Work Duration: 3 months (can be extended)*

*Years of Experience: 8+*


*Note: We need Photo id and visa copy (H1B) Job Description:*
Mandatory skills Cobol,

VSAM,

CICS
Good to have skills-Oracle/Java/ PL/SQL
Domain Manufacturing
Extension Possible Yes (will confirm)
Work Location Fort Worth, Texas, US





*If I'm not available over the phone, best way to reach me in email...*







[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







[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/CAG0Zfz2VGD%3De4PqMV9k-5Ew9CHK7g-nu2SV6cp1ZXY4YeFP-Jg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for PHP Developer at Greenville, TX

2016-09-21 Thread VIKAS GUPTA
*Title:* PHP Developer

*Location:* Greenville, TX

*Interview Process:* Phone then Skype

Pay: $40/hr



*Job Details:*

We are seeking someone to develop web-based applications with a small team
of developers.  The developer will be involved with the entire development
life cycle process, including analysis, design, coding, testing,
implementation, documentation, maintenance and support.  We are working to
rewrite an existing site from the ground up, as well as work on new sites
to support the organization.  Working on-site at our office is required.
Our office space is located in Greenville, Texas (30-40 miles east of
Dallas).  College degree or equivalent required, 1-3 years experience in
developing and supporting websites / web applications is required.

*Essential Skills / Technologies:*

• PHP

• MySQL

• HTML

• CSS (Twitter Bootstrap, etc.)

• JavaScript (jQuery, Vue.js, etc.)

• OOP

• MVC

• Git, svn, etc.



*Desirable Skills / Technologies:*

• Test Driven Development Experience (Codeception, phpspec,
PHPunit, etc.)

• Laravel Framework

• LESS / Sass

• Composer

• Magento eCommerce

• Apache / Nginx





*Thanks and Regards*

*Vikas Gupta*

*Sr. Technical Recruiter*

*Phone: 4692098270*



*[image: srimatrix-logo]*

-- 
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/CANjU8tow%3DGJHnm6aG7nCxPDkbd-jYf-3inCGNNg_PBnVy29Ryw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for WordPress Developer at Tampa, FL or in St. Paul, MN

2016-09-21 Thread VIKAS GUPTA
*WordPress Developer*

*Location:* *Tampa, FL or in St. Paul, MN.*

*Contract 6+ months*



*Job Description:*



• The Wordpress Developer is responsible for designing, developing, testing
and maintaining applications based on defined business and technical
requirements.

• This role has the opportunity to work with a variety of personnel to
create, test and deploy technical solutions in support of our business.

• Work with Business Analysts and customers to understand and validate
end-user requirements in accordance with business need.

• Create and document technical designs to achieve project requirements.
Update system documentation as needed.

• Complete development/programming as described in design specifications.

• Prepare or review unit test plans and execute unit testing.

• Participate in system and user acceptance testing tasks as assigned.

• Responsible for the maintenance of best practice development standards
and methodology.

• Provide end-user support for assigned applications (includes some on-call
support during non-business hours.) Modify, enhance and maintain
applications as required. Maintain the integrity of applications.

• Investigate and resolve system problems in a timely manner.

• Develop strong relationships with partners and end-users that allow work
to move forward with a common understanding.



*Required Skills:*



• Bachelor degree or equivalent experience to substitute for degree.

• Minimum 5 years in a web development role.

• WordPress experience is a must. CMS (other than WordPress) experience is
a plus.

• PHP, HTML, JavaScript and CSS experience required.

• Solid database development skills (PL/SQL, MSSQL, DB2). Strong middle to
back-end development experience.

• Strong background in object oriented development techniques.

• Experience deploying and configuring enterprise applications. Experience
in configuring automated builds.

• Knowledge of New Relic a plus.

• .Net experience is desired.

• Developing high-volume web applications is a must.

• Strong prioritization and interpersonal skills to balance multiple
demands.

• Experience in the following also a plus: Cross-browser compatibility, Web
User Interface Design (UI), Security Principles, Object-Oriented Design,
Web Services (REST/SOAP), Multimedia Content Development, API's

• Financial Services industry experience a plus.

• Candidate needs to be able to work onsite and located in either the
Tampa, FL or St. Paul, MN office.







*Thanks and Regards*

*Vikas Gupta*

*Sr. Technical Recruiter*

*Phone: 4692098270*



*[image: srimatrix-logo]*

-- 
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/CANjU8tpPm8UDiRSbnn4gZARHARLTRWpq8Er3U3ziNXQBuGWDpg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] RE: ENEXUS INC HOTLIST

2016-09-21 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*

*VISA STATUS*

*RELOCATION*

















1

RAJESH

IOS DEVELOPER

8+ Years

Immediate

NY

H1B

Open

2

VISHWANATH

SAP FICO Functional

8+ Years

Immediate

NY

E3-Visa

Open

3

KALPANA

COGNOS Developer

7 Years

Immediate

TX

H1B

NO

4

GOPAL

SQL SSIS SSRS SSAS

8+ Years

Immediate

MI

H1B

Open

5

AMRUTHA

Sr Business Analyst

8+ Years

Immediate

MO

H1B

Open

6

NEELIMA

SQL Server Developer

8 Years

Immediate

MI

GC

Open





















Email is the Best way to reach me

*Steve Austin*




*E-Nexus IncEmail: steve.aus...@enexusinc.com
Phone : 810-633-0007 <810-633-0007>24520
Meadowbrook Road,Suite # 250, Novi, MI 48375*

-- 
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/CAAgwauHD%3Dz8jD0hQa61YxHzNpkTh5O67gW4b3SH5BpithU5FJw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Data Modeler_Frisco, Texas@Need consultants who is having 10+ years experience only

2016-09-21 Thread "N"agarju"N"@iDu
*Please share Your Profiles to **nagarj...@tekskillsinc.com
 **with a CC to my gmail ID
:**gani.nagarj...@gmail.com
*

*Data Modeler*

*Location: Frisco, Texas*

*Duration: 3 – 6 months (Possible Extension)*



Job Description :-
• 10+ years of experience in analysis, design, development, testing and
implementation as Data Modeler/Data Analyst.
• Strong understanding of the Data modeling (Dimensional & Relational)
concepts like Star, Snowflake Schema Modeling and ER Modelling.
• Strong experience designing database tables and troubleshooting DB issues
and experience in Data analysis and data profiling
• Experience in the Implementation of Extraction, Transformation & Loading
(ETL) Life Cycle using Informatica & ETL tuning
• Strong understanding of BI Software development life cycle (SDLC)
methodologies.
• Strong interpersonal skills, ability to interact with individuals at all
levels, excellent communication and presentation skills.




*Thanks & Regards.*

*Nagarjuna*

*Tekskills Inc.*

*200, MetroplexDrive, Suite 414, Edison, NJ – 08817 |*

*CMMI Level 3 / ISO 9001: 2008/ WMBE Certified Company   *

*Phone: 732-354-4300  |Fax:** 888-543-5125 **| Email: *
*nagarj...@tekskillsinc.com* 

*Gmail: **gani.nagarj...@gmail.com *

*www.tekskillsinc.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/CADALKbzYdY7_gTKCSJBVVBu0EegZXPGyEYk_2XEHMobPwGWr8w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Professionals available for Consulting Services || r...@thoughtbyte.com

2016-09-21 Thread rr aa
Greetings!



I have excellent consultants available for your requirements.



Please let me know if you have any opportunities (Contract Corp-Corp only)
for listed resources.


You can Contact me at : *973-512-7444 or r...@thoughtbyte.com
.*





*Skill*

*Relocation*

*Availability*

Salesforce

Open to relocate

1 Week

Splunk

Open to relocate

Immediate

ServiceNow

EST & Central

1 Week

Informatica

Open to relocate

Immediate

Ruby on Rails

Open to relocate

Immediate

UI

Open to relocate

1 Week

DevOps

Open to relocate

1 Week

Java

Open to relocate

Immediate

Oracle Apps

CST

1 Week

Oracle PL/SQL

Open to relocate

Immediate

Oracle Taleo

Open to relocate

Immediate

QA Senior

MD, VA, DC, DE

Immediate

OBIEE

Open to relocate

Immediate









I look forward to hearing from you!





Thank you


*Raj  *


*Thought Byte Inc | An E-Verified Firm*

Ph: 973-512-7444

Mail: r...@thoughtbyte.com

Hangouts: shekhar.staff...@gmail.com

Address: 1135 Clifton Ave, Suite # 207

Clifton, NJ 07013

-- 
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%2B4e6XHpGwmBGL2MOXVrL%2B1yQOGmZH4P3DnbaeJDa_7tuFSWEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: CRM System Analyst at Denver, CO

2016-09-21 Thread satish kumar
Hello,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...



*Role: CRM System Analyst*

*Location: **Denver, CO*

*Duration: 6+ Months*



Competencies ERP / CRM Performance Engineer ...

Experience (Years)  8-10



Essential Skills

Data/Systems analysis experien ...

Data/Systems analysis experience for complex software development projects



Desirable Skills Integration with and migration ...

Integration with and migration to ERP systems. Previous experience in
banking / financial / retail industry a plus



Role Description  This is Systems/Data Analyst r ...

This is Systems/Data Analyst role. Detailed role descriptions are listed
below:

1. 6+ years of business/process analysis experience for complex software
integration, migration and development projects

2. 3+ years of experience in Data Analysis/Modeling and Profiling

3. Experience with requirements analysis definition, including use cases,
process flows, report and screen mockups

4. Ability to develop and motivate a team and make strategic decisions

5. Ability to move forward without much direction/vision.

6. Strong written and verbal communications skills, interpersonal skills
including ability to manage conflict resolution of requirements

7. 3-5 years’ experience with SDLC using both agile and waterfall
methodologies

8. Develops a business analysis work-plan to manage all tasks,
deliverables, and schedule associated with requirements and testing,
providing input to the project manager who is maintaining the overall
project work-plan

9. Provide business subject matter expertise for all systems, understanding
technology, process flows, customer impacts, and cross system data flow.

10. Previous experience with large-scale client/server products

11. 3+ years experience in SQL, PL/SQL and SQL Server

12. Strong knowledge of Microsoft Office Suite; preferrably MS Visio









*Satish Kumar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
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/CAHxR9GboP2QJ0xpraL9Xet1MGJ2_HQsFjBwgZxeqHiuXxi2zSw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Local Only----Sr DevOps Engineer in DC

2016-09-21 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Position Title: Sr DevOps Engineer
Location: Washington, DC---*Need Local Only!!*
Duration: 6 Months +

This position requires the knowledge and experience with setting up the
Continuous Integration, Continuous Deployment (CI/CD) and DevOps processes
for a large organization involving multiple systems and teams. The
candidate should have successfully setup the CICD Environments using
Jenkins, Hudson, CruiseControl, Go, etc. and have automated the builds and
deployment for the large software development projects. The candidate
should be prepared to implement these processes and be hands on with
various tools.

Lead the DevOps effort, doesn't necessarily need to be an Architect a Sr.
engineer could do the job. they need to have exp. with CI/CD and automated
release mgmt. processes. Need to have worked with Jenkins, Maven and GIT.

Competencies:
Must have 6+ years of overall IT experience in the areas of software
development.
Experienced in setting up the DevOps / Continuous Integration Continuous
Deployment Processes to enable the integration of the software development
best practices tools to aid the productivity of the development team and
increase the stability of the code base.
Must be prepared to work hands on with build automation / deployment tasks
using Jenkins / Hudson / Go or any other similar tools.
Must have solid understanding of Agile and Waterfall development cycles and
unique requirements of various test, performance, integration, performance,
etc. cycles in SDLC.
Good to have experience in working with GIT/BitBucket and understanding of
best practices in code management and branching strategies.
Define the best practices for the source control for the team and work with
Configuration Management team to implement the best practices.
Implement the automated builds for the various FEPOC applications using the
Continuous Integration Server.
Integrate the static code analysis tool SONAR to automate code analysis to
identify the coding issues and publish the reports on scheduled basis.
Review the existing the build process and identify and document the gaps.
Come up with the path to migrate the existing ANT based build scripts to
Maven.
Experienced with writing the batch scripts for Windows and Unix
environments.
Sound understanding of the Java Enterprise application packaging and
deployment.
Experience with IBM WebSphere Application servers and various
administration tools used for the silent deployment, writing build scripts
using ANT.
Must have ability to work independently.
Must have extensive experience with Agile or Scrum methodologies.
Must have excellent communication skills, both verbal and written (in
English).
Good to have experience in working with API Management Tools.
Familiar with Container technologies. Understand Microservice concepts and
integration with light weight containers.

Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
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/CAL4ROq6SOBb%3DypQSpf4Ba0ARDZbPLT-UdPkE-cunTuuASoa%3Dug%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] VMAX Migration Engineer in Lewisville, TX !

2016-09-21 Thread Abhishek ojha
*VMAX Migration Engineer *

*Lewisville, TX*

*3 – 6+ month *

Required Skills:

   - Experience with VMware ESX hosts, RecoverPoint, VMAX, VPLEX
   - Experience leading a VMAX migration
   - Experience assigning storage to ESX hosts from a VMAX
   - VMAX administration and knowledge transfer
   - Recoverpoint administration




*Abhishek Ojha732- 837- 2138ao...@sagetl.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/CAKpcopRtQWUjOMDfiZPRHnSBAzRWOnqQHqUxp%3DOQG5hBhS2Yfg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] 10 positions || Perl/Java developer || Stamford, CT || Rate $40/hr. on c2c || F2F Required

2016-09-21 Thread Vishal Ji Awasthi
Rate : $40/hr on C2C (Junior role 4 years of exp is fine)



I have 10 positions in Stamford, CT for a Perl/Java developer, *(70% perl,
5.6 and 30%java) with banking experience.  *



These are 9 months + contract positions, H1-B candidates will work, but
they must be local or close enough for a face to face interview.  The
client wants to have them start on October 15th.


Let me know if you have anyone, they will be interviewing ASAP on any
candidates they like



Here is the job description.



4-5 years’ experience in PERL 5.6 (70%)/ Java Developer (30%)

banking experience is add advantage

Migration/Application Maintenance





*Needed some details for submission process -*






*Full Legal Name : Contact Number:
Email ID: Current
Location   : *

*Relocation   :*



*Last 4 digit of SSN : Skype ID
  : DOB(MM/DD): *

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*









*Regards*



*Vishal Ji Awasthi*

214-227-9311(Direct)

*E-Mail:*vis...@srimatrix.com

*Srimatrix Inc.*

1255 west 15th street suite 815 Plano, TX 75075

*Web: **www.srimatrix.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/CAJYEZ9-0koFO7U4yDCr5jF6%2Br82VtN7z2iiOHSNun3NkMPyd1Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT REQ **** ORACLE EBS CONSULTANT * PA/ CONTRACT

2016-09-21 Thread tejasri surapaneni
HI,



*Position: Oracle EBS Techno Functional Consultant Location: Malvern, PA,
USA Duration of Hiring: 6+ Months Contract*



Domain: Field Service for Retail or Distribution industry



*Job Description:*



*Responsibilities:*

·   Requirements gathering

·   Design Delivery

·   Development Deliver

·   QA/UAT Support

·   Prod Go live Support and validations

·   Post Go live stabilization

·   Coordination of tasks with offshore and other stakeholders

Plan, manage and execute OFSC upgrades and application patch deployment

Mandatory Skills:

Hands on experience on Oracle Field Service Cloud implementation/Upgrades
and Configuration changes.

Oracle EBS R12 Field Service Module Functional and Technical exposure
(Forms, PLSQL, Concurrent programs, Interfaces)

Good to have skills: Oracle EBS Development Skills (SOA, Java, OAF)



  *Tejasri Surapaneni (Teju)*

Desk No-609-853-0818 Ext-2162
tejasri.surapan...@nityo.com

Fax :   609 799 5746
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/CAD4JY0%2Bqecy0BoMaAKY%3D-rytBs%3DWwRXy7rf0vm6JB4mGWfHS_Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Middleware Consultant - Middletown, NJ

2016-09-21 Thread Vikash Shimpi / L7 Group
*Title: Middleware Consultant*
*Location: Middletown, NJ*
*Duration: 6+ Months*

*Exp. Range: 5.0 to 20.1 *

SKILLS:


   - 6-7 years of experience in Environment mgmt. alongwith project co 
   ordinator skills
   - Database, Middleware & Web/Technical knowledge: BEA Weblogic or any 
   Middleware knowhow, Oracle DB, troubleshooting skills
   - Knowledge about different flavors of OS : Unix, Linux, Solaris.
   - Able to perform Impact analysis for projects, for Code related changes.
   - Experience on Agile/Scrum, Scrum master role experience is plus
   - Defect management & SLA driven, providing deliverables on time
   - Flexible with Multi tasking, ready to support Technical as well as co 
   ordination role.
   

*Thanks & Regards*

*Vikas Shimpi*

*[image: L7-Resources]*

(*A* *L7 Group Company)*


*Email: vik...@l7resources.com *

*Tel: 201-266-0710*

*URL: **www.l7reso*urces.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/1672f895-9db2-4d0c-aef1-8e31e6c7769b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Professionals available for Consulting Services || r...@thoughtbyte.com

2016-09-21 Thread shekhar Reddy
Greetings!



I have excellent consultants available for your requirements.



Please let me know if you have any opportunities (Contract Corp-Corp only)
for listed resources.


You can Contact me at : *973-512-7444 or r...@thoughtbyte.com
.*





*Skill*

*Relocation*

*Availability*

Salesforce

Open to relocate

1 Week

Splunk

Open to relocate

Immediate

ServiceNow

EST & Central

1 Week

Informatica

Open to relocate

Immediate

Ruby on Rails

Open to relocate

Immediate

UI

Open to relocate

1 Week

DevOps

Open to relocate

1 Week

Java

Open to relocate

Immediate

Oracle Apps

CST

1 Week

Oracle PL/SQL

Open to relocate

Immediate

Oracle Taleo

Open to relocate

Immediate

QA Senior

MD, VA, DC, DE

Immediate

OBIEE

Open to relocate

Immediate









I look forward to hearing from you!





Thank you


*Raj  *


*Thought Byte Inc | An E-Verified Firm*

Ph: 973-512-7444

Mail: r...@thoughtbyte.com

Hangouts: shekhar.staff...@gmail.com

Address: 1135 Clifton Ave, Suite # 207

Clifton, NJ 07013

-- 
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/CAJp2XbH4%2BfW8DX3S6_ODK8nwJpcVUkeh%3Dc1qRFdqnzJAPnGm6A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Sustenance and Manufacturing Engineer - North Haven, Connecticut

2016-09-21 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com";>http://i.imgur.com/IYRUyKU.png";>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/529374-sustenance-and-manufacturing-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sustenance%20and%20Manufacturing%20Engineer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png"; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/529374-sustenance-and-manufacturing-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sustenance%20and%20Manufacturing%20Engineer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png"; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/529374-sustenance-and-manufacturing-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sustenance%20and%20Manufacturing%20Engineer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png"; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/529374-sustenance-and-manufacturing-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sustenance%20and%20Manufacturing%20Engineer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png";
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/529374-sustenance-and-manufacturing-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sustenance%20and%20Manufacturing%20Engineer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png"; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/529374-sustenance-and-manufacturing-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sustenance%20and%20Manufacturing%20Engineer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png"; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/529374-sustenance-and-manufacturing-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sustenance%20and%20Manufacturing%20Engineer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png"; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/529374-sustenance-and-manufacturing-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sustenance%20and%20Manufacturing%20Engineer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png"; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/529374-sustenance-and-manufacturing-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sustenance%20and%20Manufacturing%20Engineer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png"; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Sustenance and Manufacturing Engineer in North Haven, Connecticut, if 
you have matching candidates please submit their profiles http://www.job4tech.com/jobs/529374-sustenance-and-manufacturing-engineer-at-cohesive-technologies?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Overview:
We are looking for Sustenance and ManufacturingEngineer from Medical 
Device Industry
Primary Skills:
• PROVEN EXPERIENCE LEADING TOOL ASSESSMENT, REVERSE ENGINEERING, 
VAVE, COST REDUCTION & SUSTENANCE ACTIVITIES 
• EXPERIENCE IN EQUIPMENT ASSESSMENT & 
SUSTENANCE • EXPERIENCE IN 
PRO-E & SOLIDWORKS • 
PROFICIENCY IN MODELLING, CREATING DRAWINGS 
• GOOD KNOWLEDGE OF GD&T, TOLERANCE STACK-UP  • 
PERFORM RISK ASSESSMENTS, MANAGE AND MITIGATE PROJECT RISKS • EXPERIENCE IN 
CHANGE MANAGEMENT & RELATED DOCUMENTATION • MEDICAL DEVICE INDUSTRY 
EXPERIENCE IS A KEY REQUIREMENT • COORDINATE & CLOSELY WORK WITH CLIENT 
TEAMS ( TOOLING, MANUFACTURING, MAINTENANCE)
Secondary Skills:
• CUSTOMER FACING PROJECT MANAGEMENT, VENDOR/PARTNER AND INTERNAL TEAM 
COORDINATION
• Conduct, coordinate and aid in formal Process Validations including 
protocol development and execution.
• Manage all technical aspects of the ECO process(Agile) into the Contract 
Manufacturing organization.
• MANAGE PROJECTS INDEPENDENTLY WITH FOCUS ON TIMELY DELIVERY AND BUDGET 
TARGETS. • SCHEDULING AND MANAGEMENT OF PROGRESS AND RESOU

[android-developers] Urgent Need :: Java J2EE Developer with Seeburge) at Palo Alto, Houston, Austin

2016-09-21 Thread satish kumar
Hello,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...



*Role: Java/J2EE Developer *

*Location: Palo Alto, Houston, Austin*

*Duration: 6+ Months*





*Technical/Functional Skills   -*MUST HAVE SKILLS

WebLogic 10.3.4, JBoss, Oracle AQ, JBoss, GIT. Experience in Seeburger
preferred



Roles & Responsibilities

6-8 years. Proven experience in designing and developing large enterprise
level J2EE middleware platforms. Hands on experience in designing,
developing and deploying WebLogic 10.3.4 based Java enterprise middleware
applications. Very good experience in creating and modifying Maven and ANT
build scripts for deployments and releasing applications to production.
Experience in WebLogic 10.3.4, JBoss, Oracle AQ, JBoss, GIT. Experience in
Seeburger preferred.









*Satish Kumar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
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/CAHxR9GbZtYh5mp%2B%3Dd0B1McvfavZamgsv88_Z2Y53BcU0mHXvRA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java Developer in Chicago, IL !

2016-09-21 Thread Abhishek ojha
*Position: Java Developer*

*Client: CSC Consulting Group Inc*

*Employment Type: 6 Months Contract*

*City: Chicago, IL*

*Local to IL would be a Need*


*Job Description*

· 8+ years of experience.

· Strong QA Automation resource with hands on, coding / scripting
 experience using Core Java, Selenium.

· SQL Querying and RDBMS exposure.

· Very good in Core Java – has experience as a Java developer too
(at least 3 years)Good grasp on Frameworks, Architecture and Design.

· Has worked in automating vast number of test cases and hands on
experience in developing Selenium Test Frameworks from scratch.


*Abhishek Ojha*

* 732- 837- 2138 aojhaATsagetl.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/CAKpcopTnYLNNYG7aNddd5URkoYf6e9ouTNU_Mm_k%3DMO-EkoXxA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Camera2 rotate surface created from MediaCodec

2016-09-21 Thread AJ
In simple words, how to rotate Surface created by MediaCodec.

On Wednesday, September 21, 2016 at 3:42:43 PM UTC+5:30, AJ wrote:
>
> Hi,
>
> I am developing a Camera related App and I am using Camera2 APIs. I have 
> two surfaces added as target. One for the camera preview and second for 
> getting the encoded frames. The camera preview orientation can be easily 
> manipulated using the setTransform() method. But, how can the orientation 
> of the surface used for encoding be changed? In my case, for reverse 
> landscape orientation, the encoded frame is upside down.
>
> Best regards,
> Ajay
>

-- 
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/9fcb1238-60ec-4782-88d9-ce6606b9b2c6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone/Skype Interview: Biztalk Developer!!|Boston|MA

2016-09-21 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Biztalk Developer*

* INTERVIEW: Phone/Skype Interview*

*LOCATION: Boston|MA*

*DURATION:1 YEAR*

*START :ASAP*





*Job Overview:*



o Senior Level Developer who has experience with integration, BizTalk, and
SSIS.

 Non Mandatory Skill
• Knowledgeable with integrating SAP business partner.
• Strong knowledge and deep understanding on ACORD RLC messages, AMS
Gateway implementation, EBOT, ECOT
• Experience with Client EIP for MFD, experience with configuring Client
MFD and customize the MFD display.
• Experience with Exchange server and outlook add-in
Required Experience (Same as Relevant Experience)
• Strong programming skills with BizTalk server. Proficient with BizTalk
orchestration, mapper, adapters. Proficiency in creating pipeline components
• Able to apply BizTalk design patterns
• Strong understanding of Object oriented programming. Able to apply Design
patterns
• Ability to work with limited supervision
• Able to provide good quality design spec and documentation
• Analytical and communication skills. Quickly understand business
requirements and provide optimal solution

Thanks,




-- 



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14ctsr8J%2BeSqQNuvYKVP0xB9UyPmThn4RsDGeaOWYF-YsQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :Business Analyst with Mortgage _ Mclean ,VA _ 6-12+ months

2016-09-21 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

I have an urgent opening on *Business  Analyst with Mortgage* Position with
my client. Please send me the resumes with full name, contact details,
Salary, and availability date.

*Requirement details:*

*Title:* *Business  Analyst with mortgage*

*Location :* *Mclean,VA*

*Duration :6- 12+ **months *

*Rate**:* *Market *



*Need Passport Number or Passport copy and visa copy for submission Please
do not send resume if can’t provide.*



 Technical skills and Knowledge:

*Primary Skills**: Business  Analyst with mortgage and Buying & Selling*

*Responsibilities:*

Responsible for acting as the primary interface between a specific
business/functional area and their IT partners.

Identify business unit requirements, create project and process
specifications, facilitate testing, coordinate with project teams and
ensure that projects are delivered on-time and within budget.

Identify process improvements and implement

Provide resolution to an extensive range of complicated problems.

Interact with senior customer personnel on significant technical matters
frequently requiring coordination across organizational lines



*Key skills:*

8+ years of writing requirements

Knowledge of Mortgage Industry

Strong verbal and written communication skills

CBAP is a plus

Knowledge of *Pricing and/or Selling* systems is a plus

Strong project coordination and change management experience

Experience with project and enhancement lifecycles such as SDLC

Strong interpersonal skills with the ability to build effective working
relationships with business areas and corporate partners

Strong critical thinking and analytical skills

Effective organization skills with attention to detail

Strong customer service skills

Experience working with resources in a matrix environment

Work independently and effectively with staff at all levels and from
multiple divisions

Ability to manage multiple priorities and deadlines

Advanced Knowledge in SQL Writing is required

Strong analyst background in data-oriented applications

Experience with IBM DOORS Tool for documenting requirements, Microsoft Visio



Thanks & Regards

*Shawn Marsh*

Agile Enterprise Solutions, Inc

Ph: 972-427-1801

shawn_ma...@aesinc.us.com||| www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

Note: If you have received this mail in error or prefer not to receive such
emails in the future, please reply with "REMOVE" in the subject line and
the email id(s) to be removed. All removal requests will be honored ASAP.
We sincerely apologize for any inconvenience caused.

-- 
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/CAFjuZGG3d3v0HOuD7LKTvK0u%3D_o9SvjJUbauEAoy-LG8mLDHNg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: SENIOR MANUFACTURING PROGRAM LEAD - North Haven, Connecticut

2016-09-21 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com";>http://i.imgur.com/IYRUyKU.png";>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/529382-senior-manufacturing-program-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=SENIOR%20MANUFACTURING%20PROGRAM%20LEAD&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png"; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/529382-senior-manufacturing-program-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=SENIOR%20MANUFACTURING%20PROGRAM%20LEAD&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png"; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/529382-senior-manufacturing-program-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=SENIOR%20MANUFACTURING%20PROGRAM%20LEAD&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png"; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/529382-senior-manufacturing-program-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=SENIOR%20MANUFACTURING%20PROGRAM%20LEAD&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png";
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/529382-senior-manufacturing-program-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=SENIOR%20MANUFACTURING%20PROGRAM%20LEAD&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png"; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/529382-senior-manufacturing-program-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=SENIOR%20MANUFACTURING%20PROGRAM%20LEAD&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png"; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/529382-senior-manufacturing-program-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=SENIOR%20MANUFACTURING%20PROGRAM%20LEAD&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png"; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/529382-senior-manufacturing-program-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=SENIOR%20MANUFACTURING%20PROGRAM%20LEAD&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png"; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/529382-senior-manufacturing-program-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=SENIOR%20MANUFACTURING%20PROGRAM%20LEAD&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png"; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
SENIOR MANUFACTURING PROGRAM LEAD in North Haven, Connecticut, if you 
have matching candidates please submit their profiles http://www.job4tech.com/jobs/529382-senior-manufacturing-program-lead-at-cohesive-technologies?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Job Title: SENIOR MANUFACTURING PROGRAM LEAD
Location: US- North Haven, CT
Duration: 12 Months
Type of Hire: Contract
# of Positions: 1 
Overview:
Senior Manufacturing program lead for Medical industry Line transfer 
projects
Primary Skills:
1. MANUFACTURING PROJECT MANAGER WITH 10-12 YEARS OF EXPERIENCE 2. 
MEDICAL DEVICE INDUSTRY 3. PROVEN EXPERIENCE LEADING 
LINE TRANSFER PROJECTS, TEAM MANAGEMENTCOORDINATION  
4. EXPERIENCE IN EQUIPMENTPROCESS VALIDATION 
5. MEDICAL DEVICE (21CFR 820 
& ISO13485) REGULATORY STANDARDS AND ENGINEERING 
APPLICATIONS
Secondary Skills:
1. ESTABLISHING SUITABLE PROJECT QUALITY STANDARDS IN CONSULTATION WITH 
CUSTOMERS/PARTNERS AND IMPLEMENTING APPROPRIATE QUALITY MANAGEMENT  
PRACTICES/PROCESSES/SYSTEMS TO ENSURE CUSTOMER SATISFACTION
 2. CUSTOMER FACING PROJECT MANAGEMENT, VENDOR/PARTNER AND INTERNAL TEAM 
COORDINATION
 3. ESTABLISHING STRICT CHANGE CONTROL MECHANISMS AND PROCESSES FOR 
MANAGEMENT OF ALL PROJECT CHANGES.
 4. MAP AND DRAFT- SCOPE OF WORK
 5. BUILD AND MANAGE ONSITE/OFFSHORE PROJECT TEAM
 6. MANAGE PROJECT /PROGRAMS WITH INTERDEPENDENT PROJECTS, WITH FOCUS ON 
TIMELY DELIVERY AND BUDGET TARGETS.
 7. SCHEDULING AND MANAGEMENT OF PROGR

[android-developers] Sr. C++ Developer - Middletown NJ

2016-09-21 Thread Vikash Shimpi / L7 Group


Job Title: C++ Developer

Location: Middletown NJ

Duration: 6 Months

Exp. Range: 5.0 to 10.0 


*Job Description:*

To contribute to a project as an SME on a given technology or domain and, 
remain abreast with developments in that technology or domain. Basis the 
expertise, evaluate the impact of technology on existing technology and 
systems. To design systems and assess the effectiveness of technology 
resources already in use or new systems that are being implemented. 

Determine the practicality of changes and modification of systems. 

Oversee the optimization, validation, and approval of technology 
application to customer products.  

Fully understand all relevant customer technical requirements, processes, 
procedures, limitations and constraints as well as TechM¿s technology, 
resources, capabilities, limitations and constraints.  

Work with the project team to identify and harness technical resources and 
capabilities required to deliver production and quality metrics as defined 
by customers 

Lead technical team through project implementation phase. 

Articulate and explain designs and constraints to stakeholders after 
understanding customer perspective. Ensure compliance to internal tools. 

Sensitize the team to go beyond the immediate deliverables to assess how to 
provide greater value to the customer on an ongoing basis. 

Determine methodology and processes for quality planning (in concurrence 
with project planning), define standards to use, document quality criteria 
and quality measurement processes, face audits and project process 
monitoring. 

Review project profitability and other agreed parameters and provide 
relevant status reports to the management and customer. Ensure steering 
committee meetings and other regular meetings with customer. 

Develop supporting documentation and materials including demonstrations, 
presentations and other tools to ensure solutions are easy to manage and 
repeatable.  Promote team work, motivate, coach and develop people in the 
team to build functional skills and desired behaviours to deliver results. 
Manage complex scenarios effectively like business risks, multiple vendor 
issues, code red situations etc. and customer expectations without 
impacting associates adversely. 

Provide technical and other guidance as required to the team and assess the 
performance of the associates.


*Thanks & Regards*

*Vikas Shimpi*

*[image: L7-Resources]*

(*A* *L7 Group Company)*


*Email: vik...@l7resources.com *

*Tel: 201-266-0710*

*URL: **www.l7reso*urces.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/fee6a09b-9230-440e-967b-c5bf293a7b85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than Skype Interview:Sr. Java Developer with automation experience (SET)| Wilmington, DE

2016-09-21 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: Sr. Java Developer with automation experience (SET)*

* INTERVIEW: Phone than Skype Interview*

*LOCATION: Wilmington, DE*

*START :ASAP*





*Job Overview:*



*Title: Software Engineer in Test (SET)- essentially looking for a Java
Developer who will be developer automated test frameworks. *



Overall Job Purpose

• An acknowledged Java technical expert with proven experience
in the techniques and tools being used across the development lifecycle

• Responsible for the architectural and technical
implementation of automated test development on multiple concurrent projects

• Drive innovation in testability of code, test automation
strategy and methodology

• Ensure success of continuous integration and quality control
through automation

• Ensure high-quality solutions through automation

• Establish quality assurance standards and best practices for
test automation.



Delivery

• Review requirements and design specifications with an
emphasis towards product testability

• Develop test strategies with QA engineers, developers and
team members

• Design & code unit, component, integration, service/API and
system automated testing for all new or enhanced IT systems to a high level
of quality, producing appropriate documentation.

• Maintaining an expert level awareness of relevant software
design techniques, automation tools and processes, development tools and
processes, providing leadership in the use of these across the organisation
area.

• Develop supporting structures for all test automation
including mocks, stubs, & test harnesses

• Design, extend, and optimize test automation framework

• Automate test data management

• Identify, implement, manage and report appropriate metrics.

• Work with the Quality Assurance organization to ensure
established procedures, standards and processes are utilized consistently

• Maintains quality standards for own work; detail-oriented.

• Develop and sustain positive relationships with peers.

• Provide technical support and coaching to team members
regarding automated testing and optimizing testability of code



Administration

• Manage the adherence and quality of all Administrative
responsibilities according to prescribed timelines including:

• Performance Development Process

• Timesheets

• Information Security Training and Acceptable Use Policy
submissions

• Support Quality Assurance goals

• Adhere to all Barclays, Barclaycard, BCUS and BTG standards,
policies and governance practices



Person Specification

(Personal attributes essential to performing role: e.g. skills,
competencies, expertise, knowledge, experience.  Note: experience not to be
time-bound)

Required

• Best qualified candidate must have minimum five years (10+
preferred) development experience in Java on large software systems.

• Experience working in an agile development environment,
preferably Scrum



Technical Knowledge

• Can describe the overall function of several components in
the technical platform

• Demonstrated very strong level of technical expertise both
within own area of responsibility and other IT domains

• Has comprehensive understanding of full development lifecycle
and is actively involved in all phases

• Proficient in object oriented design and design patterns

• Experience with unit testing tools such as JUnit, TestNG,

• Can describe solutions in UML

• Understand Java, JEE, Javascript, O/R Mapping, SQL, PL/SQL,
UNIX scripting, UML, Eclipse, Frameworks (Struts, Stripes, Spring),
CVS/SubVersion, HTML, CSS

• Has expert knowledge of multi-threading, SOAP/REST,  and MVC

• Well versed in RDBMS technology:  Oracle, SQL Server

• Bachelor’s degree in Computer Science or Engineering



Desired

• Experience with Test Driven Development

• Experience with Continuous Delivery

• Experience in one of more test automation tools is great plus
like SOAPUI Pro, Selenium, Ranorex, SeeTest. QTP

• Experience with Jenkins/Hudson/Nolio/SONAR/Fisheye/Crucible

• Domain background of Banking / Credit Card industry

• Experience with TSYS

• MS or PhD




-- 



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.co

[android-developers] Re: UTM Parameters for Google Play - User Aquistion Report.

2016-09-21 Thread DeveloperDnT
PLEASE HELP

On Tuesday, September 20, 2016 at 8:10:15 PM UTC+5:30, DeveloperDnT wrote:
>
> Hi,
>
> I would like to track UTM parameters for my app link. I have two links 
> defined as 
>
>
>1. https://play.google.com/store/apps/details?id=com.example.app&;
>*referrer=utm_source%3Dcampsource1*
>2. https://play.google.com/store/apps/details?id=com.example.app&;
>*referrer=utm_source%3Dcampsource2*
>
> I would like to distinguish whether the user installed the  the app via 
> link 1 or 2. My understanding is, I don't need to make any changes to app 
> code as Developer Console has User Acquisition Report. In this report, I 
> would be able to see number of users who reached and installed the app via 
> link 1 or 2. 
>
>
> Is this correct? Will existing User Acquisition report in google play be 
> able to segregate the information by UTM parameters? 
>
>
> Thanks and Regards,
>
>
>
>

-- 
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/210c2ab3-6a2a-4a1c-8b03-fe9452f66c62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need---DevOps Engineer----GC or Citizens Only

2016-09-21 Thread Saikiran Nandrolu
Hi Friends,

Hope you are doing great,



I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
consultant updated profile ASAP.



*Position Title: DevOps Engineer*

*Location: Washington, DC—Locals are preferred *

*Duration: 6 Months +*

*GC or Citizens Only*



*Lead the DevOps effort, doesn't necessarily need to be an Architect a Sr.
engineer could do the job. they need to have exp. with CI/CD and automated
release mgmt. processes. Need to have worked with Jenkins, Maven and GIT*.



*Competencies:*

•   Must have 6+ years of overall IT experience in the areas of
software development.

•   Experienced in setting up the DevOps / Continuous Integration
Continuous Deployment Processes to enable the integration of the software
development best practices tools to aid the productivity of the development
team and increase the stability of the code base.

•   Must be prepared to work hands on with build automation /
deployment tasks using Jenkins / Hudson / Go or any other similar tools.

•   Must have solid understanding of Agile and Waterfall
development cycles and unique requirements of various test, performance,
integration, performance, etc. cycles in SDLC.

•   Good to have experience in working with GIT/BitBucket and
understanding of best practices in code management and branching strategies.

•   Define the best practices for the source control for the team
and work with Configuration Management team to implement the best practices.

•   Implement the automated builds for the various FEPOC
applications using the Continuous Integration Server.

•   Integrate the static code analysis tool SONAR to automate code
analysis to identify the coding issues and publish the reports on scheduled
basis.

•   Review the existing the build process and identify and document
the gaps.

•   Come up with the path to migrate the existing ANT based build
scripts to Maven.

•   Experienced with writing the batch scripts for Windows and Unix
environments.

•   Sound understanding of the Java Enterprise application
packaging and deployment.

•   Experience with IBM WebSphere Application servers and various
administration tools used for the silent deployment, writing build scripts
using ANT.

•   Must have ability to work independently.

•   Must have extensive experience with Agile or Scrum
methodologies.

•   Must have excellent communication skills, both verbal and
written (in English).

•   Good to have experience in working with API Management Tools.

•   Familiar with Container technologies. Understand Microservice
concepts and integration with light weight containers.





Best Regard

Sai Kiran

saikir...@usmsystems.com

703-880-4146

-- 
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/CAJT%2BorD56jNoMHX8cUrmxyy_ZBD8N6fuYqS88CaGR-DLwZdokA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Local Only----WebSphere Admin in VA

2016-09-21 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Position Title: WebSphere Admin
Location: Vienna, VA---*Need Local Only!*
Duration: 12+ Months
*No H1 – only GC and US citizens*

Major Responsibilities:
Install, configure, tune and support WebSphere Application Server.
Setup load balancing, clustering, and failover.
Develop automation tools for Password management, Monitoring, Configuration
and Deployment.
Assist application and testing teams.
Work with Vendor Support to assist in troubleshooting and resolving issues
(open service requests and follow up with Vendor Support)
Develop support documentation.
Be available 24/7 to support staff in case of issues.

Required:
Hands on experience in the installation, configuration, tuning/sizing,
clustering, deployment and problem resolution of WebSphere Middleware
Components.
Ability to use or develop tools to automate maintenance, configuration
changes, password changes, deployments and migrations of WebSphere
Middleware components.
Experience creating scripts (wsadmin, shell, perl, ant, Jython, Python,
Jacl)

Nice to have:
Ability to install and configure WebSphere MQ servers. Perform MQ System
Management, performance tuning, troubleshooting, and maintenance.
Ability to perform administrative tasks, download and upgrade firmware,
create and manager user accounts and domains on the Datapower Appliances


Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
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/CAL4ROq4UAzX4PuYoisz0C8voJaJaUjT9s2nTdkTSuaDFVHKmzA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED: Sr DevOps Engineer (9+ Years) in DC

2016-09-21 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Position Title: Sr DevOps Engineer (*9+ Years*)
Location: Washington, DC
Duration: 6 Months +

*Need EAD, GC, TN or Citizen Only!!*

This position requires the knowledge and experience with setting up the
Continuous Integration, Continuous Deployment (CI/CD) and DevOps processes
for a large organization involving multiple systems and teams. The
candidate should have successfully setup the CICD Environments using
Jenkins, Hudson, CruiseControl, Go, etc. and have automated the builds and
deployment for the large software development projects. The candidate
should be prepared to implement these processes and be hands on with
various tools.

Lead the DevOps effort, doesn't necessarily need to be an Architect a Sr.
engineer could do the job. they need to have exp. with CI/CD and automated
release mgmt. processes. Need to have worked with Jenkins, Maven and GIT.

Competencies:
Must have 6+ years of overall IT experience in the areas of software
development.
Experienced in setting up the DevOps / Continuous Integration Continuous
Deployment Processes to enable the integration of the software development
best practices tools to aid the productivity of the development team and
increase the stability of the code base.
Must be prepared to work hands on with build automation / deployment tasks
using Jenkins / Hudson / Go or any other similar tools.
Must have solid understanding of Agile and Waterfall development cycles and
unique requirements of various test, performance, integration, performance,
etc. cycles in SDLC.
Good to have experience in working with GIT/BitBucket and understanding of
best practices in code management and branching strategies.
Define the best practices for the source control for the team and work with
Configuration Management team to implement the best practices.
Implement the automated builds for the various FEPOC applications using the
Continuous Integration Server.
Integrate the static code analysis tool SONAR to automate code analysis to
identify the coding issues and publish the reports on scheduled basis.
Review the existing the build process and identify and document the gaps.
Come up with the path to migrate the existing ANT based build scripts to
Maven.
Experienced with writing the batch scripts for Windows and Unix
environments.
Sound understanding of the Java Enterprise application packaging and
deployment.
Experience with IBM WebSphere Application servers and various
administration tools used for the silent deployment, writing build scripts
using ANT.
Must have ability to work independently.
Must have extensive experience with Agile or Scrum methodologies.
Must have excellent communication skills, both verbal and written (in
English).
Good to have experience in working with API Management Tools.
Familiar with Container technologies. Understand Microservice concepts and
integration with light weight containers.


Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
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/CAL4ROq6qk0SCtQMy54Jxw9-DGLD5-Rm%2Bjm6Rht55gPWxNaBMVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hotlist !!

2016-09-21 Thread pavani p
Hello All,


Please let me know if you have any relevant openings for our available
expert @ pavanip.kane...@gmail.com / pav...@kanedge.com




S No Name Skill Technical Skill Set Availability Relocation
1 Sunitha SCCM Operating Systems: Windows 7, Windows XP Professional
SP1/SP2, Windows 2003/2000, Windows NT Server 4.0 and Workstation, Windows
Vista, Windows 10.
Packaging Tools: Wise Package Studio 4.01/4.6/5.6/6.0/7.0/8.0,
InstallShield Admin Studio 2013 .
Scripting Languages: VBScript, WiseScript, Powershell.
Deployment Tools: SCCM 2012, SCCM 2007 Immediate Yes
2 Krishnakanth SCCM Packaging Tools: App-V 5.0, Wise Package Studio 8,
InstallShield Admin Studio 2013
Scripting Languages: VBScript, WiseScript, PowerShell
Deployment & Management Tools: SCCM 2007, SCCM 2012, AD & GPO, MDT, ACT
5.5, Windows AIK, DISM. HP Quality Center, Test Director, MS Windows SDK
Others: MS Office 365, Lotus Notes, VDI, VMWare Workstation, MS Office
Communicator, Lync, Orca, Process Monitor, Process Explorer, InCntrl and
Sysinternal tools . Immediate Yes
3 Sandeep G Java Programming Languages :C, C++, Oracle Java Version 8
Update 40
JDK versions : JDK 8
Java EE Technologies :JSP 2.2, Servlets 3.0, EJB 3.1, JDBC 4.0
Protocol specifications : SOAP 1.2, HTTP 1.0, RPC version 2.0
Web Technologies :JavaScript 1.8.5, XML 1.1, HTML 5.1, CSS 2.1, XTML 2.0,
WSDL 2.0, XML 2.0
Frameworks and Build Tools :Apache Struts 2.3.15.1, Hibernate 4.3, Spring
4.1.5,Apache Maven 3.2.5
Web/Application Servers: JBoss Application Sever , WebLogic Server
Databases :MySQL v5.6.16,MSSQL Server 2014, Oracle 12c
IDE Tools :Eclipse 4.4.2, NetBeans IDE 7
Operating Systems :Windows 98/XP/2000/2003/7/8/8.1, Linux CentOS 7, Ubuntu
Desktop Environments : GNOME 3.14
Testing: JUnit 4.12
Version Control : GIT, SVN Immediate Yes
4 Krishna Tableau BI/Visualization & ETL Tools:Tableau (Desktop &
Server)7.x/8.x/9.x, Cognos 10.x/8.x, and MSBI (SSIS, SSAS, SSRS)
Databases:SQL Server 2005/2008/2012, Oracle 8i/9i/10g/11g
Programming Languages:SQL, PL/SQL, C#, C
Scripting Languages :HTML, JavaScript, XML
Immediate Yes
5 Sai Kiran SAP MM Primary skills :SAP MM SAP R/3 4.7, ECC 5.0, ECC 6.0
Applications :SAP GUI 6.40, 7.00,7.10,7.20
Office Products :MS-Office, MS-Visio
Project Mgt :MS-Project Professional
Immediate Yes
6 Sisira Salesforce SFDC :Visual force (Pages, Components & Controllers),
Apex Classes, Apex Triggers, Test Classes, Apex Custom Controllers and
Extension, Validation Rules, Work Flows, Dashboards, Reports, Custom
Objects, Force.com Eclipse IDE Plug-in, Apex Web Services, Apex Explorer,
Sandbox development and testing, Apex Data Loader, Connect Offline,
S-controls, SOQL, SOSL
Salesforce API tools : Eclipse, AppExchange Data Loader, Edition
Salesforce Integration tools : Jitterbit, DemandTools
Languages: Apex, Java, J2EE, C++, C
Web : HTML, XML, JavaScript, REST and SOAP Web Services, Bootstrap
Java Technologies : Java, Servlets, JavaScript, JSP, Angular JS
Immediate Yes

*Thank You,*

*Pavani *

*Sales and Recruiting Team*

2820 W Maple RD. Suite No: 241, Troy, MI-48084
Phone :(248) 991 0104 | Fax :1-248-850-1404.
Email :pav...@kanedge.com| http://www.kanedge.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/CAJGz4FbU8OTVNbtEqHvducA4TMyRKk%3DKdX6b%3D-YpK-0U77bh3Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Mobile Application Developer - Bridgewater, New Jersey

2016-09-21 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com";>http://i.imgur.com/IYRUyKU.png";>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/529418-mobile-application-developer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Mobile%20Application%20Developer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png"; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/529418-mobile-application-developer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Mobile%20Application%20Developer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png"; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/529418-mobile-application-developer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Mobile%20Application%20Developer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png"; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/529418-mobile-application-developer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Mobile%20Application%20Developer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png";
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/529418-mobile-application-developer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Mobile%20Application%20Developer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png"; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/529418-mobile-application-developer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Mobile%20Application%20Developer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png"; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/529418-mobile-application-developer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Mobile%20Application%20Developer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png"; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/529418-mobile-application-developer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Mobile%20Application%20Developer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png"; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/529418-mobile-application-developer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Mobile%20Application%20Developer&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png"; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Mobile Application Developer in Bridgewater, New Jersey, if you have 
matching candidates please submit their profiles http://www.job4tech.com/jobs/529418-mobile-application-developer-at-cohesive-technologies?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Overview:
Candidate required to have good expousre to android application 
development 
Primary Skills:
C/C++,  Java • Able to analyze and customize Google 
native applications, OEM developed applications •Good in debugging and 
problem solving. - Have good exposure to Android log analysis, Logcat and 
other de-bugging techniques. 
Secondary Skills:
Good communication skill - Good team player 
Educational Qualifications
B.E, B.Tech
 “We are an equal opportunity employer”

   http://www.job4tech.com/jobs/529418-mobile-application-developer-at-cohesive-technologies?utm_source=JA47-Down&utm_medium=Groups-email&utm_campaign=Job-Alerts";>http://i.imgur.com/hh3Zxn3.png"; border="0" alt="Submit 
Resume">http://bit.ly/1sPBNiv";>http://i.imgur.com/52zzcpv.png"; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Mediahttps://j4t.co/2aKBc8z";>http://i.imgur.com/gZN62gb.png"; 
height="64" width="64" border="0" alt="LinkedIn"> https://j4t.co/290PJQd";>http://i.imgur.com/KBYhvGp.png"; 
height="64" width="64" border="0" alt="Facebook"> https://j4t.co/2czrVGT";>http://i.imgur.com/7BQZxSD.png"; 
height="64" width="64" border="0" alt="Twitter"> https://j4t.co/1XZKwMu";>http://i.imgur.com/fYxvx3Y.png"; 
height="64" width="64" border="0" alt="Google+">  https://j4t.co/2cox4xp";>http://i.imgur.com/h

[android-developers] Position: UI ENGINEER

2016-09-21 Thread up2datecorp

*Position: UI ENGINEER*

*Client : Apple Sunnyvale*


*Requirements :*
   


   - Experience with writing automation test cases for UI/Web 
   Development. Should also have hands on experience in Javascript & UI 
   technologies.
   - Write and revise QA plan for our web portals
   - Develop end-to-end automated test coverage for our all our 
   web application.
   - Analyze current QA practices and help build automated 
   functionality tests
   -Work with Product Management and Engineering to resolve 
   bugs as they're discovered
   -Qualify major and minor releases to production
   - Understand Javascript, React and UI technologies 
   - Organize and maintain Jira, our issue-tracking system
   -  Skills: Javascript, React,Flux,Selenium/Robot Framework, 
   Javascript testing Framework, HTML, CSS 


*TOTAL EXPERIENCE :*


*RELEVANT EXPERIENCE  :*

*OFFICIAL NOTICE PERIOD :*

*CURRENT  RATE  PER HOUR :*

*VISA STATUS :*

*EMAIL ID :-* *up2datec...@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/fe74da32-4b39-4afd-b85a-132fcdae27e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot Req:::UI Developer(Strong javascript) || Philadelphia, PA || F2F required

2016-09-21 Thread Vishal Ji Awasthi
Client: Comcast

Location:  Philadelphia

Length – 6 months to a year

Interview process: online javascript test, Phone, then onsite



*Need to complete an online javascript test today only*





 Notes:

So this manager just hired 2 people from us and they were more junior to
mid level Angular JS people.   Now she needs to hire 2 Senior level Angular
JSThe interview process is.  If they pass, then we submit.  Phone
 interview and then Onsite



Job description



Responsibilities include:

Our client is building a new team to support a new product they are
building and currently have a need to hire 2 Developers.



• Validate UI/UX specifications from a technical perspective and
participate in requirements analysis, development of timelines and project
plans.

• Use project planning and issue tracking tools (e.g. Jira) within an agile
development methodology.

• Develop software using AngularJS, Java Script, HTML5, CSS3, Ruby, GITHUB,
to build and integrate public facing websites and web services.

• Commit software code using Git for peer review daily.

• Create and execute software tests at several levels (unit, integration,
etc.)

• Deploy, monitor, and support software releases during iterative
development cycles.

• Ensure we meet a high bar for user experience, software performance and
quality, and continually raise this bar.







Required Experience & Skills



*¿ Bachelor’s degree in a related field or equivalent work experience, with
4+ years of directly relevant experience required.*

*¿ Professional experience in web application development with a thorough
understanding of web-related technologies and software development
techniques.*

*¿ Minimum of 3years of experience with HTML, CSS, Java Script, and
AngularJS.*

*¿ Strong experience (2+years) developing in AngularJS framework*

*¿ Solid knowledge of internet browsers and website usability.*

*¿ Strong organizational and problem solving abilities *

*¿ Strong verbal and written communication skills *





*Needed some details for submission process -*






*Full Legal Name : Contact Number:
Email ID: Current
Location   : *

*Relocation   :*



*Last 4 digit of SSN : Skype ID
  : DOB(MM/DD): *

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*









*Regards*



*Vishal Ji Awasthi*

214-227-9311(Direct)

*E-Mail:*vis...@srimatrix.com

*Srimatrix Inc.*

1255 west 15th street suite 815 Plano, TX 75075

*Web: **www.srimatrix.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/CAJYEZ9-9%2BvHfuEpaE1aFq4m%2BrLo%3D0LZnyzrwaoOzaoUQn_yvXA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New Position - System Admin - Linux/ Atlanta, GA

2016-09-21 Thread Rizwan Dawood
*System Admin - Linux*

*Atlanta, GA*

*6+ Months Contract*



*Requisition Details:*

· Expert on system administration on RHEL, UBUNTU and other open
source Linux platforms. Minimum L2+ level.

· Very good exp on Apache, Tomcat, Java and Web Server management –
Preferably public facing websites

· Exp in NGINX is required

· Puppet & Chef tool management experience

· Good at shell scripting and task automation

· Red Hat virtualization/KVM experience

· should be able to handle extremely large pool of web servers with
typical web stack management experience

· AWS EC2 Administration

· We are an Equal Opportunity/Affirmative Action employer. All
qualified applicants will receive

· consideration for employment without regard to race, color,
religion, sex, national origin, gender identity, sexual orientation,
disability status, protected veteran status,

· or any other characteristic protected by law.

-- 
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/CANpokiB6tedqnk4iF2qHXWfdcK0wKTc0U5dCu-8E59t735Vp3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Need - Reports Tester

2016-09-21 Thread Mohammad Imran
 

Hi Partner, I hope you are doing great! Please share profiles for the below
position.

 

 

Skills:

Reports Tester:

Data Mining:

Validation Reports: 

Business Objects: 

Datastage: 

SQL: 

 

Just make sure they all the skills that are bolded.




JOB INFORMATION:

 

Title: Reports Tester

Location:  Plano, TX

Contract: OPEN (C2C is ok)

Interview Process: Telephone Interview/SKYPE and Face to Face Interview.

JOB DESCRIPTION:

These are all the details we have.

 

Our client is seeking a Reports Tester.  This person will perform Data
Mining  validation reports.  It will be done with Business Objects,
Datastage, SQL.

 

 

 

 

 

 

Best Regards,

Mohammad Imran Uddin

Manager Talent Acquisition

IDC Technologies Inc.

1851 McCarthy Boulevard, Suite 116, Milpitas, CA, USA, 95035.

Ph - 408-459-5636 Fax - 408-608-6088

Email -  
mohammad.ima...@idctechnologies.com

URL- .   www.idctechnologies.com

CMM LEVEL 3 Company & ISO 9001-2008 Certified

 

"Under Bill s. 1618 Title III passed by the 105th U.S. Congress this mail
can not be considered spam as long as we include a way to be removed from
our mailing list. Simply send us an e-mail with REMOVE in the subject and we
will gladly REMOVE you from our mailing list."

 

-- 
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/57e2b3c8.8b24240a.a7992.69dcSMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Urgent Need----Oracle PLSQL Developer(Local with 8+ Profile)

2016-09-21 Thread venu gopal


Hi,

 

I am herewith submitting an excellent profile for the said position. He is 
well experienced with good communication skills. Revert back to me for more 
information on 321-245-6857 or mail me at v...@dizercorp.com. 

 

Best regards, 

Venu Gopal

Technical Recruiter

Direct   : 628-400-9003

Email: v...@dizercorp.com 

URL  :  www.dizercorp.com 

1912  Mentor Ave  |  Painesville  | OH  |  44077  
"Certified Minority-owned Business Enterprise (MBE)" 

On Wednesday, September 21, 2016 at 2:33:38 AM UTC+5:30, Bharat Chhibber 
wrote:
>
> Hello,
>
> Hope you are doing well
>
> This is Bharat from Niyo Infotech.. Please find the JD below and if you 
> have any consultant available then please let me know ASAP at 
> bhara...@nityo.com.
>
>  
>
> *Oracle PLSQL Developer*
>
> *Quincy,MA*
>
> *Contract*
>
> JD
> Qualifications & Requirements: 
> 5+ years of professional experience working with Oracle database
> Must possess strong technical competencies in SQL and PL/SQL
> Should be able to develops PL/SQL scripts for complex business 
> requirements through analysis, design, development, testing, debugging and 
> documentation phases. (RDBMS Concepts - Expertise in SQL queries, complex 
> joins,Expertise in PL/SQL,Hands on Procedures ,functions and packages,Hands 
> on any SQL editors ,Query Tuning techniques
> Good to have knowledge on Unix/Perl scripts and commands)
> Experience creating stored procedures from scratch.
> Create complex PL/SQL scripts based on specific business requirements.
> Perform database tuning and optimization.
> Experience in a financial/banking domain required.
> Experience in AGILE development methodology 
> Knowledge of database, system design, and technical architecture concepts
> Knowledge on ETL tool a plus.
> Exposure to Goldengate and exadata would be good to have.
>

-- 
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/4fbb078a-6dce-426e-b549-6b7e8ec9e919%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone Interview:PEGA Developer with CSA and CSSA in Rancho Cordova,CA

2016-09-21 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: PEGA Developer with CSA and CSSA*

* INTERVIEW: Phone Interview*

*LOCATION: Rancho Cordova, CA*

*START :ASAP*





*Job Overview:*

*PEGA Developer with CSA and CSSA.*



*The client is very particular about the certification. They will check it
before considering the consultant.*

*Must Haves- CSA and CSSA (not considering recent certifications, client
wants someone who has/had their certs for a couple years)*



*Thanks,*


-- 



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14d%3Dn3uN%2B%2B%2By4GrAHwXuvy65Koh5LZqSFtxdoRHcm8kahA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Presenting Hot list of Prospect Infosys Inc

2016-09-21 Thread Varada chari
Hello Partners,



Happy Wednesday



Kindly find the below Hot list of Prospect Infosys Inc., They are available
with short notice period. If you come across any relevant requirement to
our consultant kindly share the requirement to ch...@prospectinfosys.com or
reach my number at 636-536-0505 with EXT 115





*Name*

*Technology*

*Location*

*Re-Location*

*Visa Status*

*Experience*

Elan

Oracle Pl/SQL

TX

Open

H1

15

RAVEENDRA

Mainframe Tech Lead

MO

Open

H1

11+

Raghava

Sharepoint Lead

TX

Open

H1

10

KUNAL

Sr Java Developer

IA

Open

H1

8

Raj

MS SQL Server Developer

MO

Open

H1

8

Sangeetha

.Net Developer

NC

Only at EST

H4 EAD

8

Jayesh Giri

Java

MO

Open

OPT EAD

7

Sravan

UI

MO

Open

OPT EAD

6

Sai kumar

UI

MO

Open

OPT EAD

6

Vinuthna

Java

MO

Open

OPT EAD

6

Bhavana

BA

PA

Open

OPT EAD

6

Sravanya

BA

MD

Boston, MA

OPT EAD

6

-- 
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/CAHN%2B17a8gR_%3DTwLyCPkXxYo%2B8uPASs8ASqVPqgyiJOpVhYqxQQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot List - BSA || Remedy / ServiceNow|| PEGA || .Net || UI || BS || Project Manager || B.I. || Hot List

2016-09-21 Thread jobolic75


 

Hello Friends

 

Available Consultant HotList from “vTech Solution Inc.” So Send me 
requirement on nirma...@vtechsolution.com

Ph: (202) 241.2419 (D)

 

 

Name :- Yanina

 

Technology Skill :-  Business System Analyst

 

Current Location :-  IL

 

Relocation :-   IL, IN

 

Total Exp :-  10+

 

 

 

Name :- A Bakshi

 

Technology Skill :-  Business Analyst / Project Manager

 

Current Location :-  MD

 

Relocation :-   MD, DC

 

Total Exp :-  8+

 

 

 

 

Name :- Adrain

 

Technology Skill :-  System Admin (CCNA Certified )

 

Current Location :-  Houston, TX

 

Relocation :-   Houston, TX

 

Total Exp :-  10+

 

 

 

 

Name :- Sid

 

Technology Skill :-  PEGA Developer

 

Current Location :-  VA

 

Relocation :-   ALL  USA

 

Total Exp :-  7+

 

 

 

 

Name :- Hiren Kuamr

 

Technology Skill :-  SQL DEVELOPER

 

Current Location :-  VA

 

Relocation :-   ALL USA

 

Total Exp :-  6+

 

 

 

 

 

Name :- MARC B

 

Technology Skill :-  SERVICE NOW DEVELOPER/ BMC REMEDY DEVELOPER

 

Current Location :-  NJ

 

Relocation :-   EASTEN USA

 

Total Exp :-  17+

 

 

 

 

Name :- MANI T

 

Technology Skill :-  .NET  DEVELOPER

 

Current Location :-  TX

 

Relocation :-   ALL  USA

 

Total Exp :-  7+

 

 

 

 

Name :- H Kumar

 

Technology Skill :-  Business Intelligence Developer 

 

Current Location :-  VA

 

Relocation :-   ALL USA

 

Total Exp :-  8+

 

 

 

 

Name :- Hiren V

 

Technology Skill :-  .Net Developer

 

Current Location :-  CA

 

Relocation :-   ALL USA

 

Total Exp :-  6+

 

 

Name :- Attli

 

Technology Skill :-  JavaScript Developer

 

Current Location :-  TX

 

Relocation :-   ALL  USA

 

Total Exp :-  7+

 

 

 

*Thanks & Regards,*

 

*Nirmal Patel*

*Technical Recruiter*

 

*vTech Solution Inc.*

*You Seek, We Deliver**.s*

 

(202) 241.2419 (D)

866.733.4974 Fax

*r...@vtechsolution.us*

nirma...@vtechsolution.com

 

1100 H street, N.W. Suite 450,

Washington DC 20005

 

www.vTechSolution.com  


This is a PRIVATE message. If you are not the intended recipient, please 
delete without copying and kindly advise us by e-mail of the mistake in 
delivery. NOTE: Regardless of content, this e-mail shall not operate to 
bind vTech to any order or other contract unless pursuant to explicit 
written agreement or government initiative expressly permitting the use of 
e-mail for such purpose.

 

 

 

 

 

 

 

 

 

 

-- 
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/ffa2388d-f86c-4219-85c4-4ceddc1d23dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] UI / Angular JS Architect - NYC, NY

2016-09-21 Thread Vikash Shimpi / L7 Group


*Role: UI / Angular JS Architect*

Location: NYC, NY 

Duration: 6 Months

Exp. Range: 10.0 to 20.0 

 

Job description:

   - Angular JS, HTML , CSS , Jav Script, Jquery, boot star , UI
   - To ensure successful initiation, planning, execution, control and 
   completion of the project by guiding team members on technical aspects, 
   conducting reviews of technical documents and artefacts. Lead project 
   development, production support and maintenance activities. Fill and ensure 
   timesheets are completed, as is the invoicing process, on or before the 
   deadline. 
   - Lead the customer interface for the project on an everyday basis, 
   proactively addressing any issues before they are escalated. 
   - Create functional and technical specification documents. Track open 
   tickets/ incidents in queue and allocate tickets to resources and ensure 
   that the tickets are closed within the deadlines. Ensure analysts adhere to 
   SLA¿s/KPI¿s/OLA¿s. 
   - Ensure that all in the delivery team, including self, are constantly 
   thinking of ways to do things faster, better or in a more economic manner. 
   - Lead and ensure project is in compliance with Software Quality 
   Processes and within timelines. Review functional and technical 
   specification documents.  
   - Serve as the single point of contact for the team to the project 
   stakeholders. Promote team work, motivate, mentor and develop subordinates. 
   - Provide application production support as per process/RACI 
   (Responsible, Accountable, Consulted and Informed) Matrix.


*Thanks & Regards*

*Vikas Shimpi*

*[image: L7-Resources]*

(*A* *L7 Group Company)*


*Email: vik...@l7resources.com *

*Tel: 201-266-0710*

*URL: **www.l7reso*urces.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/da76afe3-424d-4507-92fd-8807ef9a26d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: Oracle PL/SQL developer @ Fort Worth, Texas --- Contract

2016-09-21 Thread Martin Zeller
Hi,

This Is Martin Zeller from Agile Enterprise Solutions,

This is Reference for Following Position



* Please reply with Resume, Work Authorization , Rate & Contact Details
ASAP *



*Job Title:  Oracle PL/SQL developer*

*Location:*  Fort Worth, Texas

*Duration:*  6+ Months

*Interview Type: * Phone+ Skype



*Primary Skills:   Oracle PL/SQL*



*Job Description:*



v  Mandatory skills Oracle PL/SQL

v  Good to have skills Java /J2EE, Batch Spring framework, Restful web
services, Jasper reports, GIT, Eclipse, STF and Maven

v  Domain Manufacturing



Thanks & Regards

*Martin Zeller*

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

martin_zel...@aesinc.us.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/CAJkGZ%2Bxj1PY9BpCEF%3DsZN3sDRPjT%2BOmyHc8Puevh3LKXwKUidg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Most Urgent || QA Tester with Telematics and Mobile testing

2016-09-21 Thread Vishal Ji Awasthi
Rate: $50/hr on C2C



Skype Hire.



QA Tester with Telematics and Mobile testing

Los Angeles, CA

6 months contract



They must have telematics and mobile at lease 2-3 years.



qa have telematics and will move to los angeles ca.  along with mobile
automation and black box testing. they must have all this.





*Needed some details for submission process -*






*Full Legal Name : Contact Number:
Email ID: Current
Location   : *

*Relocation   :*



*Last 4 digit of SSN : Skype ID
  : DOB(MM/DD): *

*Availability to Join: *

*Work authorization   :*

*Education, University, Year:*









*Regards*



*Vishal Ji Awasthi*

214-227-9311(Direct)

*E-Mail:*vis...@srimatrix.com

*Srimatrix Inc.*

1255 west 15th street suite 815 Plano, TX 75075

*Web: **www.srimatrix.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/CAJYEZ9_iQVuyH6LQEHcJFH9exH%3DABcAH1Bn1ot5i_%2B3gP2M03w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent requirement :: Sr. Business Analyst :: EDEN PRAIRIE, MN :: Healthcare/Clinical Experience

2016-09-21 Thread Sharad Rajvanshi
Hi,

*Please share your consultant resume to sharad.ya...@contech-it.com
*

*Only Healthcare/Clinical Experience candidate required*


*Position: Sr. Business Analyst*

*Job ID: UHGJP00042271*

*Position Type: Contract*

*Location: EDEN PRAIRIE, MN*



The Complex Care Management (CCM) Platform Development & Management team
delivers a variety of services in which the skill set of a Senior Business
Analyst is required. Skills such as analysis, requirements and solution
development, support across development lifecycle and completion of
critical artifacts are needed to support the growth of OptumCare?s Care
Services organization. This position will provide skills that will increase
efficiencies in workflow and processes and significantly contribute to the
development of new platforms and products focused on enhancing our member?s
clinical experience.

*Specific Duties:*
Support all phases of software development lifecycle (agile, iterative or
waterfall, effort dependent), to include initiation, design, development
and testing
- Work with product owners and business stakeholders to gather, develop,
document/write and validate business needs, requirements and specifications
- Complete artifacts, including, user stories/requirements, solution design
support artifacts, and others as required
- Participate in and/or lead, as appropriate, process/workflow analysis and
enhancements to support requirements.
- Discuss and resolve business, data and process issues within the team(s),
across stakeholders
- Research/analyze data and business processes, as needed, via quantitative
and qualitative analysis for requirements and to support solutioning
- Lead and/or support internal review sessions with all levels, including
senior leadership
- Collaborate with project stakeholders and technical teams regarding
enhancements, changes, issues and defects that may impact development,
data, workflow and/or functionality

*Must have qualifications/experience:*
-Bachelor?s degree in Business, Finance, Health Administration, related
field or equivalent work experience
-5 year of experience in business analysis
-Experience gathering and documenting requirements, user stories and
supporting solution design
-Experience with process and/or workflow evaluation, benchmarking,
automation and improvement and using analysis to align solutions to
business process - Experience in quantitative and qualitative analysis
techniques to enable stakeholder decision-making
- Intermediate level of proficiency with Microsoft Office software suite
(eg., Excel, PowerPoint)
- Working knowledge of relational databases, database structures, business
process tools
- Experience in large, complex, highly-matrixed organization
-Experience in healthcare/clinical environments


*Thanks*

*Sharad*

-- 
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/CAOJmjN3u8wnJM7KV9AwCUQ-4M%3D-td_KHw1TV8Zq3D6jvpS0u8g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Information Security Analyst/Service Desk - Sandy Springs, Georgia

2016-09-21 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com";>http://i.imgur.com/IYRUyKU.png";>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/529445-information-security-analyst-service-desk-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Information%20Security%20Analyst/Service%20Desk&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png"; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/529445-information-security-analyst-service-desk-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Information%20Security%20Analyst/Service%20Desk&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png"; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/529445-information-security-analyst-service-desk-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Information%20Security%20Analyst/Service%20Desk&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png"; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/529445-information-security-analyst-service-desk-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Information%20Security%20Analyst/Service%20Desk&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png";
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/529445-information-security-analyst-service-desk-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Information%20Security%20Analyst/Service%20Desk&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png"; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/529445-information-security-analyst-service-desk-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Information%20Security%20Analyst/Service%20Desk&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png"; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/529445-information-security-analyst-service-desk-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Information%20Security%20Analyst/Service%20Desk&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png"; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/529445-information-security-analyst-service-desk-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Information%20Security%20Analyst/Service%20Desk&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png"; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/529445-information-security-analyst-service-desk-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Information%20Security%20Analyst/Service%20Desk&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png"; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Information Security Analyst/Service Desk in Sandy Springs, Georgia, if 
you have matching candidates please submit their profiles http://www.job4tech.com/jobs/529445-information-security-analyst-service-desk-at-cohesive-technologies?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Role: Information Security Analyst/Service Desk 
Location: Sandy Springs; GA  No. of Positions: 15 positions 
Type: Full time Notes: 
Candidates should be ready for F2F Interview at out Sandy Springs location 
over the weekend which is 9/9, 9/10 or 9/12.
Please setup the expectations with the candidate regarding Background 
Check.
Please make sure you understand the JD and send resumes accordingly
 Candidates should be ready to travel to Herndon; VA for 4 Weeks Training 
in the beginning. Hexaware will take care of travel expenses.
Candidates will be willing to work in Rotation shifts. No Excecptions.
  Skills & 
Description: Information Security Analyst/Service 
Desk – Experience on Identity and Access Management is 
mandatory. SPECIALIZED KNOWLEDGE & 
SKILLS Must have at least 1 year experience in Identity 
and Access Management Operations and Controls Ability to document 
and explain processes and procedures to both business and technical 
stakeholders. Knowledge / Experience with operating controls within any of 
the foll

[android-developers] Microsoft Dynamics CRM Consultant

2016-09-21 Thread chathurya
*Hello*,
*Greetings from Valsoft.*


*This is Chathurya working as IT Sales/Recruiter at Valsoft.*
*Please add my mail id: chatu...@valsoftservices.com
 to your distribution list and keep sending
your requirements.*
*So that I can help you out with a good resource.*

*Please find the details of Dinesh kumar.*

*NAME :Dinesh Kumar*
*SKILL SET :Microsoft Dynamics CRM*
*EXP**:* 7*+ Years*
*LOCATION  : CA*
*RELOCATION  :Open*
*RATE  : $70 Negotiable*

*Thanks & Regards! *
*Chaturya*
*+1 9162829516*
*chatu...@valsoftservices.com  *
*http://www.valsoftservices.com/  *
*General Enquires: 510- 972-4456 *
*An E-Verified Company *
*Previously knows as VSSCORP (vsscorp.net )*

This e-mail message may contain confidential or legally privileged
information and is intended only for the use of the intended recipient(s).
Any unauthorized disclosure, dissemination, distribution, copying or the
taking of any action in reliance on the information herein is prohibited.
E-mails are not secure and cannot be guaranteed to be error free as they
can be intercepted, amended, or contain viruses. Anyone who communicates
with us by e-mail is deemed to have accepted these risks. Company Name is
not responsible for errors or omissions in this message and denies any
responsibility for any damage arising from the use of e-mail. Any opinion
and other statement contained in this message and any attachment are solely
those of the author and do not necessarily represent those of the company.

-- 
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/CAArt2k%2ByrKUVPZMxC5VM6O2phc%2BaHuW3qbo%3D9%2BbEL2cjuatTsQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Direct client @ Front-End Developer/Designer opportunity with our client at Alpharetta, GA

2016-09-21 Thread Raj Singh
My name is Raj Kumar and I'm a Lead Recruiter at Diverse Lynx. We provide
IT Consulting Services to our customers’ immediate and long-term resource
needs. I am contacting you either because your resume has been posted to
one of the internet job sites to which we subscribe or you had previously
submitted your resume to Diverse Lynx. We have shortlisted your resume
now for a Front-End Developer/Designer opportunity with our client at
Alpharetta, GA. The job description is

*Rate $70 /hr , need local and need Citizen*

*Reply me on raj.si...@diverselynx.com *

Responsibilities *
·Develop new user-facing features for enterprise desktop
applications, mobile, tablet
·Build and leverage reusable code and libraries
·Optimize application for maximum speed and scalability
·Collaborate with other team members and stakeholders in dev,
product and UX
·Implement code according to best practices
·Experience turning PSD's into pixel-perfect webpages

Requirements
·3 years experience in front-end web development
·Proficient understanding of web markup, including AngularJS,
HTML5, CSS3/SASS, Bootstrap
·Proficient understanding of client-side scripting and JavaScript
frameworks, including jQuery.
·Strong understanding of cross-browser compatibility issues and
ways to work around them. Modernizr, polyfills, caniuse, etc...
·Good understanding of page speed optimization principles and tools
such as webpagetest, Yslow, GTMetrix
·Experience with mobile development and mobile-first responsive
design
·An understanding of SEO principles
·Familiarity with design tools such as Photoshop




*Disclaimer:* This web page contains privileged and confidential
information intended only for use by a potential job seeker. If you are not
the intended recipient of this information, you are hereby notified that
you may not disseminate, copy or take any action based on the contents
published here.






Please advise your interest in exploring this opportunity.

Sincerely Yours,
Raj Kumar Singh
Diverse Lynx, LLC
300 Alexander Park Suite # 200
Princeton, NJ 08540
Tel: (732) 452-1006 Ext.254
raj.si...@diverselynx.com
www.diverselynx.com

*Note:  If you are not interested in receiving our e-mails, please forward
this email to rem...@diverselynx.com  with "remove
" in the subject line and mention all the e-mail addresses to be removed
with any e-mail addresses, which might be diverting the e-mails to you.
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/CAOJ0XW%3DB8aa4xjYi7iPtHpRpvgSffK9_4sNn6_waxbGY-czhFQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :.net Developer with UI _ Omaha, NE _ 6-12+ months

2016-09-21 Thread Shawn Marsh
Hi,

Hope your are Doing Good…!

I have an urgent opening on *.net Developer with UI * Position with my
client. Please send me the resumes with full name, contact details, Salary,
and availability date.



*Requirement details:*

*Title:* *.net Developer with UI *

*Location :* *Omaha, NE*

*Duration: 6-12+ **months *

*Rate**:* *Market*

*Interviews for Today(one round)*

*Need Passport Number or Passport copy and H1B visa copy for submission
Please do not send resume if can’t provide*

 Technical skills and Knowledge:


*Primary Skills**: **.net Developer with UI*


*Responsibilities:*


They should be hands on with HTML 5, CSS 3, JavaScript, JQuery, Bootstrap
and if they have worked in Kendo UI controls that would be added advantage



Thanks & Regards

*Shawn Marsh*

Agile Enterprise Solutions, Inc

Ph: 972-427-1801

shawn_ma...@aesinc.us.com||| www.aesinc.us.com

Agile Enterprise Solutions Inc || "Ensuring Client's Success"||

Note: If you have received this mail in error or prefer not to receive such
emails in the future, please reply with "REMOVE" in the subject line and
the email id(s) to be removed. All removal requests will be honored ASAP.
We sincerely apologize for any inconvenience caused.

-- 
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/CAFjuZGH02f5sKgpxsM%2BUKepdeZm6bwz0%3D9QWv2K5EORRLDm6Aw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Websphere Commerce Lead @ Melville, NY

2016-09-21 Thread ANUDEEP
*Title : Websphere Commerce Lead*

*Location : Melville, NY *

*Duration : 6 months*



*Skills:* Oracle, Java, SOAP, IBM WebSphere, WebSphere, web services, SOA,
Business Process, design, methodologies, Process Management, RESTful



*Description:*

Development lead supporting multiple commerce initiatives

*10+ years total experience *

*Minimum 7 years of work experience within the U.S. as software architect,
engineer, programmer*

Ability to perform hands-on design and development tasks as well as
directing the work of others

Experience in B2C & B2B online e-commerce systems architecture and design
in IBM WebSphere Commerce v7, v8, IBM Sterling Order Management System
(Preferable).

Participate in project planning and tasks assignment with application
development manager

Collect, analyze business requirements and convert to technical design

Design, develop, test, and implement application enhancements

Investigate and resolve complex issues while supporting existing
applications

Excellent communication skills (written / verbal) with varied audiences

Experience explaining difficult concepts to decision makers to help shape
technology strategy

Experience modeling as-is and to-be architectures based on business
requirements

Experience in architecture and design of mobile web applications included
responsive design and hybrid model for device native applications

Knowledge of strategic technologies and industry best practices

Strong analytic and problem solving skills

Strong understanding of software development methodologies



*Required Technical Skills:*

Expert Knowledge of ecommerce platforms; n-Tier required, IBM desired

Expert Knowledge of Object Oriented Languages & Concepts; Java required

Competency in the following technical disciplines strongly preferred:

Middleware and SOA Technologies

Presentation tier technologies: web portal

Systems Security technology

Business Process Management technologies

Implementing and maintaining SOLR Search

Relational Databases (Preferably Oracle)

Developing web services technologies (SOAP and RESTful)



*Thanks *

*Anudeep | Anblicks|www.anblicks.com *

*14651 Dallas Parkway, Suite 816, Dallas, TX-75254*

*anudee...@anblicks.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/CAJOb5Bbs%3D12KWJnM-Q1_ZRYLmA52L54rAJUb6y_37iM2MwRnJg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED: Android Developer - Atlanta, GA or Dallas, TX

2016-09-21 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Role: Android Developer
Location –Atlanta, GA or Dallas, TX
Duration – 12 month contract

*Need EAD, GC, TN or Citizen Only!!*

*Please send candidates that have worked on large scale, customer facing
apps, widely available in the App Store.*

Top Skills:
1) Native Android Development - being able to do heads down UI development
FROM SCRATCH., debugging, improvements, and creative prototyping. This is
NOT web development wrapped to go onto Android devices.
2) SDK versions 2.2 (Froyo) to 6.0 (Marshmallow) - Understanding the API's
and SDK's within Android Development has worked with the various versions
and understand how they differ and improved
3) Knowledge and experience with Android components - Fragments, Broadcast
Receivers, Services, etc.

Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
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/CAL4ROq5_jApfJL%3D_9d7DHPrn27ytAB6iSpLrjSf-aNDwL1TCJg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED; Ruby Developer in Minneapolis MN

2016-09-21 Thread Mohd Taher
Hello,
Please share your consultant resume to tah...@usmsystems.com

Ruby Developer
Minneapolis MN
Long term contract

*Need EAD, GC, TN or Citizen Only!!*

Skills:
*Experienced Ruby Ninja - Writing pure ruby without Rails or ActiveSupport
dependencies. *
5+ Years Ruby Developer Experience.
Strong Object Oriented Programming
Experience with MVC Architectural Patterns.
Experience working with and creating web services.
Understanding of Client / Server Communications
Experience with one of the following: OpenStack, AWS, or other Cloud
Providers
Engrained understanding of Deployment Automation concepts and patterns
Continuous Integration
Experience with Fog gem (Bonus)
Experience with Message Queuing Technologies - (Bonus)
Understanding of Concurrent and Parallel programing concepts. (Bonus)
Chef or Puppet (Bonus)

Duties:
Developing
Working in Simi-Paired Programming Environment
Unit testing
QA of unit testing
Deployments
Work with infrastructure provisioning tools such as Chef, Vagrant, Kitchen,
and Fog

Best Regards,

Mohammed Taher
US IT Recruiter
Direct: 703 349 4237
USM Business Systems
Chantilly, VA 20151, USA.

-- 
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/CAL4ROq5Rs6nCi%3Dad3MpASuF9QBVMZrH4TzzHjoyp8r3tcac8pg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Sr .Net Developer / Lead - Carrollton, Texas

2016-09-21 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com";>http://i.imgur.com/IYRUyKU.png";>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/529465-sr-net-developer-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sr%20.Net%20Developer%20/%20Lead&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png"; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/529465-sr-net-developer-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sr%20.Net%20Developer%20/%20Lead&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png"; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/529465-sr-net-developer-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sr%20.Net%20Developer%20/%20Lead&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png"; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/529465-sr-net-developer-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sr%20.Net%20Developer%20/%20Lead&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png";
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/529465-sr-net-developer-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sr%20.Net%20Developer%20/%20Lead&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png"; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/529465-sr-net-developer-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sr%20.Net%20Developer%20/%20Lead&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png"; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/529465-sr-net-developer-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sr%20.Net%20Developer%20/%20Lead&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png"; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/529465-sr-net-developer-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sr%20.Net%20Developer%20/%20Lead&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png"; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/529465-sr-net-developer-lead-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Sr%20.Net%20Developer%20/%20Lead&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png"; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
Sr .Net Developer / Lead in Carrollton, Texas, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/529465-sr-net-developer-lead-at-cohesive-technologies?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Role: Sr .Net Developer / Lead Location: Carrollton; 
TX Duration: 6 months + Skills & 
Description: Sr. Net Developer. Strong / Genuine hand on Senior 
Developers. Sr. Developers from Global SI / Implementation Partners – TCS, HCL, 
Infosys, Wipro, etc. Some experience / exposure as a Lead will be an added 
advantage, even if it handling a small team   http://www.job4tech.com/jobs/529465-sr-net-developer-lead-at-cohesive-technologies?utm_source=JA47-Down&utm_medium=Groups-email&utm_campaign=Job-Alerts";>http://i.imgur.com/hh3Zxn3.png"; border="0" alt="Submit 
Resume">http://bit.ly/1sPBNiv";>http://i.imgur.com/52zzcpv.png"; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Mediahttps://j4t.co/2aKBc8z";>http://i.imgur.com/gZN62gb.png"; 
height="64" width="64" border="0" alt="LinkedIn"> https://j4t.co/290PJQd";>http://i.imgur.com/KBYhvGp.png"; 
height="64" width="64" border="0" alt="Facebook"> https://j4t.co/2czrVGT";>http://i.imgur.com/7BQZxSD.png"; 
height="64" width="64" border="0" alt="Twitter"> https://j4t.co/1XZKwMu";>http://i.imgur.com/fYxvx3Y.png"; 
height="64" width="64" border="0" alt="Google+">  https://j4t.co/2cox4xp";>http://i.imgur.com/hBrqdUy.png"; 
height="64" width="64" border="0" alt="Blogger"> https://j4t.co/2bOm6mo";>http://i.imgur.com/5XMUusO.png"; 
height="64" width="64" border="0" alt="RSS">https://j4t.co/2bNpOPW";>Post C2C Jobs for Fr

[android-developers] How to detect number dialing events in broadcastreceiver in android

2016-09-21 Thread Deedar Ali
How to detect number dialing events in broadcastreceiver in 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/07058811-fb44-4f8b-ba3d-f7aea2a921d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sr Magento Developer - Austin, TX

2016-09-21 Thread Vikash Shimpi / L7 Group
Greetings,

Hope you are doing Good!

This is Vikas, Senior Technical Recruiter form L7 Resources. 

Below is the Job Description.


*Sr Magento Developer*
*Duration: 6 Months*
*Location: Austin, TX*


   - *At least 9+ years' experience working on Magento*
   - *Experience in PHP for at least 7 years *(most recent experience)
   - Expert level knowledge of *Database (MySQL)*
   - Strong knowledge of *Java Script (Angular/Node Js libraries)/CSS/HTML*
   - Strong knowledge of *OOP concepts*
   - Strong knowledge of *MVC frameworks*
   - Experience in defining and developing restful services
   - Should have basic understanding of Publishing
   - Should have basic understanding of* Internet concepts like HTTP*
   - Very Strong written and verbal communication skills
   - Participation in Technology due diligence considered a plus


*Thanks & Regards*

*Vikas Shimpi*

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*Email: vik...@l7resources.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/d53e8300-3ebc-4d49-be65-6ef5a4c21e1c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sr Magento Developer - Austin, TX

2016-09-21 Thread Vikash Shimpi / L7 Group
Greetings,

Hope you are doing Good!

This is Vikas, Senior Technical Recruiter form L7 Resources. 

Below is the Job Description.


*Sr Magento Developer*
*Duration: 6 Months*
*Location: Austin, TX*


   - *At least 9+ years' experience working on Magento*
   - *Experience in PHP for at least 7 years *(most recent experience)
   - Expert level knowledge of *Database (MySQL)*
   - Strong knowledge of *Java Script (Angular/Node Js libraries)/CSS/HTML*
   - Strong knowledge of *OOP concepts*
   - Strong knowledge of *MVC frameworks*
   - Experience in defining and developing restful services
   - Should have basic understanding of Publishing
   - Should have basic understanding of* Internet concepts like HTTP*
   - Very Strong written and verbal communication skills
   - Participation in Technology due diligence considered a plus


*Thanks & Regards*

*Vikas Shimpi*

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*Email: vik...@l7resources.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/ac2e5521-9f88-42df-8260-d96460f5f5f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: Informix Developer @ Philadelphia, PA | Contract Position

2016-09-21 Thread Ateeq Rehman
Hello Associate,

Hope you are doing well.

This is Ateeq, from Diverse Lynx.



Please share profiles for *Informix Developer *at *ateeq.reh...@diverselynx.com
*



*Job Description:*



*Role: Informix Developer *

*Location: Philadelphia, PA*



*Summary:*



Associate should have Development/Support experience in Informix.

Should have very good communication skills.



*Roles & Responsibilities:*



Development/Support experience in Informix

Good team handling/leading experience.

Good communication skills.

Oracle knowledge is added advantage.





*Must have*: Informix skills with Development/Support back ground or other
maintenance project knowledge, Good communication and Debugging skills.







*Thanks & Regards*

*Ateeq Rehman*

*Diverse Lynx LLC|300 Alexander Park|Suite#200|Princeton, NJ 08540*

*Phone No: 732-452-1006 EXT 215*

*Email: **ateeq.reh...@diverselynx.com* * ||
Hangout: ateeq.staffing*

-- 
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/CAN6NZJsDyCZXuTamiALhNyd6dzJzyLFEv%2BsjCyaTFm5uRD5LcQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: MuleSoft Admin @ Thousand Oaks, CA | Contract Position

2016-09-21 Thread Ateeq Rehman
Hello Associate,

Hope you are doing well.

This is Ateeq, from Diverse Lynx.



Please share profiles for *Mule Soft Admin *at *ateeq.reh...@diverselynx.com
*


*Job Description:*



*Role: MuleSoft Admin*

*Location: Thousand Oaks, CA*



*Must have:*



Linux/Unix/Mule administration experience and performance tuning experience



*Nice to have:*



MYSQL/Web Sphere/IIB/Jenkins/XLDeploy







*Thanks & Regards*

*Ateeq Rehman*

*Diverse Lynx LLC|300 Alexander Park|Suite#200|Princeton, NJ 08540*

*Phone No: 732-452-1006 EXT 215*

*Email: **ateeq.reh...@diverselynx.com* * ||
Hangout: ateeq.staffing*

-- 
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/CAN6NZJuvmFdpkxs6FXDMFfC7UR%2BAMyVcKkY9kdghPcCYTMCgJg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Urgent--UI Developer(GC and USC only )

2016-09-21 Thread Bharat Chhibber
Hello,

Hope you are doing well

This is Bharat from Niyo Infotech.. Please find the JD below and if you
have any consultant available then please let me know ASAP at
bhara...@nityo.com.



*Role : UI Developer*

*Location : 1 position in Windsor, CT & 1 in Stratford, CT*

*Duration : 12 +Months*




*Experience : 8 +Years Please share genuine profile only Only USC and GC
KEY SKILLS- Angular JS and JavaScript*



UI developer with expert-level skills in JavaScript and HTML.

Practical AngularJS experience required.

We are seeking someone who has been part of a project that successfully
implemented AngularJS projects to production using AJAX REST for data
access.

They will be working on a team designing and building AngularJS directives,
filters and services

-- 
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/CAEmgVe0ZsbedVkDP_oAjSKBd0XSxv0oC9PgA%3Dgth_x1qGV0%2B1A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] REOPENED POSITION :QA Automation Engineer| Alpharetta, GA|$28/hr on c2c

2016-09-21 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

*Please find the below job description and send me your update resume
matching to it along with Contact details, Current location, Visa and
Availability ASAP.*



*POSITION: QA Automation Engineer** WITH SELENIUM AND QTP EXP*

* INTERVIEW: Phone/Skype Interview*

*LOCATION: Alpharetta, GA*

*START :ASAP*





*Job Overview:*

I know rates are a little low, but let me know if you are interested in
helping staff these – I cannot go any higher.



*QA Automation Engineer *

We are looking for experienced Software Quality Assurance professionals
with 4+ years of experience in testing large scale J2EE implementations.
The successful candidate will be self-motivated, a strong team contributor,
problem solver, and eager to learn new skills while taking pride in testing
quality software.

*RESPONSIBILITIES*

· Design and Develop detailed test plansbased on product
requirements

   - Design / Develop Automated Test Scripts / Scenarios.
   - Enhance Established Test Harnesses.
   - Collaborate with Product Owners, Developers and other QA team members
   as required on Acceptance criteria that need to be tested.

· Participate in all aspects of testing, including functional,
regression, load and system testing.

   - Develop and Execute thorough test plans in a timely and efficient
   manner.
   - Log and Verify Defect Fixes.
   - Follow / Improve the Quality of the Testing Processes.
   - Be familiar with current new technologies and incorporate them into
   testing process as needed.

*QUALIFICATIONS:*

· BS/BA degree in computer science, engineering or related
discipline.

· 3-5 or more years of direct experience in software quality
assurance & software testing,



*WORK EXPERIENCE:*

· Ability to work in a Sprint Team environment or independently as
needed.

· Knowledge of test automation frameworks and must have
participated in /rolled out test automation initiatives

· Knowledge of BDD, TDD, Gherkin spec and their application is a
plus

· Understanding of services (example: REST), JSON and XML data
formats is recommended

· Very good understanding of SDLC process. Prefer: Agile/ Scrum/ XP

· Excellent problem solving &interpersonal communication skills a
must.

· Thorough knowledge of software testing practices, including test
planning,  test automation - API and UI, and defect management

· Strong SQL Scripting skills

· Working knowledge of CI to create builds using Jenkins

*Tools Expertise**:*

(Must have proficiency in at least one tool from each category)

· Defect Tracking: JIRA,

· Automated Testing: Junit, Cucumber, Selenium, Mercury QTP 8.2,
TestNG, FlexUnit, LoadRunner, SoapUI

· Browsers: Chrome, Firefox, IE

· Database Tools: Oracle, MongoDB, PostgreSQL, SQL Developer or
other query tools

· Other Tools: Jenkins, GIT, Putty, WinScp






-- 



*Neha Kumari |* *Technical Recruiter* | *Apetan Consulting LLC*

Tel:201-620-9700* 106 | Fax: 201-526-6869 | 72 Van

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.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/CAH6F14eMZ5Nguc5tkG4aYF%3DoBnW9jFYmxjT_1mFswVXfjs8h8Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Full stack Developer(Must have 10 Year Exp)

2016-09-21 Thread Manisha 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..*



*(Immediate interview)*



*Role: Full stack Developer(Must have 10 Year Exp)  *

*Location: Milpitas CA*

*Duration of contract: 6 months*

*Interview: Phone/ Skype *

*Required start date: Immediately*



*Technical Skills*

front end full stack angular  more than 10 yrs

1.  HTML5

2.  CSS3

3.  JQuery (expert level)

4.  AJAX and JSON (expert level)

5.  JavaScript

6.  Angular JS

7.  Basic knowledge of designing tools (preferably Adobe Photoshop), as
to how to edit, crop resize images, logos etc.

8.  Responsive Designing (Bootstrap framework and CSS3 Media Queries)

9.   Worked in agile development environment



*Note: We Need Visa Copy & Id proof  During the Submission *





*Thanks & Regards,
   *

Manisha Budhwar

Technical Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160 <609-853-0818%20Ext-2160>

Gtalk ID:- manishanityo16

E Mail:- *​*manish...@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/CANOPGKzizwXMpkLptf%3DgJo1Dz-XKZZTRsv328Lo%2BULDh0ZVS5w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: HIPAA EDI Programmer Analyst - Richmond, Virginia

2016-09-21 Thread job-alerts47
 @media only screen and (max-width: 650px) {.alert-button, 
.alert-link{font-size:20px !important;} } 

http://www.job4tech.com";>http://i.imgur.com/IYRUyKU.png";>
 

Sign up for free employer account and post for free.  
 Share with your network https://api.addthis.com/oexchange/0.8/forward/linkedin/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/linkedin.png"; 
border="0" alt="LinkedIn"> https://api.addthis.com/oexchange/0.8/forward/facebook/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/facebook.png"; 
border="0" alt="Facebook"> https://api.addthis.com/oexchange/0.8/forward/twitter/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/twitter.png"; 
border="0" alt="Twitter"> https://api.addthis.com/oexchange/0.8/forward/google_plusone_share/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/google_plusone_share.png";
 border="0" alt="Google+"> https://api.addthis.com/oexchange/0.8/forward/whatsapp/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/whatsapp.png"; 
border="0" alt="WhatsApp"> https://api.addthis.com/oexchange/0.8/forward/messenger/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/messenger.png"; 
border="0" alt="Facebook Messenger"> https://api.addthis.com/oexchange/0.8/forward/viber/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/viber.png"; border="0" 
alt="Viber"> https://api.addthis.com/oexchange/0.8/forward/wechat/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/wechat.png"; border="0" 
alt="WeChat"> https://api.addthis.com/oexchange/0.8/forward/email/offer?url=http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=HIPAA%20EDI%20Programmer%20Analyst&pco=tbxnj-1.0";>https://cache.addthiscdn.com/icons/v3/thumbs/32x32/email.png"; border="0" 
alt="Email">  
Dear Partners/Job Seekers  We have a Corp to Corp opening for 
HIPAA EDI Programmer Analyst in Richmond, Virginia, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Position: HIPAA EDI Prog/Analyst
Location: Richmond, VA
Duration: Long Term
Interview: Phone then In-Person
*local candidates strongly preferred*ALL candidates MUST be able to 
attend a personal interview, NO phone interviews, NO Skype, NO exceptions
Serve as a senior EDI Analyst for the technical design, development, 
testing and support of Electronic Data Interchange processes. Hands on 
experience in compliance checking, mapping, validating and processing HIPAA EDI 
claims transactions (X12 837 / NCPDP D.0) is required for this position. 
Experience in MMIS is a plus. 
Requires proven knowledge of HIPAA EDI and XML standards and associated 
communication protocols. Extensive knowledge of translators and EDI related 
integration aspects. Knowledge of various network and internet technologies and 
communication protocols: TCP/IP, FTP, HTTP, AS2, etc. Coordination of testing 
and deployment of EDI partner relationships. 
   http://www.job4tech.com/jobs/526352-hipaa-edi-programmer-analyst-at-sygna-technologies-inc?utm_source=JA47-Down&utm_medium=Groups-email&utm_campaign=Job-Alerts";>http://i.imgur.com/hh3Zxn3.png"; border="0" alt="Submit 
Resume">http://bit.ly/1sPBNiv";>http://i.imgur.com/52zzcpv.png"; height="95" width="94" alt="Join Instant 
Featured Alert List">Social Med

[android-developers] Full stack Developer with Angular JS (Must have 10 Year Exp) @Milpitas CA

2016-09-21 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 ..



*(Today interview)*



*Role: Full stack Developer with Angular JS (Must have 10 Year Exp)  *

*Location: Milpitas, CA*

*Work Duration: 6 months*

*Years of Experience: 10+*


*Note: We need Photo id and visa copy (H1B) Job Description:*

*Technical Skills*

front end full stack angular  more than 10 yrs

1.  HTML5

2.  CSS3

3.  JQuery (expert level)

4.  AJAX and JSON (expert level)

5.  JavaScript

6.  Angular JS

7.  Basic knowledge of designing tools (preferably Adobe Photoshop), as
to how to edit, crop resize images, logos etc.

8.  Responsive Designing (Bootstrap framework and CSS3 Media Queries)

9.   Worked in agile development environment





*If I'm not available over the phone, best way to reach me in email...*







[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/CAG0Zfz0KNV_p6VEnNH9eA2b%3DwHRs0VW1Efkavj5fSfnh7S6gjg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Metadata Manager Developer @ Denver, CO

2016-09-21 Thread satish kumar
Hello,



Hope you are doing great!



Please review the following Job Description and share updated resume if you
find comfortable for this position...



*Role: Metadata Manager Developer/Engineer*

*Location: Denver, CO*

*Duration: 6+ Months*





Competencies BPO KPO Client Databases/ Appl ...

Experience (Years)  6-8



Essential Skills "Overview: Seeking contractor ...

"Overview: Seeking contractor resources to come in and engineer end to end
solution for metadata manager and data lineage using Informatica Metadata
Manager and connectors. The individual should be able to design and create
custom meta-models to support the enterprise needs. The individual should
be strong in Informatica tools and scripting tools and must be a senior
resource who is self-driven to work with the business to capture
requirements and translate to technical deliverables. Individual should
have strong communication skills.

Responsibilities:

• Gather and translate business requirements into deployable s/w components
using Informatica Metadata Manager Engineer metadata solutions to manage
business glossary and metadata for the enterprise

• Use xConnectors and built in connectors to bring in metadata from various
end points

• Automate metadata loads and refreshes for xConnectors and Business
Glossaries

• Define and maintain taxonomies for managing and organizing metadata

• Establish and maintain end to end data lineage accurately reflecting
production processes and data flows

• Establish and maintain technical definitions and business glossaries
within enterprise business glossary.

• Organize business glossaries and map them to data fields

• Establish governance processes for publishing Business Glossary

• Document standards and best practices around Metadata Manager

• Document M&Ps and Operating Procedures Requirement:

• Strong experience of Informatica Metadata Manager

• Strong experience in modeling and loading custom meta-models using
Informatica Metadata Manager

• Strong experience in interfacing Informatica Metadata Manager to metadata
sources: RDBMS (Oracle, Teradata, SQL etc), Bteq scripts, Power Designer,
Informatica metadata, Manta xconnect etc

• Strong skills in shell scripting using Unix/Linux shell, python, Perl

• 2+ years of experience in Metadata Management using Informatica Metadata
Manager

• 8+ years of experience in software engineering in related fields (ETL,
Informatica)"



Desirable Skills

Mandatory - Strong Informatica Metadata Manager development skillset, ETL,
Preferable : SQL (Oracle/Teradata).



Role Description  Metadata Manager Developer/Eng ... Metadata
Manager Developer/Engineer









*Satish Kumar* | SYSMIND, LLC
*Technical Recruiter*

[image:
https://newoldstamp.com/editor/profilePictures/profile-b15c8fc3ea4630e2ca604f11e3e951c7-41898.png]

Phone: 609-897-9670 x 2152

Email: sati...@sysmind.com

Gmail: satishsysmi...@gmail.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

-- 
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/CAHxR9GYx_S9Pndi-Z9PL8nm0CB81CKVNJ662w6%3D_Fx0OBiKwNg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Updated Hotlist

2016-09-21 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

SAI

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

-- 
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/CACxLQn9hoU1Pm5g9Xe5d%2BapjahjSp3WMFEi5CJEmxU%2BOytiQcw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Automation Test Engineer-Java Selenium(SDET) : Chicago, IL

2016-09-21 Thread rahul goswami
Hi,

Please share your consultant Resuem at h...@radiumspark.com


Location: Chicago, IL
Job Title:  Automation Test Engineer - Java Selenium (SDET, Software
Development Engineer in Test)

Top 3-5 skills & min. year experience required for each:
* MUST HAVE: Knowledge of writing Automation Testing Frameworks in Selenium
* MUST HAVE: 3+ Years experience as Java developer
* MUST HAVE: SQL Querying and RDBMS (Database) exposure
* MUST HAVE: Knowledge to Architect modular and reusable automated testing
solutions that satisfy testing requirements.

Job Desc:
* Strong QA Automation resource with hands on, coding / scripting
experience using Core Java, Selenium.
* Good grasp on Frameworks, Architecture and Design.
* Has worked in automating vast number of test cases and hands on
experience in developing Selenium Test Frameworks from scratch.
* Very good in Core Java – has experience as a Java developer too (at least
3 years)
* Develop, manage and execute automation Test Scripts in Java using Selenium
* Experience in Manual and Automated testing tools on web based and
Client/Server applications
* Experience working on Data Driven, Keyword Driven framework
* Good knowledge of SDLC/Agile methodologies and complete project life cycle
* Experience in bug tracking and test management tools
* Proficient in preparing Test Plan, Test Cases, and Test Scripts

Work Permit :
* Should have valid work permission to work in USA

PERSONAL INFO:

Legal First Name:
Legal Middle Name:
Legal Last Name:

Current Location:
Availability:
Visa status:
Ready to Relocate (Y/ N):
Availability for Interview:
Phone:
Email Id:
Skype Id:
Link to LinkedIn Profile:
Last 4 of your SSN:
DOB (mm/dd):
Rate/hr on C2C:

SKILLS MATRIX:

How many years of experience do you have on Creating Automation test
Framework, Architecture and Design for Testing from scratch using Selenium
: ?? years
In scale of 1-10 (10 being highest) rate yourself on your knowledge of
Creating Automation test Framework, Architecture and Design for Testing
from scratch using Selenium: ??
How many years of of experience do you have on Java development: ??
years
In scale of 1-10 (10 being highest) rate yourself on your knowledge of
Java development: ??
How many years of experience do you have to Architect modular and
reusable automated testing solutions that satisfy testing requirements: ??
years
In scale of 1-10 (10 being highest) rate yourself on your knowledge
Architect modular and reusable automated testing solutions that satisfy
testing requirements: ??

*Naveen Kumar*
Sr. Technical Recruiter

*RadiumSpark Inc.*
+1 (844)-RA-SPARK | +1-818-707-5223

h...@radiumspark.com
http://www.radiumspark.com

*This email may contain information that is confidential and privileged and
is intended solely for the attention of the person to which it is
addressed. If you are not the intended recipient of the e-mail, please
delete it and inform us accordingly. *

-- 
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/CAA0vNTFuhG9jZRsK7k2zPEOTSAJ3MiQvP4RwA32tdg56JVnD1A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Direct Client Requirement @ Java Angular Developer Contract NYC, NY, United States

2016-09-21 Thread Raj Singh
*Title: Java Angular Developer*

*Priority*: null
*Position Type*: Contract
*Location*: NYC, NY, United States
*Description*:



*Need 9+ Years candidate within Banking Domain and Angular JS and AGILE
Experience With Valid Photo ID  *


Looking for experienced developers who can not only code, but add value to
the development process. Ideally, they will have an aptitude for good
design and be able to challenge the team to make good design and
development decisions. Does not need additional 'order takers' on the team,
looking for people to respectfully challenge them.


*Reply me on raj.si...@diverselynx.com *

This is for Retail Trading System
* Must have a basic understanding of a retail trade order system
* Experience with Angular JS
* Must be familiar with working in an Agile environment
* Will be using Angular 2 written in Typescript. Prefer experience with
Angular 2, but a solid developer will suffice (Angular 2 was recently
released).  Even if you have not used Angular 2, we expect top developers
to have downloaded 2 and played with it on their own.
* Application will be built once to use on the website and on mobile
devices.  Must have experience doing that.




*Raj Singh*

*Lead Resource Specialist*

*Diverse Lynx *

*W:732-452-1006 Ext- 254*

*Skype : rkbuntyg*

300 Alexander Park Suite # 200 Princeton, NJ 08540

-- 
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/CAOJ0XWnSWg3%2BvDy8RaXj9HSjDBxugkE56jSnj87mM4sQtMHb5A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: NullPointerException in java.io.File.fixSlashes?

2016-09-21 Thread derinlois1
saw this error in my log
java.lang.NullPointerException
09-21 21:17:12.847 31558-31558/com.s.sdk W/System.err: at 
java.io.File.fixSlashes(File.java:185)
09-21 21:17:12.848 31558-31558/com.s.sdk W/System.err: at 
java.io.File.(File.java:134)

trying to read an lmk file, what am i doing wrong please

On Thursday, February 19, 2015 at 12:55:59 PM UTC+1, Sérgio Faria wrote:
>
> , visit https://groups.google.com/d/optout.
>>>
>>

-- 
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/05b4295a-ada2-4c54-9a13-36247be21666%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement :: Reports Tester :: Plano, TX

2016-09-21 Thread Randhir Tiwari
Hi Friends, 

 

 My name is Randhir  Tiwari IT Recruiter at IDC Technology. I have opportunity 
to review your resume on job board and have qualified it as a potential for a 
position that I am currently recruiting for.

 

 I would like to short-list  your profile. Please call me back ASAP on 408 882 
6434. Please Send me Your Updated Resume.

 

Role: Reports Tester

 

Locations  : Plano, TX

 

Interview Mode: Phone and Onsite

 

JOB DESCRIPTION: 

 

Please have candidates fill out this SKILL LIST.

 

SKILLS (number of years):

 

Reports Tester:

Data Mining:

Validation Reports: 

Business Objects: 

Datastage: 

SQL:

 

Our client is seeking a Reports Tester.  This person will perform Data Mining 
validation reports.  It will be done with Business Objects, Datastage, SQL.

 

Just make sure they all the skills that are bolded.


 

 

Thanks and Regards

 

Randhir Tiwari

Sr. IT Recruiter | IDC Technologies, Inc

1851 McCarthy Blvd Milpitas, CA 95035

D: 408 882 6434

Email :- randhir.tiw...@idctechnologies.com

Hangout:- randhirtiwari.2...@gmail.com

LinkedIn :- https://www.linkedin.com/in/randhir-tiwari-284b9489

 

-- 
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/57e2ec1d.c56e240a.a4090.910dSMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Software Developer-- Dublin ,CA

2016-09-21 Thread shailaja

Greetings!

Hope you are doing Good!
This is Shailaja, Senior Technical Recruiter from L7 Resources.

Below is the Job Description.
  
Job Description: Software Developer
Job Duration: 6 Months
Job Location: Dublin , CA


SKILLS:

Ensure that IT projects support business needs and are delivered in a 
timely manner and within a prescribed budget; identify, evaluate, and 
mitigate the risks affecting any project
Technical expert in the implementation area. Work with clients to identify 
project requirements, site enhancements and maintenance.
Review and assist in the development of all project related documentation, 
including design documents, functional specifications, business cases, 
technical specifications, training manuals and user manuals
Experience with Agile delivery methodology
Experience in designing and implementing end to end solution architecture 
for large and complex system.
Minimum of 7+ years of hands on Java/JEE experience in custom application 
development.
Minimum of 7+ year?s hands on experience with Java/JSP/JDBC, XML, Struts 
and Spring Framework.
Object Oriented Design and Programming, J2EE applications, tier components, 
Java/J2EE design patterns, Web Services and standalone Java applications.

Thanks & Regards

Shailaja. K

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*Email: *shail...@l7resources.com 

*URL: *www.l7resources.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/d1bc9220-5e6f-43f8-99c0-b3e021ce9baf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New Position - Mainframe

2016-09-21 Thread Rizwan Dawood
*Skill Set*

Mainframe requirement

*Work Location*

Fort Worth, Texas, US

*Special Instructions*
Negotiable



*Job Description*

Number of Openings 1
Please share demand id or ECM req 135252
Tentative date of joining 21-Sep-2016/ASAP
Duration of Hiring 3 months (can be extended)
Offshore/Onsite Onsite
Years of Experience 6-8 years
JD Attached below
Mandatory skills Cobol, VSAM, CICS
Good to have skills Oracle/Java/ PL/SQL
Domain Manufacturing
Client interview No
F2f interview Will be done over call and Skype
Extension Possible Yes (will confirm)
Work Location Fort Worth, Texas, US

-- 
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/CANpokiB4ire%3Dddza%3DPau1V%2BNykJAPzVYBg%3DE5pnwJyfST2EO2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New Position - Big Data Technical Architect

2016-09-21 Thread Rizwan Dawood
*Skill Set*

Big Data Technical Architect

*Work Location*

Chicago

*Special Instructions*

Negotiable



*Job Description*

· Require Big Data Technical Architect with minimum 8 years of relevant
exp. Location: Chicago
· Should have experience on Hive, Pig, HDFS, Hadoop, Map Reduce, Unix
Scripting, Zena scheduler, Teradata, Spark, Storm
· Person should be strong technically with good exposure at application
component level and provide technology consultation
· Person should have good communication skills and should be able to lead
the team. Will also be responsible for client interactions
· Will be responsible for designing and architecting and should provide
best fit architectural solutions
· Refine requirements, create technology differentiation and leverage
partner technologies
· Will be responsible for end to end from a technical standpoint for the
team.

-- 
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/CANpokiC%2BQoLXsObc7KHGUm6P46aE_vtV%3DkbJgetyP3DQoVGHyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Conceptwave Developer - Irving, TX

2016-09-21 Thread shailaja

Greetings!

Hope you are doing Good!

This is Shailaja, Senior Technical Recruiter from L7 Resources.

Below is the Job Description.
  
Job Description: *Conceptwave Developer*
Job Duration: *12 months*
Job Location: *Irving, TX*

*Skills needed:*


• Ericsson Order Care (Aka ConceptWave) Order Management and Catalog 
experience 
• Experience in modules such as Order Care, code tables, APIs, Taxing 
Model, Versioning, Buy-Flow, Order negotiation, User Interface, Processes, 
Customer Information Management, Service Registry etc. 
• Good knowledge of server-side JavaScript 
• Good knowledge of WSDL, XSD, and XML. 
• Strong Java, J2EE, Oracle, SQL experience 
• Knowledge of integration technologies/frameworks including AXIS, SOAP, 
JMS, HTTP, Socket, FTP, SMTP/POP and integration platforms (EAI, ESB, BPI) 
such as JMS 
• Good knowledge of BSS Domain more specifically CRM, Configuring, Pricing 
& Quoting 
• Interfacing Order Care within eco-system with xml exchange 
• Agile/Scrum Methodology experience 
*• Telecom domain knowledge preferred *


*Required Experience*: 

• J2EE: 5 years 
• 3yrs+ experience architecting and designing BSS solutions using Ericsson 
Order care (aka ConceptWave) and Catalog. 
• At least 5 yrs. Dev experience in CW Catalog/Order Care, J2EE, JavaScript 
and SQL with ability to think out of the box. 
• Software Architecture: 3 years

 



Thanks & Regards

Shailaja. K

*[image: L7-Resources]*

(*A* *L7 Group Company)*

*Email: *shail...@l7resources.com 

*URL: *www.l7resources.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/8faf0a08-432c-4465-b03e-70675829423c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Available DevOPs Consultant

2016-09-21 Thread david . golok11


Hello,

 

This is David from Golok Global, One of my consultants (DevOps 
Developer) looking a new project. 

Any DevOps Positions Please share with me 

 

You can reach me at 972-232-9792 or da...@golokglobal.com

 

Name : Ali Akbar

Role : DevOps Developer 

Relocation : Yes

Work Authorization : US Citizen

 

 

 

Regards,

David

 

*GOLOK GLOBAL*

*Consider* *I**n**T**elligence **Delivered*

2813 S Hiawassee Rd Suit # 307 Orlando FL 32835

 

-- 
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/0fe0f372-9689-441b-8fd7-9a422426f819%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android FTP file transfer (explicite TLS) failed and create a empty file

2016-09-21 Thread chandan debnath
Markus, have you solved it. I'm facing the same problem with same code and same 
error for last one week. No solution found yet. 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/866d5c79-6aeb-4d9e-ba3d-1d8806d7143a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Error reading a file

2016-09-21 Thread derinlois1
Error loading Local Master Keys, file: "/libs/cfg/secret.lmk" does not 
exist. Please specify a valid LMK file, or rebuild a new one.

I called the file from JCESecurityModule sm = new JCESecurityModule(
"libs/cfg/secret.lmk", "com.s.sdk.security.jceadapter.SunJCE");

If i should try this out, on just a java platform, it will definitely work 
well..but on my android environment, it isn't working well.

-- 
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/ae917923-8f4b-441f-a110-21169eab8aa5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New Position - Oracle PL/SQL

2016-09-21 Thread Rizwan Dawood
*Skill Set*

Oracle PL/SQL

*Work Location*

Fort Worth, Texas, US

*Special Instructions*

Negotiable



*Job Description*

Number of Openings 2
Please share demand id or ECM req 135247, 135248
Tentative date of joining 21-Sep-2016/ASAP
Duration of Hiring 3 months (can be extended)
Offshore/Onsite Onsite
Years of Experience 6-8 years
JD Attached below
Mandatory skills Oracle PL/SQL
Good to have skills Java /J2EE, Batch Spring framework, Restful web
services, Jasper reports, GIT, Eclipse, STF and Maven
Domain Manufacturing
Client interview No
F2f interview Will be done over call and Skype
Extension Possible Yes (will confirm)
Work Location Fort Worth, Texas, US

-- 
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/CANpokiByg9%3D3RFoo99_TZHjEOb3z2sBnc%3D%2ByaHnq0yDwj13%2Bhg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Android FTP file transfer (explicite TLS) failed and create a empty file

2016-09-21 Thread Markus Bodmann
Sorry no solution found.

Am 21.09.2016 22:37 schrieb "chandan debnath" :

> Markus, have you solved it. I'm facing the same problem with same code and
> same error for last one week. No solution found yet. Thanks in advance.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/android-developers/9gIzPf82lOM/unsubscribe.
> To unsubscribe from this group and all its topics, 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/866d5c79-6aeb-4d9e-ba3d-
> 1d8806d7143a%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CACiOazxv8JNwTfa-eZ0qbb%3DUVshZ%2BojjUAwWPnU3hhZZKMd2Dg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for::: : Ruby on Rails in Bay area (Milpitas).with infosys

2016-09-21 Thread SALMA BHAT
Hi  Partners,

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



We have urgent need for 2 Ruby on Rails Profiles in the Bay area
(Milpitas). Below is the skillset requirement -This is long term contract.

*jruby & caching, yaml config files.*



1.   Ruby on Rails

2.   JavaScript (backbone preferably)

3.   UE (HTML 5, CSS, wire framing)

4.   SQL

5.   RESTful API’s

-- 
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/CAJ0KNK9zD0dcj9iGAPCE%2Bk8-2vyJN-6YZFPRcSReOp5gPTuthA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] BA/PM

2016-09-21 Thread Shekhar Chaudhary
We have new openings with our Direct Client, please have a look at the Job
description given below. Let me know if you or someone you know is a good
fit for the role.



*Role: BA/PM*

*Location: Saratoga Springs, NY*

*Duration: 9 months (Contract to Hire)*

*GC,GC EAD or USC*



Project Manager Responsibilities Description:



Bachelor’s degree with concentration in Business Administration or Computer
Science preferred.

Experience in the Financial Industry preferred.

5-7 years’ experience preferred

Excellent client service, quality, and problem solving skills with the
ability to handle multiple priorities in a changing environment.

Detail-oriented and self-motivated, with strong organizational skills.

Ability to work in a team environment and build relationships.

Strong communication skills, written and verbal, including the ability to
interact with all levels of an organization and with clients.

Proficient skills in MS Word, MS Visio, MS Project and MS Excel.

Effective project management skills.

Ability to analyze and document complex business processes.

Ability to make effective decisions under pressure.

Demonstrated analytic and problem solving skills.

Ability to gather and interpret relevant data and information.

Effective facilitation and meeting management.

Ability to mentor other team members.

Demonstrated leadership abilities.

Strong presentation skills.







*Thanks and regards*

*Shekhar Chaudhary*

*Lead Recruiter || TEK Inspirations LLC*

*14138 Badlands Dr, Frisco, TX 75035*

*Direct: -  469-242-2490, 408-771-0897*

-- 
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/CAGaXMW8Mqnu%3D%2BTc0qGBKg0MCWrb4oqWoiWCDzd7-UKfBitS5sQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: AIX/Linux Admin (Production Support)

2016-09-21 Thread rani rautela
Hi

Hope you are doing fine. . !!!


*JOB DESCRIPTION*

*ROLE : *AIX/Linux Admin (Production Support)

*LOCATION : *Scottsdale, AZ / Woonsocket, RI

*CLIENT: *TCS

*Responsibilities:*

· L2 Production support, Incident triaging, Install ifix, apply
patches, manage file systems, monitor performance and troubleshoot alerts
from monitoring tools.

· System failure analysis and recovery; insuring the consistency
and integrity of file systems.

· Liaison with vendors/ customer for new hardware / software
install , technology upgrades and troubleshooting

· Technical support and day to day housekeeping activities – backup
,patching , user accounts etc

· Support 500+ servers in a 24x7x365 data center.

· Manage and lead hardware and software migration and upgrade
efforts of varying size and complexity.

· Willing to work in shifts – 24x7 environment , specially nights
and weekends




--

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



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285



Plainsboro, NJ 08536



Rani Rautela

Recruiter

Desk:609-853-0818 ext 2145

Fax :   609 799 5746

mailto:rani.raut...@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/CA%2B17Rv-ze4LwU_3is-hhSo-T1nibdUcj0noMz6WVC-5ZK2pR9w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: AIX/Linux Admin (Production Support)

2016-09-21 Thread rani rautela
Hi

Hope you are doing fine. . !!!


*JOB DESCRIPTION*

*ROLE : *AIX/Linux Admin (Production Support)

*LOCATION : *Scottsdale, AZ / Woonsocket, RI

*CLIENT: *TCS

*Responsibilities:*

· L2 Production support, Incident triaging, Install ifix, apply
patches, manage file systems, monitor performance and troubleshoot alerts
from monitoring tools.

· System failure analysis and recovery; insuring the consistency
and integrity of file systems.

· Liaison with vendors/ customer for new hardware / software
install , technology upgrades and troubleshooting

· Technical support and day to day housekeeping activities – backup
,patching , user accounts etc

· Support 500+ servers in a 24x7x365 data center.

· Manage and lead hardware and software migration and upgrade
efforts of varying size and complexity.

· Willing to work in shifts – 24x7 environment , specially nights
and weekends




--

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



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285



Plainsboro, NJ 08536



Rani Rautela

Recruiter

Desk:609-853-0818 ext 2145

Fax :   609 799 5746

mailto:rani.raut...@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/CA%2B17Rv89LPrw%2B%3DBG8__4---42yasm%2BRkGZnGW8tu2y%2Be9HAwqg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent MS CRM Dev NJ

2016-09-21 Thread Lisa Ray


HI


We are looking for MS Dynamics CRM Developer for one of our client 
at Northern NJ Please Submit candidates profile with your Rate & contact 
info for quick process.

 



*MS Dynamics CRM DeveloperLocation: New JerseyDuration: 6 months +*


*Interviews Ongoing*

 

 

Technical knowledge/skills*:*

·  The CRM developer will have a good understanding of CRM APIs in 
order to assist in the integration of CRM with other applications, as well 
as an understanding of the underlying data model in order to perform data 
migrations into CRM. This role requires technical programming skills in 
best practices

·Proven ability to develop applications in multiple programming 
environments is required.

·Familiarity with security requirements, web services, 
service-oriented architecture, design patterns, multi-threaded systems, and 
automated unit testing.

·Good knowledge of application development, testing and 
programming techniques/languages

·Extensive MS Dynamics CRM experience, particularly in 2011, 
2013 and 2015 versions, that has included the following: Design, 
development, implementation and management of MS Dynamics

·Extensive experience in software analysis, design, development 
& testing of Plugins (C#.NET) and JavaScript

·Developing Microsoft CRM strategies, best practices and 
approaches

·Creating and implementing custom workflows, entities, objects, 
attributes, etc., within Microsoft CRM

·Extensive Database experience including Microsoft SQL Server

·Good knowledge and execution of IT Standards, Policies and 
Procedures

·Good knowledge of and execution of SDLC

·Good knowledge of Information Security Awareness

·Developing knowledge of General Project Management Methodology 
& Tools

 

Education/Experience:

   - Bachelor's Degree in Computer Science, Information Systems, or other 
   related field or relevant experience.
   - 5+ years of IT and business/industry programming experience
   - 3+ yrs exp. in programming in Dynamics CRM is required, and experience 
   with object-oriented development environments is preferred.
   - 2+ yrs exp. with data analysis, design and implementation, including 
   working with end users to effectively assess business requirements and 
   define programming needs to support redesigned processes.

Thanks & Regards

Lisa

Techpundits Inc

l...@techpunditsinc.com

732-659-8650

-- 
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/3ba23dea-9d46-42d0-bd8d-e9065c4ebdd7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


  1   2   >