Re: [android-developers] Urgently looking || Android developer || Irvine CA

2016-09-19 Thread Anees T
Okay as I was not searching for job change Didn't update resume long time.
Give me some time. I will send out my latest resume.


On Mon, Sep 19, 2016 at 11:08 AM, Anees T  wrote:

> Please do have a look at my linkedin profile
> https://www.linkedin.com/in/anees-thyrantakath-8770402b?
> trk=hp-identity-photo
>
> On Sat, Sep 17, 2016 at 12:26 AM, Himanshu Kharbanda <
> himanshu.kharbanda...@gmail.com> wrote:
>
>> *Please share profile with linked-in ID *
>>
>>
>>
>> *you can reply at himan...@usitsol.com you can
>> reach me 408 766  Ext 361*
>>
>>
>>
>> *Position Android Developers i *
>>
>> *location Irvine (LA Area) *
>>
>> *Strong Java and Android development experience)*
>>
>> * Contract 1 year contracts each with extensions.  *
>>
>>
>>
>>
>>
>> With every resume, I need number/email/college graduation date and where
>> from and degree earned. Also I need a Linkedin profile
>>
>> --
>> 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/ms
>> gid/android-developers/c40725b7-063e-4cfc-85b0-67399244263c%
>> 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/CABgDG%2BsourwRNp8if1WYaDHHuZNf0wUqpC
> w-0WquP-Gf1z6neA%40mail.gmail.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/CABgDG%2BtBuwVHysCSFtOuEe4h17FzioXbYu-7tph7W%2Btxr-7C1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sending Large Number of SMS Limit

2016-09-19 Thread Technologie EasyTech

Hello, First of all, excuse my english which is far from being perfect.

In order to avoir you to read this long message, I will be Direct :
When an Android application sends a large number of SMS, Android displays a 
confirmation request for sending SMS.

At what frequency ? at what threshold (number of SMS)? this confirmation is 
generated by android? I do not know if my question is clear or not. I will 
explain the context: I developed an application for Android that send SMS 
to a list of contacts I did some tests, everything is ok, sending goes well.
However, when the contact number exceeds a threshold, Android will 
automatically generate the following confirmation message: "Your 
Application is sending a large number of SMS messages. do you want to allow 
this app to continue sending messages?"
I understand that this is a security establishment to prevent certain app 
which send sms without our knowledge, 
However, this is inconvenient in my case because sending a broadcast 
requires user interaction (confirmation of dispatch) that can last long 
enough ... So I want to eliminate this interaction. I wish that the user 
choose the recipient list, and then click on "SEND" and it s ok. By doing 
some research, I saw that it was "Possible" to disable this security by 
changing a value in the sqlite database of the android system. So the 
device must be "rooted", I dont choose this solutions I am interested in 
another bypass more "legal", and I would like to have your support on this 
point: 
I think adding a temporisation mechanism while sending SMS from my 
application. For example, by counting the number of sent SMS, if that 
number exceeds a certain threshold then delaying sending for "n" seconds. 
so as to never cause the error.
To do this, I have to know in which frequency android generation the 
confirmation message.

Thank you.

Reda

-- 
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/bf803efe-4f4b-46ad-842e-cdf8f27b1bf2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Zmiana koloru tła dla komórki, rozna godzina <-- arkusze google

2016-09-19 Thread Piotr Mańkowski
Witam, 
Chcę dodać funkcję do swoich baz, że jeżeli jest napisane godzina 13:30 a w 
komórce mam wpisane 13:00 to żeby tak komórka zmieniała kolor tła powiedzmy 
na czerwony.

Na chwilę obecną zrobiłem funkcje =now() która mi wyswietla aktualna 
godzine, ale nie wiem jak zrobic w formatowaniu warunkowym by zmieniało 
kolor tła. Robiłem poprzez mniejsze niż, ale inny jest format godziny a 
inny format który wpisuje użytkownik.

Proszę ładnie o pomoc.

-- 
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/9b542b6a-07e3-4b21-904e-d4b371105ac8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: IBM DataPower with CA Layer7 @ Hartford, CT --- Contract

2016-09-19 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:  IBM Datapower with CA Layer7*

*Location:*  Hartford, CT

*Duration:*  6+ Months

*Interview Type: * Phone+ Skype



*Primary Skills:   IBM API Connect (IBM Datapower) and / or CA
Layer7 API Manager*



*Job Description:*



v  Lead role at onsite to work with business and technical stakeholders to
understand requirements

v  Prepare design for new requirements

v  Co-ordinate with offshore team for the development and testing of APIs

v  Good knowledge and experience in requirement gathering, design,
development and implementation of web services.

v  Web service architecture

v  REST & SOAP principles

v  *Security considerations - SSL, OAuth, SAML, JWT*

v  Encryption / decryption

v  Deployment architecture

v  Mandatory skills* Hands-on experience in *IBM API Connect (IBM
Datapower) and / or CA Layer7 API Manager*

v  Good to have skills* *Experience in Java, node.js*

v  *Domain* Healthcare *



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


[android-developers] C2C :: .net/Javascript Programmer - Hanover, Virginia

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

https://d6dyoorq84mou.cloudfront.net/uploads/tenant/logo/3072/logoj4t.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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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 
.net/Javascript Programmer in Hanover, Virginia, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/521087-net-javascript-programmer-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: .Net/Javascript DeveloperDuration: Long 
TermLocation: Hanover, VAInterview: In-Person
Information Technology Department is seeking an individual to fill a 
full time contract position providing a broad range of technical services. This 
position will reside under one of the department’s application support teams 
that oversees the County’s Enterprise Geographical Information System (GIS), 
Community Development Departments, and Public Safety Departments. The candidate 
will work primarily as an IT technical resource providing GIS programming, 
scripting, application development, and mapping services. They will also 
provide database administration and data analysis services as needed. 
In addition, they will be expected to handle customer support tickets, 
assist with business data and reporting needs, support existing software 
applications, assist with new system implementations, develop system 
requirements, perform upgrades, apply patches, and develop documentation.
Prospective candidates should have demonstrated experience in the following 
areas:

Developing HTML5/JavaScript Web Applications
Developing .Net Applications in C#
Developing Python Scripts
Configuring Microsoft SQL Server, SQL Server Reporting Services, and SQL 
Server Integration Services
Configuring Microsoft SharePoint Sites, Pages, and WebParts 
Configuring Mic

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

2016-09-19 Thread Yogindra Gowd
*NAME*

*SKILLS *

*EXP*

*VISA STATUS*

*RELOCATION*

*Divya *

*QA Analyst*

*8+*

*USC*

*YES*

*Sarath*

*Sr. Java Developer*

*10+*

*USC*

*YES*

*Shashank*

*SQL Server DBA/dev*

*9+*

*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/CAN52aWjV%3DcdB%3D%2B8PJGS_sQ30xqC0DBPh%3D_pYZskOJ4r36Xsk4w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Store Multiple Items to Clipboard

2016-09-19 Thread Mostafa Anter
I'm doing a lot of copy-and-paste actions between windows, then 
How I can copy and paste multiple pieces of text in Android, why operating 
system doesn't support that

-- 
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/369543d9-3031-4256-8f3b-b646795a3f1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android 7.0 Nougat not work with BLE API i.e. BluetoothLeService

2016-09-19 Thread Kalpak Keskar
 

Hello,




I am trying to use android BLE API i.e. BluetoothLeService

on Android 7.0 Nougat. In this Android 7.0, mGattUpdateReceiver is not 

receiving the data from BLE peripheral device.


BluetoothLeService.*ACTION_GATT_CONNECTED*

This response shows BLE peripheral device is connected. However, data is 
not received.


BluetoothLeService.*ACTION_DATA_AVAILABLE
*

This response shows data is available but is not returning anything.


Everything is working with previous versions of Android (6.x, 5.x). Is 
there any specific 

change in the BLE service for Android 7.0?


Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0bc59725-e536-427e-8d43-5841ce534cd9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] immediate looking for Spark Developer with Python and Perl experience || NYC, NY || 6+ Months || no H1B ||

2016-09-19 Thread Mohammad Wasim
Hi ,

Please let me know if you are interested for this role.

If interested then please send update resume along with below information.

Full Name:

Email:

Phone:

Location:

Visa:

Rate:

Start:



*Spark Developer*

*NYC, NY*

*6+ Months*

*Phone/Skype Hire*



*Any Visa is OK (But NO H1’s) !!*



*Requirements :*



· Sr. Spark Developer

· Must have Python and Perl experience



**

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


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

2016-09-19 Thread rr aa
Greetings!



I have excellent consultants available for your requirements.



Please let me know if you have any good opportunities for listed resources.



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





*Skill*

*Relocation*

*Availability*

*F2F Interview*

Salsforce

Open to relocate

1 Week

Yes for local positions

QA Senior

VA, DC, DE, MD

Immediate

Yes for local positions

ServiceNow

EST & Central

1 Week

Yes for local positions

Java

Open to relocate

Immediate

Yes for local positions

Splunk

Open to relocate

Immediate

Yes for local positions

UI

Open to relocate

1 Week

Yes for local positions

Tableau

Open to relocate

Immediate

Yes for local positions

Oracle Taleo

Open to relocate

Immediate

Yes for local positions

Oracle PL/SQL

Open to relocate

Immediate

Yes for local positions

DevOps

Open to relocate

1 Week

Yes for local positions

Ruby on Rails

Open to relocate

Immediate

Yes for local positions

Oracle Apps

CST

1 Week

Yes for local positions





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


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

2016-09-19 Thread shekhar Reddy
Greetings!



I have excellent consultants available for your requirements.



Please let me know if you have any good opportunities for listed resources.



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





*Skill*

*Relocation*

*Availability*

*F2F Interview*

Salesforce

Open to relocate

1 Week

Yes for local positions

QA Senior

VA, DC, DE, MD

Immediate

Yes for local positions

ServiceNow

EST & Central

1 Week

Yes for local positions

Java

Open to relocate

Immediate

Yes for local positions

Splunk

Open to relocate

Immediate

Yes for local positions

UI

Open to relocate

1 Week

Yes for local positions

Java/Full Stack

Open to relocate

Immediate

Yes for local positions

Oracle Taleo

Open to relocate

Immediate

Yes for local positions

Oracle PL/SQL

Open to relocate

Immediate

Yes for local positions

DevOps

Open to relocate

1 Week

Yes for local positions

Ruby on Rails

Open to relocate

Immediate

Yes for local positions

Oracle Apps

CST

1 Week

Yes for local positions





I look forward to hearing from you!





Thank you



*Raj *



*Thought Byte Inc | An E-Verified Firm*

Mail: r...@thoughtbyte.com
Ph: 973-512-7444

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


[android-developers] Need Urgent--Business Analyst(9+ Profile with GC and USC Only)

2016-09-19 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 : Business Analyst*

*Location : New York City, NY*

*Duration : Long Term Engagement*



*Area of Expertise : Risk, Treasury and Agile*



• Strong Business analyst who can play a techno functional role.

• Any  Scrum Alliance  certifications/qualifications/training would be
preferred

• Knowledge of Risk, Finance and/or Treasury business functions is required.

• Experience in Agile methodology and practices on Scrum/Kanban delivery
model

• Must have working in agile environment and preferably Scrum certified.

• Should have excellent communication skills

• Investment Banking/ Capital markets experience is required

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


[android-developers] Devops Engineer

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

*Location: SFO/Sacramento, CA*

*Work Duration: Contract *

*Interview: Phone/ Skype *



*Required Experience and Technical Skills:-*

Release engineering - build and deployment using Jenkins automation or
similar
2. Tools - Jenkins, Svn, git, jira, nexus, confluence, crowd, docker,
puppet, hipchat, etc. all build/release tools
3. Technologies: informatica, mobile android/iOS, facets, edi, maven, Java,
perl, groovy, Phyton, selenium etc, splunk, oracle, batch/ shell scripting,
4. Build release - manual/ automated deployments , webserver, db
deployments, branching model,
5. Ability to contribute without much supervision. Must have strong release
engineering background, 5 + years



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


[android-developers] immediate need a UI Ruby Developer || Gaithersburg, MD || Face-To-Face Required !! GC or USC only ||

2016-09-19 Thread Mohammad Wasim
*Hi ,*

*Please let me know if you are interested for this role.*

*If interested then please send update resume along with below information.*

*Full Name: *

*Email:  *

*Phone:*

*Location:*

*Visa:*

*Rate:*

*Start: *



*UI/Ruby Developer*

*Gaithersburg, MD*

*6+ Months*

*Client : eGlobalTech*



*GC or USC only (NO EAD-GC as well) !!*



*Face-To-Face Required !!*



*Requirements :*



   - *5 years of dedicated Ruby on Rails development experience*
   - Expert knowledge of JavaScript, JQuery, AJAX, MySQL, and Git/SVN
   version control system.
   - Expert knowledge of BDD and related tools namely Cucumber and Gherkin
   - Familiar and comfortable with tools like Vagrant to spin up virtual
   environments
   - Solid metadata modeling expertise and implementing schemas using MySQL
   tools
   - Experience developing front- and back-ends for internal and/or
   external client websites.
   - Experience serving as a main web developer/web designer/tester
   - Good understanding of user centered design and user experience (UX)
   - Ability to develop wireframes and mockups using tools such as
   Balsamiq, FluidUI, and similar
   - Good understanding of Section 508 standards and guidelines
   - Can-do attitude with good consulting skills and capable of managing
   expectations
   - Good understanding of Agile Scrum / Kanban methodologies





**

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


[android-developers] VMWare Linux Windows Admin consultant for your client needs

2016-09-19 Thread Sudheer Kumar
Hello

Please find the attached resume and contact details of my consultant and
 let me know if he suits your requirement



Name:  Meeran
location:   Eden Prairie, MN
Relocation:   Open
Visa:H1b
Availability:   Immediate



Name:  *Abdul Salam Mohammed*
location:   *San Antonio, TX  *
Relocation:   Open
Visa:H1b
Availability:   Immediate

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAMVYyP_PrDo%2BJmLzZ1jq3zGc3NG-zcUhZ%3DQWnTi0FJymXQvRkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Meeran Linux VMware.docx
Description: MS-Word 2007 document


Salam VMWare.docx
Description: MS-Word 2007 document


[android-developers] Immediate consultants available from valsoft

2016-09-19 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 below hotlist:*


*Name*


*SKILL SET*


*Exp*


*Location*


*Relocation*


*Chandana*


*Work day*


*7+ Years*


*MN*


*OPEN*


*Mohan*


*Selenium Engineer*


*9+ Years*


*MA*


*Open*





*Thanks & Regards! Chaturya+1 916-282-9516chatu...@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/CAArt2kLOQiAcJ-DtBzJgChygXt3TOb9zzzjb%3DEaOi5jjkbwW1Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Frontend/AEM Developer in Basking Ridge, NJ !

2016-09-19 Thread Abhishek ojha
*Client: United Health Group*

*Position: Frontend/AEM Developer*

*Address: Basking Ridge, NJ 07920*

*Duration: 6 Month(s) *

*Need EAD GC, GC and USC Only*

Must-haves

- 4+ years of experience in frontend development (UI, CSS#, HTML5, Angular,
Bootstrap)
- Experience developing, implementing and configuring web content
management solutions using AEM (Adobe CQ)
- Experience creating UI components in AEM/CQ5
- Excellent written and verbal communication skills

Plusses

- Previous experience working with content management systems

Day-to-Day

Our client is looking for a strong Frontend developer to join their team
and help with a large Wellness Discounts web portal. The goal of the team
is to create the new web portal where members can get discounts on certain
items related to their current health and policy. These developers will be
responsible for all of the new development for this web portal and
specifically will be supporting the Consumer Digital Experience. They will
be rewriting the java services that currently access the existing database
and integrate them with the new AEM framework. Some of the top daily
responsibilities include: the design and maintenance of web services and
Java batch jobs; analyzing user needs to determine technical requirements;
creating design documents, and finally testing to make sure the additions
are working properly. They will be working on a IT delivery team with 14
other developers.



*Thanks & Regards,*

*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/CAKpcopSap_-rY0DBvkrK4_6WGvfGguO84%2BZTK%2BN0epsWgmr28Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT REQ ******* IBM DATA POWER CONSULTANT ******** CT/ ONTRACT

2016-09-19 Thread tejasri surapaneni
Hi,





*Position: IBM Data Power Consultant Location:  Hartford, Connecticut
Duration of Hiring: 6+ Months Contract *

*Domain* Healthcare*

*Mandatory skills* Hands-on experience in IBM API Connect (IBM DataPower)
and / or CA Layer7 API Manager*



*Job Description: *

Detailed JD * Good knowledge and experience in requirement gathering,
design, development and implementation of web services. · Web service
architecture · REST & SOAP principles · Security considerations - SSL,
OAuth, SAML, JWT · Encryption / decryption · Deployment architecture Roles
& Responsibilities: · Lead role at onsite to work with business and
technical stakeholders to understand requirements · Prepare design for new
requirements · Co-ordinate with offshore team for the development and
testing of APIs
Mandatory skills* Hands-on experience in IBM API Connect (IBM DataPower)
and / or CA Layer7 API Manager
Good to have skills* Experience in Java, node.js

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


[android-developers] Pega CSSA Consultant with banking domain _Cranston , Rhode Island@Need consultants who can provide DL and Work authorization Copy

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

*Pega CSSA Consultant*

*Location: Cranston , Rhode Island*

*Duration : 6 Months(Possible Extension)*


*Mandatory skills* Pega PRPC Good to have skills* Pega CPM*

*Domain* Banking*


*Detailed JD Experience :*

Pega CSSA with 4 to 6 years Pega experience.

Knowledge and working experience of Pega CPM framework

Person will be in client facing role .will be responsible for interaction
with Business users and design, development and test support




*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/CADALKbw1ik9Uus-pS75qG2vDUa4OyuH7H4auOkJ%2BCEE3R-CyKA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD NEED: Sr Java Developer in Atlanta, GA

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

Sr Java Developer
Atlanta, GA
Long term contract

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

Developers will be doing 100% new development of a *security platform* for
an enterprise portal application.

*This is an agile, continuous integration environment.*

*Technologies:*
Java, Weblogic (legacy app), Jboss., Tomcat. Spring MVC, RESTful API,
Oracle (future will be postgress), Jenkins

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


[android-developers] Sap Hana Developer in Houston, TX !

2016-09-19 Thread Abhishek ojha
*Vendor/Huntsman *

*Sap Hana Developer*

*Houston, TX*


*6 Months Contract with possibly to extend longer Phone Hire (Must have
very good Comm. Skills)*

*$55-58/HR C-2-C*



*Required Skills *

· *Responsible for first line development of SAP Hana Development*

· *SQL Developer Experience Required*

· Familiar with Hana Modeling

· Familiar with Hana Stored procedures

· Able to guide team in best practices for SAP Hana development

· Assists in defining SAP Hana Requirements

· Follow standard software development methodologies

· Schedules Jobs using Enterprise Scheduling Software (UC4)

· Guides Hana team in performance tuning

· Work with BI team in developing and enhancing Hana environment.

· Advise the BI team on the capabilities of SAP Hana to fulfill
specific data needs

*Thanks & Regards,*

*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/CAKpcopSkOd2%2Bk72m_wSsyWHKmq3-Cwco11N-5-GeVcQ1MK1Ucw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sap Business Objects Developer in Houston, TX !

2016-09-19 Thread Abhishek ojha
*Vendor/Huntsman*

*Sap Business Objects Developer  – 3 positions open  **(Major
work on BOBJ than any other module)*

*Houston, TX*


*6 Months Contract with possibly to extend longer Phone Hire (Must have
very good Comm. Skills)*

*$55-58/Hr C-2-C*

*$60-64 for Lead*



*Required Skills *

· Designed several dashboards leveraging various visualization
components (Gauges, Interactive Charts, Alerts, and Scorecard etc.).

· *Experience in working with integrating SAP BOBJ BI tools with
SAP BW and SAP HANA.*

· Extensive experience with dashboard design with focus on UI and
UX.

· Interacted with business users for the requirements of management
reports & dashboards.

· *Created dashboards with interactivity with Crystal Reports and
WebIntelligence for detailed level data.*

· *Experience with SAP Design studio 1.5/1.4 , Business Objects 4.2*

· Created Attribute views, Analytical views, Calculation views
Graphical.

· Created Restricted measures, Calculated measures, variables,
input parameters in Analytical Views.

· Experience in Creating Universes with relational database.

· Highly experienced in creating complex queries in BEx Designer/
Analyzer using Conditions, Exceptions, Filters, Calculated Key Figures,
Restricted Key Figures, Variables, Structures, and RRI.

· Actively involved in supporting the various issues addressed by
the Users from the client side and providing them with required solutions.

· Extensive experience in development and implementation of BO
solutions involving SD, MM, FI-AR, FI-AP, FI-CO areas.



*Thanks & Regards,*

*Abhishek Ojha*

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


[android-developers] New Position - SAP Security consultant/ Phoenix, AZ,

2016-09-19 Thread Rizwan Dawood
*SAP Security consultant*

*Phoenix, AZ, US*

*6 months*



*Job Description*



· Hands on experience in SAP ECC Security (Building, modifying and
designing new Security roles as per business requirement)

· Hands on experience in GRC access control 10.1 (EAM, ARA and
ARM). Configuration of GRC 10.1 knowledge is preferred.

· Good understanding on SOD process, Risk analysis and Mitigation
the Risk is needed

· Should have good communication, leadership skills and capable
enough to propose new solutions to clients.

· Basic understanding on SAP Functional modules QTC, PTP, LOG is
needed.

· Hands on experience in designing roles for SAP BI, CRM and SCM is
must. Should also trouble shoot BI /CRM authorization issues.

· Experience on BOBJ security is preferred.

· Experience on interface security is must

· Should have worked on automation took like ECATT, LSMW and SAP
GUI scripting.

· HPQC, Service now tools experience is preferred.

· Candidate should work on Defects and handle production support
simultaneously.

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


[android-developers] New Position - Oracle Data Integrator(ODI)/ Hawaii

2016-09-19 Thread Rizwan Dawood
*Oracle Data Integrator(ODI)*

*Honolulu, HI - Hawaii, US*

*6 months*



*Job description:*



· Overall 7 to 15 years of experience in IT with at least 4 years
of experience in design and building Oracle Data Integrator (ODI) solutions
using PL SQL as the backbone layer

· Ability to create a strategic technical architecture for ETL/BI
platforms based on functional and non-functional requirements

· Strong conceptual knowledge and experience in efficient ETL
designs for:

· Data warehouse setup

· Processing batch jobs in data files

· DB to DB large volume data exchange

· Rapid prototyping experience using ODI toolsets

· Ability to deploy ODI components on high available configurations

· Preferred experience in multiple ODI platforms (10g /11g/12c)

· Ability to work and coordinate with offshore teams based out of
India location

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


[android-developers] (NEED LOCALS. F2F REQUIRED) Sr. Java Developer @ San Antonio,TX & Plano, TX

2016-09-19 Thread ANUDEEP
*Title : Sr. Java Developer *

*Duration : 6+ Months*

*Location : San Antonio,TX & Plano, TX*



*LOCALS NEEDED. F2F REQUIRED*



This position is a hands-on, senior application developer for an existing
application development team. The ideal candidate should possess
demonstrated ability to:

Execute and program on an application development team through all phases
of the software development lifecycle

Provide expertise in triaging, diagnosing and resolving complex systems
issues

Quickly learn and apply new information and knowledge

The client would like the Developer to have a general knowledge of the
securities industry and CGC specific businesses with some knowledge of
security and disaster recovery requirements for applications development.



*Required Technical Skills:*

Java / J2EE / Object Oriented Design experience (5+ years)

Simple Object Access Protocol (SOAP)/ Rest services experience (3+ years)

*IOS/Android mobile development expertise (2+ years)*



*Tools Needed:*

Enterprise Java Beans (EJB), MQ (2+ Years)

Database experience (UDB, Oracle, SQL, etc)

Object Relationship Management (ORM) Frameworks (Hibernate, JPA, etc)

WebSphere Application Server (WAS), JBOSS, Tomcat



*Soft Skills:*

Excellent listening, speaking, communication skills

Strong team player

Proven leader (ability to mentor and develop teammates)

Results oriented

Innovative mindset

Collaboration and brainstorming

Strong analytical, critical thinking skills

Strong organization, technical, time management skills

Proven ability to work in a fast paced, high intensity work environment

Constant desire to learn and Experiment / Test

Ability to influence and negotiate other parties



*Overall Job Duties:*

Maintains and consistently demonstrates a general knowledge of company
guidelines, processes, practices and procedures.

Performs complex systems analysis and/or designs applications requiring
advanced techniques using leading-edge technologies.

Provides expert technical expertise and analytical support in the
conceptualization, development and implementation of complex interrelated
systems and/or programs.  Develops system designs to meet user requirements
(examples might include program designs, database designs, and window
designs).

Gathers user requirements and performs systems analysis (possibly in
conjunction with business system analysts).

Develops applications designs often integrating multiple phases or aspects
of an overall system design.

Executes application development design reviews.

Follows project approach and/or procedures to solve the most complex
applications problems considering system requirements/limitations,
operating time, system architecture, and the desired results.

Develops standards and guidelines.

Executes systems tests of new state-of-the-art applications to determine
potential internal use.

Collaborates with other applications staff members to resolve complex
systems issues.

Prepares/moves application programs from development to production in
controlled manner.

Develops documentation and other materials supporting application programs.

Provides feedback in determining scope and participates in recommending
priorities for system changes.

On-going evaluation of system functions and design and identifies areas for
improvement.

Provides on-call coverage to application programs as needed to support
business operations.

Participates in the development and training of team members.

Proactively researches leading-edge technology and application development
techniques through continued education and training.

Prepares and distributes status reports and other updates to users and
management.

Communicates actively with users on systems status, including system
changes, problems, enhancements, and potential impacts.

Constructively contributes in team and department meetings and training
opportunities.

Performs other work as required or requested as well as additional
assignments.



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


[android-developers] New Position - iOS Developer - Swift, JSON Webservice integration/ San Francisco, CA

2016-09-19 Thread Rizwan Dawood
*iOS Developer - Swift, JSON Webservice integration*

*San Francisco, CA*

*6 Months*



*Job Description*

· At least 7-8 years of experience in technology consulting,
enterprise and solutions architecture and architectural frameworks

· At least 4 years of experience in native iOS user interface
development skills, bug fixing and improving application performance,
proficient with Swift (Primary), Objective C, Swift, experience with iOS
frameworks like Core Data, Core Animation etc., good understanding of
Apple’s design principles and user interface guidelines, understanding of
code versioning tools, offline storage, threading etc.

· Experience working with building enterprise grade mobile
applications with multiple integration touch points.

· Understanding of various authentication processes/frameworks

· Good communication and mentoring skills

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


[android-developers] C2C :: DevOps Build Release Engineer (LOCALS ONLY) - Austin, Texas

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

https://d6dyoorq84mou.cloudfront.net/uploads/tenant/logo/3072/logoj4t.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/525077-devops-build-release-engineer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=DevOps%20Build%20Release%20Engineer%20(LOCALS%20ONLY)&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/525077-devops-build-release-engineer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=DevOps%20Build%20Release%20Engineer%20(LOCALS%20ONLY)&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/525077-devops-build-release-engineer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=DevOps%20Build%20Release%20Engineer%20(LOCALS%20ONLY)&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/525077-devops-build-release-engineer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=DevOps%20Build%20Release%20Engineer%20(LOCALS%20ONLY)&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/525077-devops-build-release-engineer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=DevOps%20Build%20Release%20Engineer%20(LOCALS%20ONLY)&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/525077-devops-build-release-engineer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=DevOps%20Build%20Release%20Engineer%20(LOCALS%20ONLY)&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/525077-devops-build-release-engineer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=DevOps%20Build%20Release%20Engineer%20(LOCALS%20ONLY)&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/525077-devops-build-release-engineer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=DevOps%20Build%20Release%20Engineer%20(LOCALS%20ONLY)&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/525077-devops-build-release-engineer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=DevOps%20Build%20Release%20Engineer%20(LOCALS%20ONLY)&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 
DevOps Build Release Engineer (LOCALS ONLY) in Austin, Texas, if you 
have matching candidates please submit their profiles http://www.job4tech.com/jobs/525077-devops-build-release-engineer-locals-only-at-endure-technology-solutions-inc?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Position: DevOps Build Release Engineer (LOCALS ONLY) 
Location: Austin, TX Duration: 12 month 
contract Looking for a strong resource who comes from a Java 
background. Build and Release Engineer and will be responsible for 
collaborating with development, QA, release engineering, operations, site 
support, and infrastructure teams to maintain high-quality deployment artifacts 
as it moves through entire deployment pipeline. Support development activities 
in all features in Continuous Integration Platform. Required 
Skills:  5 years’ experience: 
Experience with creating workflows, managing users/access, reports, builds, 
automated build scripts, code mergers, creating projects and branch management 
in Jira, Fisheye, Jama, Confluence, Bamboo, Subversion 
JAVA Programming 
Build and Release Management
ITSM 
ITIL
Continuous Integration using tools Bamboo, ANT, Maven
Buildi

Re: [android-developers] App having Backend to store data

2016-09-19 Thread Mark Phillips
There are a million frameworks. I like Django Rest -
http://www.django-rest-framework.org/. But there are lots of other choices
out there.

Mark

On Sun, Sep 18, 2016 at 10:27 PM, Harsh Raj  wrote:

> Yes sir , I have a solution for that , but for the first time of use the
> user will have to connect to the internet.
> So when the user will search something, The result that is coming will be
> be stored on the user's mobile device.
> And the next time when user runs the app, the stored data will be shown
> but for new search, internet connection is needed.
>
> But the real problem is that I am not able to decide what to use for the
> back-end .
>
> On Mon, Sep 19, 2016 at 2:24 AM, Mark Phillips  > wrote:
>
>> What will happen to your app if the phone cannot connect to your server?
>> For example, no service, no wifi, or in airplane mode?
>>
>> You might want to look at having local storage on the phone for the app's
>> information and have a background task keep the local storage in sync with
>> the server.
>>
>> Mark
>>
>> On Sun, Sep 18, 2016 at 12:29 PM, HarSh Raj Vardhan <
>> harsh273...@gmail.com> wrote:
>>
>>> Guyz , I am really a beginner. and I want to develop a android having
>>> light app with only UI and nothing will be stored in the app as static data
>>> .
>>> All its data will be stored on a server or any other place which the app
>>> will retrieve whenever needed.
>>>
>>> The problem is that i don't know what to use for a data storage. Like a
>>> back-end or any server which is free and easy to use? is Google's firebase
>>> good for it ? and if yes then how can it be used efficiently ? and how to
>>> retrieve this data,and store too?
>>>
>>> Please help me as I am really short of time as this is my project.
>>>
>>> --
>>> 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/ms
>>> gid/android-developers/b5705392-31a0-4098-a25e-ac593a6364fa%
>>> 40googlegroups.com
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
>> 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/to
>> pic/android-developers/7vsjANmx-rE/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/ms
>> gid/android-developers/CAEqej2NYjk%2B9rEGW2bNJiPXyXgqNOC3GjQ
>> Dhyt%3D689AAc4LMfg%40mail.gmail.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/CAJeP_sunyXUiKMsj1BQjV3VxKUc-
> U7p5khbSmn_4idMOMsh_NA%40mail.gmail.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/CAEqej2PH9pYvD0P-Ne7DWiQx%3DwXKL%2Bai%2Bj0CoRP5qjNhEtY91Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] urgent Need----Project Manager-----Rock Ville, MD

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



*Job Title: Project Manager*

*Location: Rock Ville, MD*

*Duration: 3 Months*



Job Description



•   Senior PM - Manage and drive the KT (Knowledge Transfer) work
stream for account on boarding projects

•   SME in the IPsoft IPcenter KT work stream for account
onboarding, SOP development through automation release

•   SME knowledge in how IPcenter interacts with ITSM systems and
how that affects the requirements to ensure KT is executed correctly

•   SME knowledge in how IPcenter’s automation capabilities can be
applied to offload work from IT Operations

•   Familiar with IT Operations and high level technical knowledge
in the following areas: Server, Network, Middleware, Database and Storage

•   Ability to manage 10 or more similar projects concurrently

•   Experience with process development



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


[android-developers] Urgent Hiring - Sr. Software Engineer @ McLean VA

2016-09-19 Thread nanda kishore
Hi  Professional,

This is Kishore from Agile Enterprise solutions

This is in reference to the following position.



* Please find below job description if you feel comfortable please
revert with updated resume, Rate and contact details ASAP *



*Mandatory: Need H1 copy and passport number for the submission*



*Title: Sr. Software Engineer *

*Location: McLean, VA*

*Client:  Hexaware Inc/ Freddie Mac*

*Mode:  Long-term *



*Job Duties and Responsibilities :*



• DB modeling and SQL Queries using joins, functions.

• DAO layer implementation using

o   ORM – Spring ORM/Jdbc Template, Hibernate etc.

o   JDBC – With focus on Batch operations, Transaction Management etc.

• REST API

• Event driven programming using Queues

o   Focus on error handling, parallel processing

• Sing Page Application (SPA) / Client side MVC / AJAX Driven UI

• Unit Testing using Mocking Frameworks

• Application server configuration – For Security, Load Balancing







Thanks & Regards



*Kishore Nimmoju*

Agile Enterprise Solutions, Inc

Ph: 972-427-1824

Email : kishore_nimm...@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

-- 
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/CAPeGz-TCcsYNyJSYKPwR%3D%3DzcUSr-4a3FKm8ss%2BkmR01h4Xqs8w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] App having Backend to store data

2016-09-19 Thread Harsh Raj
Okay, Thank you Mark.

Harsh

On Mon, Sep 19, 2016 at 8:14 PM, Mark Phillips 
wrote:

> There are a million frameworks. I like Django Rest -
> http://www.django-rest-framework.org/. But there are lots of other
> choices out there.
>
> Mark
>
> On Sun, Sep 18, 2016 at 10:27 PM, Harsh Raj  wrote:
>
>> Yes sir , I have a solution for that , but for the first time of use the
>> user will have to connect to the internet.
>> So when the user will search something, The result that is coming will be
>> be stored on the user's mobile device.
>> And the next time when user runs the app, the stored data will be shown
>> but for new search, internet connection is needed.
>>
>> But the real problem is that I am not able to decide what to use for the
>> back-end .
>>
>> On Mon, Sep 19, 2016 at 2:24 AM, Mark Phillips <
>> m...@phillipsmarketing.biz> wrote:
>>
>>> What will happen to your app if the phone cannot connect to your server?
>>> For example, no service, no wifi, or in airplane mode?
>>>
>>> You might want to look at having local storage on the phone for the
>>> app's information and have a background task keep the local storage in sync
>>> with the server.
>>>
>>> Mark
>>>
>>> On Sun, Sep 18, 2016 at 12:29 PM, HarSh Raj Vardhan <
>>> harsh273...@gmail.com> wrote:
>>>
 Guyz , I am really a beginner. and I want to develop a android having
 light app with only UI and nothing will be stored in the app as static data
 .
 All its data will be stored on a server or any other place which the
 app will retrieve whenever needed.

 The problem is that i don't know what to use for a data storage. Like a
 back-end or any server which is free and easy to use? is Google's firebase
 good for it ? and if yes then how can it be used efficiently ? and how to
 retrieve this data,and store too?

 Please help me as I am really short of time as this is my project.

 --
 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@googlegroup
 s.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/ms
 gid/android-developers/b5705392-31a0-4098-a25e-ac593a6364fa%
 40googlegroups.com
 
 .
 For more options, visit https://groups.google.com/d/optout.

>>>
>>> --
>>> 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/to
>>> pic/android-developers/7vsjANmx-rE/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/ms
>>> gid/android-developers/CAEqej2NYjk%2B9rEGW2bNJiPXyXgqNOC3GjQ
>>> Dhyt%3D689AAc4LMfg%40mail.gmail.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/ms
>> gid/android-developers/CAJeP_sunyXUiKMsj1BQjV3VxKUc-U7p5khb
>> Smn_4idMOMsh_NA%40mail.gmail.com
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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/7vsjANmx-rE/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

[android-developers] Hiring for DB2 Administrator at Dallas, TX,

2016-09-19 Thread VIKAS GUPTA
*Hi,*



*Please check the JD and let me know if you have any candidates available. *






*Role : DB2 Administrator Location : Dallas, TX 75240*

*Duration : 6+ months *

*Interview: Skype Only*





*Key Areas:*

1.How many years experience is required with DB2? 5+

2.How many years experience is required with SQL? Not required

3.How many years experience is required with Linux/Unix? 5+





*Title: DB2 Administrator*

The position is responsible for administering, developing and supporting
our DB2 production and development platforms within a fast paced agile
environment.



*ESSENTIAL JOB DUTIES: *

Responsible for technical leadership of architectural design, development,
and deployment of cost-effective and sustainable cloud based database
technical solutions. The role also is responsible for leading technical
efforts and strategies for managing database performance, security,
integrity, and developing the procedures to support enterprise applications
and business functions.

Leads technical efforts to architect, design, and support database
solutions including data models, database technologies to employ,
application/database interaction models and associated standards. Develops
and maintains database communications infrastructure and topology.

Technically leads efforts to design and implement database objectives in
conjunction with the engineering teams. Chairs cross functional team to
identify performance bottlenecks and availability risks, manage action
items to address and prevent issues, and influence peer organizations to
implement improvements.

Performs database application tuning and performance monitoring. Provides
consultation and troubleshooting for the engineering team. Establishes and
maintains sound backup and recovery policies and procedures in conjunction
with the Server System Administrators.

Sets up and maintains database documentation and standards. Interfaces with
database vendors for technical support. Provides 24x7 database support for
production databases. Implements and maintains database security.

Plans database growth, forecasting and changes capacity planning . Actively
participates in and leads database industry focus groups.



*JOB QUALIFICATIONS:*

Education: Bachelor s Degree in Information Systems, Computer Science or
related field or related experience

Experience: Experience supporting and working with DB2 9.5 or greater on
Linux, or Unix Experience with multi-Terabyte DB2 databases Experience with
DB2 Data Partitioning Feature DPF In-depth knowledge of DB2 backup and
recovery techniques, database upgrades and patches

Expert level knowledge of and ability to use SQL and stored procedures.
Experience using Linux including shell programming, BASH and Korn shells.

Expert experience in database performance tuning and troubleshooting
Experience with ETL tools Informatica, Data Stage, etc. preferred
Experience with DBI Monitoring and Performance tools

Experience with WLM Work Load Manager Experience with DB2 Federated
databases Experience collecting database statistics for forecasting, key
performance indicators and SLA statistics.



*REQUIRED SKILLS:*

Ability to demonstrate excellent verbal and written English communication
skills.

Ability to work independently and with a team under minimal supervision.

Experience with DB2 Cloud Services



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


[android-developers] Business Systems Analyst || Wellesley Hills, MA || GC , USC or EAD || F2F Required || Rate $50/hr. on c-c(All Incluisve

2016-09-19 Thread Vishal Ji Awasthi
Business Systems Analyst

Duration:- long term contract

Interview Type:-need to come f2f interview in Wellesley Hills, MA

Location:- Wellesley Hills, MA



*Required- annuities, life insurance and group insurance*



Business Systems Analyst

Main Accountabilities

·   Acts as a liaison between the Business Unit and the Systems group to
facilitate the identification of process improvements, system design,
testing and implementation of large and/or complex technical projects,
often requiring coordination of multiple functional areas.

·   Facilitates requirements interviews and workshops with project
stakeholders.

·   Analyzes and defines user requirements and translate them into system
requirements to ensure understanding of the request by all project members.

·   Documents data requirements and conducts data analysis for integration
and conversion efforts.

·   Creates business models to support requirements language.

·   Collaborates with other IT disciplines to ensure continuity between
requirements, design, and testing.

·   Reviews test and implementation plans and coordinates testing of system
enhancements and projects with the user area.

·   Reviews system procedures, guidelines and technical documentation of
new systems.

·   Reviews enhancements and projects after implementation to ensure
compliance to specifications, and cost-effectiveness.

·   Maintains expert level of business functional knowledge and current
automated technologies.

·   Communicates new technologies to Business Unit when applicable.

·   Evaluates new products or systems for applicability to Business Units.

Qualifications

*Ø Requires a minimum of 5+ years of progressive experience as a Business
Systems Analyst.*

*Ø Requires comfort with data requirements and related data activities.*

*Ø Requires system savvy i.e. knowledge of web based applications, ability
to analyze data and provide data quality solutions through SQL queries or
other such tools, awareness of mainframe technologies and interface
techniques, etc.*

*Ø Requires experience with a variety of documentation tools i.e. MS Visio,
Word, Excel, etc.*

*Ø Knowledge of performance analysis, methods and procedures, as well as
familiarity with re-engineering techniques.*







*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_-Q8uB2b%2BOOzKE0VZ-HivCF-ewLDnpmqnNU5T%2BkJ1aRg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring for Developers at Phoenix,AZ, GC,USC Only

2016-09-19 Thread VIKAS GUPTA
JOB RESPONSIBILITIES
*We are in need of multiple Developers / Designers  in the Phoenix, AZ
location. Healthcare or Facets experience a huge plus.*

*Developers needed:*

   - *Java Developers*
   - *.Net Developers*
   - *Database Developers*
   - *DataStage Developers*
   - *Mainframe Developers*


*Location; Phoenix, AZ Duration: 6+ month*  *(U.S. Citizens , GC, EAD GC
Only)*
*Interview process: any combination of phone, Skype.*


Predict emerging customer needs and develop innovative solutions to meet
them
Propose simple and effective solutions to meet the business need
Solve unique and complex problems with broad impact on the business
Participate and contribute to the development of good application design
Lead large, complex projects to achieve key business objectives
Isolate performance bottle necks and propose technical solutions to address
them
Translate highly complex concepts in ways that can be understood by a
variety of audiences
Influence senior leadership to adopt new ideas, products, and/or approaches
Be the development point of contact for end to end project delivery
Strong analytical and problem solving skills
Good team player with excellent communication skills

Required Qualifications:
6+ years of full Software Development Life Cycle experience
3+ years of experience working on object oriented programming languages
like Java, .Net, C#, or Python, etc.
Experience working on Oracle/Sybase databases, designing backend
application tables, building complex functions and stored procedures, fine
tuning queries to improve performance
Strong analytical, problem solving skills, must be able to work well with
teams
Strong communication and interpersonal skills
Experience working in a virtual team environment


Pluses:
*Healthcare experience (Claims, Provider, or Eligibility) or Facets*
Bachelor's degree in Computer Science, Mathematics, or similar field or
equivalent relevant work experience





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


[android-developers] Urgent requirement || .NET Architect @ Waukegan, IL

2016-09-19 Thread Vasanth Kumar
Hi,

Greetings from American IT Resource Group Inc.!

I would like to touch-base you regarding a job opportunity with our client,
appreciate if you could go through below job detail and let me know your
thoughts as soon as possible.

*Reply only to vasa...@aitrg.com *

*Role: .NET Architect*

Location: Waukegan, IL

Duration: Long Term Contract



*Technical requirements:*

§  Should have experience in Architecting Web solutions, Service Oriented
Architecture and Micro Services

§  Should have hands on experience building Micro services, Node.js, ASP.NET
Web API, MVC 4/5, Message Queue, SQL Server 2012

§  Exposure to solution architect with Scalability, Security, Logging,
Auditing and Performance

§  Must have knowledge in ESB integration with frontend using TIBCO, web
services & messaging technologies.

§  Should have strong knowledge on object oriented concepts



*Nice to have: *

§  Knowledge in NoSQL

§  Hands on experience in iOS/Android development

§  Experience/knowledge in IIS website hosting/configuration, Clustering,
Load Balancer, High Availability, Disaster Recovery

§  Knowledge in integrating Web Services with iOS and Android app



*Communication:*

§  Should have good communication skills

§  Should have presentation skills to present the API technical
documentations to stake holders for API Implementation



*Day to Day Activities:*

§  Develops solution architecture and creates technical documents to
support business and IT strategic direction

§  Provides technical leadership to the design, development, implementation
and testing of technical solutions, integrating existing and new
technologies

§  Review the deliverables and provide feedback to development team

§  Collaborate with other technical teams to integrate solution with
database/consumption layer/Frond End

§  Risk Analysis & Project Tracking and communicate on timely fashion





Looking forward to hear from you!



Thanks & Regards,



Vasanth || Sr. TAG Associate

American IT Resource Group, Inc.

, Plaza Dr., Suite 640, Schaumburg, IL - 60173

Desk: 312-561-4349 || Email: vasa...@aitrg.com

Skype: vasanth.aitrg  || Gtalk: vasanth.aitrg

Web: www.aitrg.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/CAPcvYB%2BrmUXowhER47OX-CzPMOpirWAGPgKQcepnV%3DvBc_Egvg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Technical Product Manager: Oracle ERP – Financial Systems

2016-09-19 Thread Soumya Sp
*Technical Product Manager: Oracle ERP – Financial Systems*



*Downtown Austin, TX*

*Interview Process: Phone-Interview, In-Person Interview*








*Technical Requirements*

· 7+ years of Product Management experience in a high-tech company

· Oracle ERP and/or EPM experience for Financial Systems in
re-engineering, designing and optimizing commercially available solutions
supporting business operations (see plusses below)

· Experience as a Product Owner in an Agile environment

· Experience converting market requirements and customer
specifications into prioritized backlogs of requirements, user stories and
tasks

· Excellent written and spoken communication skills, including
present complex concepts to highly technical and non-technical
stakeholders, internal groups, and C-level executives

· Proven track record managing multiple, ongoing complex ERP
projects and implementation of ERP applications, while delivering on
schedule

· Full product lifecycle management experience: user acceptance
testing, launch, and end of life processes

· Understanding of N-Tier software development architectures,
relational databases, and data warehouse architectures

*Plusses*

· Product Manager within a B2C ecommerce environment

· Experience as a Business Analyst (BA) and/or Developer in
technical software environment

· Experience with complex information architecture and taxonomy
management

· Experience with Oracle Enterprise Resource Planning modules

· Experience with Hyperion Financial Planning and Hyperion
Financial Reporting

· Certified as a Product Owner or Scrum Master

· BA/BS in Computer Information Systems, Business Administration or
related





*Overall Job Description:*
As a part of the IT Product Management team, you must possess a unique
blend of business acumen and technical skills to translate business
stakeholder problems into actionable business capability roadmaps and other
supporting documentation that deliver on your big picture vision.  You will
serve as a product expert, combining industry analysis and end-user
feedback to manage the overall product lifecycle for a portfolio of
solutions to evolve our financial reporting and analysis capabilities to
create a competitive advantage in our marketplace; setting the strategic
vision, publishing roadmaps, defining requirements, and collaborating with
Engineering.  From there; you will be empowered to design, implement,
refine and deploy new platforms and features that our customers love.



*Day-to-Day Responsibilities:*

· Manage the entire portfolio lifecycle and each portfolio solution
from strategic planning to end-user adoption

· Relate policies and complex process into product capability to
support the portfolio vision and roadmap

· Creating roadmaps and specifying business and technical
requirements by facilitating on-going interaction with business
stakeholders and Engineering

· High level of initiative and desire to create a world-class user
experience for customers

· Demonstrated expertise in best practices for software
development, and the ability to evolve those practices according to
technology and business trends

· Conduct market research, identify potential commercially
available solutions, and manage existing and new vendor relationships
Lead process re-engineering discovery sessions and make recommendations to
business stakeholders

· Meet frequently with product, engineering and business
stakeholders to develop a deep understanding of their business process and
needs

· Developing product requirements, user stories and feature
requirements to maintain the product backlog of priorities in close
collaboration with engineering, operations, and business leaders

· Collaborate with the Engineering teams to ensure projects are
clearly defined and properly phased to facilitate timely delivery of
functionality

· Participate in cross-functional operating teams to deliver
solutions and manage enhancement requests

· Manage resolution of urgent technical issues while communicating
changes to business stakeholders

· Work with the Business Intelligence and Finance teams to deliver
accurate reporting on key operating and financial metrics

· Work with the Executive management team to ensure they are fully
engaged in strategic and tactical planning decisions

· Passionate about building a well-designed User Experience





*Best Regards,*



*Som Ranjan*

*Puresoft, Inc*

*W:+ 408 442 3664 EXT: 4426 Email: **sou...@puresoftinc.com*


*Website: **www.puresoftinc.com*
*
| Hangouts: spsoumya06 | Yahoo: spsoumya06*

-- 
You received this message because you are subscribed to the Google Groups 
"And

[android-developers] Hot List of Prospect Infosys

2016-09-19 Thread Varada chari
Hello Team,



Kindly find the Bench list of Prospect Infosys Inc., If you come across any
oppertunity kindly share the requirement to ch...@prospectinfosys.com



*Name*

*Technology*

*Location*

*Re-Location*

*Visa Status*

*Experience*

Elan

Oracle Pl/SQL

TX

Open

H1

15

Raghava

Sharepoint Lead

TX

Open

H1

10

KUNAL  SARODE

Sr Java Developer

IA

OPen

H1

8

Raj

MS SQL Server Developer

MO

Open

H1

8

Swathi

QA Analyst

WI

WI, IL

H4 EAD

10

Sangeetha

.Net Developer

NC

Only at EST

H4 EAD

8

Jayesh Giri

Java

CA

Anyware

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

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


[android-developers] Re: NFC Card Emulation on android

2016-09-19 Thread Behdad Behdada
Hi
I have the same concern , but more general : 
How could we found out /detect Embedded Secure Element on Mobile chip 
hardware ? 
i need to refuse my app functionality on phone that don't have embedded SE 



BR - Behdad



On Monday, January 21, 2013 at 5:56:41 PM UTC+1, Eliseo Baruzzi wrote:
>
> Hello,
>  
> is it possible to use Card Emulation on Android? 
> Using a Samsung Galaxy S II smartphone, If I put it close to an RFID 
> reader I can read a random UID from the smartphone. What kind of UID is 
> that? Is it related to NFC controller? It seems that it can emulate a 
> Mifare 4K tag or a Smart MX card. Is it possible to get a fixed UID from 
> this NFC phone, and in general from any NFC phone that allows card 
> emulation?
>  
> Thank you very much.
> Eliseo
>

-- 
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/86d9f4e3-e095-4192-ae3f-cc2d210f49c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot List of Prospect Infosys

2016-09-19 Thread Varada chari
Hello Team,


Kindly find the Bench list of Prospect Infosys Inc., If you come across any
opportunity 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

Raghava

Sharepoint Lead

TX

Open

H1

10

KUNAL  SARODE

Sr Java Developer

IA

OPen

H1

8

Raj

MS SQL Server Developer

MO

Open

H1

8

Swathi

QA Analyst

WI

WI, IL

H4 EAD

10

Sangeetha

.Net Developer

NC

Only at EST

H4 EAD

8

Jayesh Giri

Java

CA

Anyware

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

Sravanya

BA

MD

Boston, MA

OPT EAD

6





Regards & Thanks

Chari

Prospect Infosys Inc.

16020 Swingley Ridge Rd,

Suite 150

Chesterfield, MO 63017

EMAIL: ch...@prospectinfosys.com

Phone: 636-536-0505 ext 115

Skype Id:chari.prospectinfosys

Gtalk:chari.prospectinfo...@gmail.com

YahooId: prospectchary

http://chariprospectinfosysinc.blogspot.in/

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


[android-developers] Urgent Need :: SAP BPC BW HANA Consultant @ Englewood Cliff, NJ

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



*Title : SAP BPC BW HANA Consultant*

*Location  : Englewood Cliff, NJ*

*Mode of Hire: 6+ Months*



*Summary:*

The SAP BW/BI/HANA (NW) Consultant must be having experience on system
integration of ECC–HANA-BI-BPC and he/she is Design, implement and deploy
SAP business intelligence solutions (applications and technologies which
are used to gather, provide access to, and analyze data and information
about company operations) for end-to-end data warehousing and analytics
including SAP BW, HANA and Business Objects.



*Essential Functions (Responsibilities):*



• Strong SAP BW background and Consulting experience

• Prior full life cycle implementation experience

• Excellent communication (written and oral) and interpersonal
skills

• Good programming and data manipulation skills

• Deep knowledge of SAP HANA - BW on HANA (preferred), BOBJ on
HANA, HANA Studio, training on SAP HANA and/or experience with building
prototypes or client solutions

• Design expertise in using HANA specific UI tools such as Web
UI, SAP BO or others

• Knowledge on Fiori or UI is an additional advantage.

• Strong conceptual design and analytical capabilities,
especially in designing data warehouse systems and complex data models

• SAP HANA experience managing or working on BW/Business
Objects upgrade project

• SAP HANA subject matter expert for backend and front end
aspects



*Qualifications/Requirements:*



• Minimum 6+ years of experience in SAP BI/BW minimum 1 end to
end BW HANA implementation in BW 7.4 version.

• Expert in technical areas of BW like Modelling Extraction and
reporting in BI system

• Good understanding in FI/CO/SD/MM and other ECC Modules

• Should have hands on experience in SAP BI and HANA.

• Ability to interact with clients for requirement gathering.

• Academic qualification of B.Tech/MCA from best or premier
university.









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


[android-developers] Fwd: Pega CSSA Consultant with banking domain _Cranston , Rhode Island@Need consultants who can provide DL and Work authorization Copy

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

*Pega CSSA Consultant*

*Location: Cranston , Rhode Island*

*Duration : 6 Months(Possible Extension)*


*Mandatory skills* Pega PRPC Good to have skills* Pega CPM*

*Domain* Banking*


*Detailed JD Experience :*

Pega CSSA with 4 to 6 years Pega experience.

Knowledge and working experience of Pega CPM framework

Person will be in client facing role .will be responsible for interaction
with Business users and design, development and test support




*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/CADALKbzXkLRHB0h_k-mvPV%3DyQKeK%3DSKMrRnu%2BpveNiyjtWUffQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:Senior Application Developer- iSeries Chicago, IL

2016-09-19 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: Senior Application Developer- iSeries*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: **Chicago, IL*

*DURATION:6 MONTHS*

*START :ASAP*





*Job Overview:*



The Senior Application Developer iSeries supports business process through
technology solutions. The purpose of the role is to develop business
software solutions for complex and large scale projects through object and
data modeling, database design, programming, quality assurance, and
implementation support. The Senior Application Developer iSeries
participates in application standards development and serves as an
evangelist for best practices in development.

Education/Experience:
- 7 years in application development
- Bachelor of Science in Computer Science, or equivalent working experience

Skills and Competencies:
- Strong knowledge of financials
- Demonstrated ability to mentor and coach others.
- Working knowledge in the appropriate technical language as aligned under
required qualifications below.
- Demonstrated ability to understand and articulate details and impacts of
complex proposed software solutions.
- Proven knowledge in all stages of the software development life cycle.
- History of working independently with little direction.
- Strong planning and organizational skills with critical attention to
detail and creative problem solving skills.
- Track record of balancing multiple priorities simultaneously with the
ability to adapt to the changing needs of the business while meeting
deadlines.
- Excellent written and verbal communication skills with the ability to
effectively communicate with all stakeholders including senior leadership.

For iSeries:
- Demonstrated proficiency in iSeries technical standards
- Experience with RPG programming techniques
- Experience with OS/400, DB2/400, RPG (RPG/400, RPGIV, ILE), CL,
Advantage:2E, SQL or other query utilities, source/object control tools
such as Implementer
- Experience with development tools such as IBM System i Navigator, IBM
Rational Developer for i, and Fresche Legacy/Databorough X-Analysis.

Major Job Duties and Responsibilities:
- Developing system applications to coding standards and quality.
- Collaborate with business teams to clarify requirements and business
needs.
- Technically manage complex and large scale project efforts in
development, maintenance and enhancements of business system applications.
- Collaborate with other developers and architects (when appropriate) to
determine optimal solution architecture, efficiency, maintainability, and
scalability.
- Complete projects/tasks on a timely basis, according to commitments made
to stakeholders and management.
- Develop high-level system narratives, storyboards, and user interface
prototypes.
- Develop system test plans, ensure software quality assurance (SQA)
standards are achieved, and validate that business goals are accomplished.
- Proactively updated stakeholders and maintain open and courteous
communication.
- Report project/task status to the appropriate Application Development
Manager on a weekly basis.
- Travel between local facilities may be necessary.
- Mentor and coach junior team members.


-- 



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


[android-developers] Urgent Requiremnet :: Java Developer in BOSTON, MA

2016-09-19 Thread Avanish Chaurasia
Hi


H1 B can work for this position.

but candidates must be local to BOSTON, MA


Please send me your consultant resume at
*sahil.mit...@contech-it.com  *

*Client: United health Group*

*Position Title: Java Developer *
*Location: Boston, MA*

*Job Description:*





*4+ years Java/Spring Framework experienceExperience building cloud based
web servicesDemonstrated success in building design patterns and software
engineering best practicesExperience with automated unit testing
technologies (Such as JUnit, Spock, or similarPrimary Responsibilities:*

   - Perform all phases of software engineering including requirements
   analysis, application design, code development and testing
   - Design and implement product features in collaboration with business
   and IT stakeholders
   - Design reusable components, frameworks and libraries
   - Work very closely with architecture groups and drive solutions
   - Participate in an Agile/Scrum methodology to deliver high-quality
   software releases every 2 weeks through Sprints
   - Design and develop innovative solutions to meet the needs of the
   business
   - Review code and provide feedback relative to best practices and
   improving performance
   - Troubleshoot production support issues post-deployment and come up
   with solutions as required
   - Mentor and guide other software engineers within the team
   - Work with a team of software engineers for one or more Agile scrum
   teams assigned to work on the project
   - Designs, codes, tests, debug, and documents software, and enhance
   existing components to ensure that software meets business needs
   - Contribute to the design and architecture to enable secure, scalable,
   and maintainable software and should be able to clearly articulate the
   implications of design/architectural decisions, issues and plans to
   technology leadership
   - Provide hands-on leadership, coaching, mentoring, and software
   engineering best practices to junior software engineers
   - Develop reusable patterns and encourage innovation that will enable
   team velocity
   - Collaborate on the design with other team members and product owners,
   both inside and outside the scrum team
   - Estimate engineering work effort for engineering team and effectively
   identify and prioritize the high impact tasks
   - Conduct design and code reviews to ensure code developed meets coding
   best practices guidelines, unit testing, security, and scalability and
   maintainability guidelines
   - Drive a quality mindset within the team



















*Required Qualifications:• 4+ years Java/Spring Framework experience•
Experience building cloud based web services• Demonstrated success in
building design patterns and software engineering best practices•
Experience with automated unit testing technologies (Such as JUnit, Spock,
or similar)Preferred Qualifications:• BS Degree in Computer Science or
related experience• Experience with commercial software development and/or
healthcare industry experience• Sound understanding of design patterns and
OOP as well as their implementation in real world applications• Experience
with Agile Methodology• Experience with XML/JSON and developing REST
services using Apache CXF or a comparable framework.• Experience with
RabbitMQ• Experience with Maven• Experience with Groovy• Good understanding
of SQL, relational database modeling and design• Excellent analytical and
creative problem solving skills• Independent/go-getter attitude to keep
yourself well-versed with new evolving technologies in application
development landscape and be able to define how some of them can help in
improving the work you are a part of now or in future• Experience with all
aspects of web application development*







*Thanks,*
*Sahil Mittal*
*_*
*Contech Systems, Inc.*
*• 1480 U.S. Highway 9 North, Suite 206 • Woodbridge, NJ 07095*
*D  **9727984725*

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


[android-developers] C2C - Beacon Analyst - Yonkers, NY

2016-09-19 Thread Vikash Shimpi / L7 Group



*Title: Beacon Analyst Location: Yonkers, NY, United States*

*Duration: 3 Months with Possibility of Extension*


*Description*: 

   - Beacon Analyst will be designated to support and work on build and 
   Optimization requests for the Cancer Center at White Plains Hospital. 
   - Pediatric Oncology Protocol Build

Regards,
Vikas
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/22cf367c-a759-4220-94fb-d58fd2d2b3b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: IOS Automation Tester, Philadelphia,PA

2016-09-19 Thread aman tanwar
Share resume On



*ama...@nityo.com  Positions: IOS Automation Tester
Location: Philadelphia,PA Duration: 12+ months*

Rate: $42/hr

*Specification:*
IOS Automation.
Ruby scripting.
GIT/Gerrit.
Cucumber would be plus.



*Thanks & Regards Aman Tanwar Technical Recruiter *

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


[android-developers] IMMD NEED: Java Developer with Tivoli Exp in Dallas/ Atlanta

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

Java Developer
Dallas/ Atlanta
6+ Months

*Need GC EAD, GC, TN or Citizen Only!!*
*Must have: ISAM 9 experience (Tivoli access manager is also acceptable)*

Required Skills:
7+ years of Java development – More of a middle tier / back end focus
Security Background STRONG Plus
ISAM 9 experience (Tivoli access manager is also acceptable)
Strong Java (Spring), MVC
Experience with JBoss / Tomcat
Experience Developing API’s from scratch
Oracle, DB2 database experience
Java script / Python skill necessary
Jenkins – continuous deployment / integration
Prior AT&T experience is a plus

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


[android-developers] Hiring for UI Developer at Atlanta GA, Need locals only

2016-09-19 Thread VIKAS GUPTA
*Hi,*



*Please check the JD and let me know if you have any candidates available. *






*Role : UI Developer Location : Atlanta GA*

*Duration : 6+ months *

*Interview: Phone then Face to Face *







*Job Description*

ADP TotalSource team has immediate opportunity for talented UX/UI Developer
with strong experience in the latest web technologies to help us build our
cutting-edge, next generation UI. Some of the tough challenges /
opportunities you’ll encounter include designing and developing exceptional
user interfaces and user experiences that look great, are intuitive and
delight ADP TotalSource customers.



This project is supporting TotalSource’s new HRMS System called WorkForce
Now.  There are currently 3 openings supporting 2 different projects:
Miscellaneous projects (1) and Federal/State Compliance for their customers
(2).  ADP currently utilizes their own proprietary development framework
called MDF.  MDF was written in JavaScript and Dojo.



*Top 3 Skills:*

1.UI Development experience utilizing JavaScript, CSS, HTML,
and Dojo (HUGE PLUS with Dojo Experience)

2.Ability to work in an Agile and collaborative environment

3.Experience building and maintaining JavaScript heavy web and
mobile applications

Knowledge of DOJO is a plus

Knowledge of  HTML5 is a plus

Knowledge of REST service and/or understanding of JSON data structure is a
plus

Job Responsibilities

• Work collaboratively in Agile scrum teams including Developers, Technical
Architects, Testers and Product Owners to create simple, intuitive software

• Organize and perform usability sessions with key stakeholders and
customers to gain feedback

• Produce wireframes, workflow diagrams, interactive mockups and prototypes

• Create UI/UX standards, educate scrum teams on UI/UX principles and
ensure standards are met



*Skills*

• Demonstrated experience building maintainable and high-performing
JavaScript-heavy web and mobile applications

• Extensive experience with HTML5, CSS3, JavaScript, jQuery, jQuery UI and
Dojo

• Experience integrating with RESTful APIs for server side functionality

• Knowledge of cross-browser compatibility issues as well as experience
with legacy and modern browsers

• Experience with MVC style frameworks

• Experience with responsive CSS, and responsive CSS frameworks

• Experience with UI Testing Framework such as Jasmine, Mocha and Chai

• Passion for User Experience and Innovation

• Strong communication skills

• Experience with Grunt task runner and CSS pre-processors like SASS/LESS
is a plus



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


[android-developers] Contract : Automation Test Engineer- Java Selenium : Chicago, IL

2016-09-19 Thread Avanish Chaurasia
Hi,

H1 B can work for this position.


*Please send me your consultant resume at h...@radiumspark.com
*

Hope you are doing good, we have contract job opportunity as Automation
Test Engineer - Java Selenium with our direct Client. Please let me know if
you are interested in this

Top 3-5 skills & min. year experience required for each:
* MUST HAVE: Knowledge of writing Automation Testing Frameworks in Selenium
* MUST HAVE: Knowledge of Java
* MUST HAVE: Knowledge to Architect modular and reusable automated testing
solutions that satisfy testing requirements.

*Job Desc:*
* Create Automation test framework from scratch using Selenium
* 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


*Naveen Kumar*
Sr. Technical Recruiter

*RadiumSpark Inc.*
+1 (844)-RA-SPARK | +1-844-727-7275  extn. 17 (Toll Free U.S. & Canada)
+1 (972) 798-4725
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/CANZF%3Dneaxfh_%2BNs%2BQGihhHrBiv8bsrVh2CWyeH3r9-JLfDSYqA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Skype Interview: C++ developer needed in Dublin OH

2016-09-19 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: C++ developer*

* INTERVIEW: Skype Interview*

*LOCATION: Dublin OH*

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*





*MUST HAVE UNIX Must have current Telecom. Must have great communications*



*Description of Work*:

Resources are needed to support development and test work for the Billing
Capabilities. Resources need professional experience in design/development
of software systems, and solid working experience with numerous languages
(C/C++, UNIX shell scripting, Oracle PL/SQL, Python, etc.).  Resources need
to have knowledge and experience with the Software Development Life Cycle
(SDLC) methodology, including requirements collection, analysis, review,
design, development, testing, maintenance and production support.  Would
like resources that have experience in various business domains.
Experience in the telecom domain a plus.




-- 



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


[android-developers] eBook Application Development

2016-09-19 Thread Amit De
Hi,
I want to have an android app that would let users read  single ebook.
I need features like Flip Page.

I tried a couple of ePub and Ebook PDF  libraries but none of them seem to 
be working well.

Is there anyone who has worked on this in the past?

Looking for something exactly like this
https://skyepub.net/

But this one'''s too expensive.

Any leads would be appreciated.

-- 
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/42a825a6-cf4d-4646-bdd2-419691ac4f83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Failing to restore the state - App terminates after giving SFEffectCache:clear(), mSize = 0 error

2016-09-19 Thread Gihan Wijerathne
Hi,

I got an issue restoring the activity state after camera launches.

When I launch the camera from an activity for results, sometimes the app 
just terminates without indicating anything. After looking at logcat on 
these scenarios, I could find the following error.

E/OpenGLRenderer: SFEffectCache:clear(), mSize = 0


So far, this was occurred in samsung devices (Note 2 and S5) and only when 
using the camera.

I have handled savedInstance through onSaveInstanceState() and 
onRestoreInstanceState(). When this happens onRestoreInstanceState() never 
gets called.

This question has been asked in many occasions, but I couldn't find a 
proper answer.

I cannot figure out a proper solution. Right now I'm trying to use the 
camera directly without using the camera app through intent.

Please help.


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/43e6f0a1-6592-4560-9d86-e4eeef6c6ec4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Salesforce Developer with 501 certification @ Mclean, VA

2016-09-19 Thread ANUDEEP
*Title : Salesforce Developer with 501 certificationLocation: Mclean,
VADuration: 6 + Months*


*NEED PROFILES WITH 10+ YEARS OF EXPERIENCEResponsibilities:*
Implement Salesforce configuration and development
Work as part of a dynamic team throughout the software development life
cycle
Gathering customer requirements from business user teams spread over the
Sales, Marketing and other groups.
Develop code to meet story acceptance criteria
Conduct design and code review to ensure compliance with standards
Write and run automation test scripts using Selenium Web Driver, Java IDE
Estimate level of effort to develop code to meet acceptance criteria
Analyzing organization processes, converting business workflows into exact
Salesforce.com workflows and configuring Salesforce.com to meet business
requirements.
Build custom applications using the capabilities of the Salesforce.com
platform
Customization on various salesforce.com standard objects including
Accounts, Contacts, Opportunities, Products and Price books, Cases, Leads,
Campaigns, Forecasting.
Creating Custom Objects, Custom fields, Custom Tabs, and various other
components as per requirements.
Creating Roles, Profiles, Role Hierarchy, Custom Profiles, Custom Page
layouts. In depth understanding of Profiles, Roles based on Organization
role hierarchy and should have experience implementing Record-Level and
Field-Level security and configured sharing settings.
Creating Email Templates, Workflows, Workflow Actions and Approval Process.
Data migration from databases to SFDC using Data Loader.
Maintain a holistic view of all business processes of different teams and
users in the system to understand cross functional impacts of new custom
development with regard to configuration, process, workflow and reporting
Research changes in upcoming versions of salesforce.com and other
integrated applications; provide recommendations when necessary to enhance
efficiency and productivity
Manage special projects as assigned
Manage multiple concurrent projects

*Skills/Experience:*
5+ years proven background in Salesforce.com architecture and design
REQUIRED
SalesForce.com Certified Platform Developer REQUIRED
Engineering background with experience in back end service would be helpful
Experience training others in SalesForce in a mentor capacity HIGHLY
PREFERRED
Proven experience designing data model, user interface, business logic, and
security for custom applications; customize applications for mobile use.
Proven record in Cloud architecture (AWS), REST-API design and
implementation, and Front-End development (JavaScript, Java)
Strong Knowledge in Salesforce Administration and Customization, Data
Validation, Sales and Marketing Clouds experience
Understanding of automated lead routing, lead escalation and email alerts
Proficient with Record Types, Reports and Dashboards and Public Groups
creation and User Management.
Proficient with Validation Rules and created Triggers.
Experience in creating detailed process documentation, Release Notes and
deployment process with Jenkins through multiple sandboxes
Ability to work independently and engage supervisor as needed.
Has worked in large agile teams







*ThanksAnudeep | Anblicks|www.anblicks.com 14651
Dallas Parkway, Suite 816, Dallas, tx-75254anudee...@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/CAJOb5BYPo3oBdDwTvFV6i8TCd-s38V7vFCkEgDYHZxDfp7O%3DCg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Senior Systems Engineer - Bellevue, Washington

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

https://d6dyoorq84mou.cloudfront.net/uploads/tenant/logo/3072/logoj4t.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/525113-senior-systems-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Systems%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/525113-senior-systems-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Systems%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/525113-senior-systems-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Systems%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/525113-senior-systems-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Systems%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/525113-senior-systems-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Systems%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/525113-senior-systems-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Systems%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/525113-senior-systems-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Systems%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/525113-senior-systems-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Systems%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/525113-senior-systems-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Systems%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 
Senior Systems Engineer in Bellevue, Washington, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/525113-senior-systems-engineer-at-cohesive-technologies?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Role: Senior Systems Engineer Job 
Type: Contract / Full-time Pay Rate / Salary: DOE / Market Rate 
Duration: Long Term Location: Bellevue; WA The Client is 
looking for a senior systems engineer Bellevue WA, a privately-held invention 
investment company. Driven by the belief that invention sparks progress, 
they're committed to creating and sustaining a market for invention through 
innovation, partnership, licensing and sales programs. Minimum 
Qualifications  10+ years’ experience in Systems with 
direct contact with customer and end-users. 5+ years’ experience 
installing, supporting and troubleshooting Microsoft Applications including 
SharePoint, Exchange and SQL in a production environment. Must have 
experience with variety of Microsoft and networking applications. 
Flexible schedule as this job may require occasional night or weekend 
work.  Primary Responsibilities  
Implement, maintain, and upgrade IT services including, but is not limited 
to: applications, availability metrics, backup, custom applications, database, 
disaster recovery, email, management strategy, management tools, performance 
tools, security, voice, and web. Schedule and coordinate server and 
network hardware maintenance windows with support personnel. 
Coordinate application deployments with support personnel and project 
managers. Manage relationships with outside VARs and service 
providers. Esca

[android-developers] C2C :: SQL Developer (Locals Only) - Matawan, New Jersey

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

https://d6dyoorq84mou.cloudfront.net/uploads/tenant/logo/3072/logoj4t.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/525107-sql-developer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=SQL%20Developer%20(Locals%20Only)&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/525107-sql-developer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=SQL%20Developer%20(Locals%20Only)&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/525107-sql-developer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=SQL%20Developer%20(Locals%20Only)&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/525107-sql-developer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=SQL%20Developer%20(Locals%20Only)&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/525107-sql-developer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=SQL%20Developer%20(Locals%20Only)&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/525107-sql-developer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=SQL%20Developer%20(Locals%20Only)&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/525107-sql-developer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=SQL%20Developer%20(Locals%20Only)&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/525107-sql-developer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=SQL%20Developer%20(Locals%20Only)&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/525107-sql-developer-locals-only-at-endure-technology-solutions-inc&pubid=ra-56e8d0c36464f675&ct=1&title=SQL%20Developer%20(Locals%20Only)&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 
SQL Developer (Locals Only) in Matawan, New Jersey, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/525107-sql-developer-locals-only-at-endure-technology-solutions-inc?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Positon: SQL Developer (Locals only) 
Location: Matawan, NJ Duration: 6 
months - 1 year Job Description:  
Participate in all phases of full life-cycle development / maintenance of 
systems, including requirements analysis, applications design, implementation, 
testing, deployment and documentation Design, develop, and execute ETL 
packages to transform data using stored procedures, functions, and SQL scripts 
in a Microsoft SQL Server environment Develop and modify stored 
procedures and T-SQL scripts in response to validation exceptions 
Design, implement, and maintain new and existing database objects including 
tables, indexes, constraints, stored procedures, and user-defined functions in 
support of data conversion projects Design, evaluate, recommend, and 
initiate changes of database programs and reporting platforms Design 
and develop processes to support large scale systems for data processing, 
transformation, data quality, reporting and analytics Engage in query 
performance tuning Stay current with Microsoft SQL Server and current 
database concepts Optimize existing processes to increase performance 
and improve productivity Build effective cross-functional 
relationships with internal team members Port

[android-developers] Multiple W2 Positions || Multiple US locations || Only USC or GC or EAD or TN visas

2016-09-19 Thread R Krishna
*  Hot W2 Positions*

*1.**Database Engineer || San Francisco, CA || 6 + months contract*

*2.**Executive Administrative Assistant || San Francisco || 5 + months
contract*

*3.**Member of Technical Staff – Development Engineer || San Francisco
|| 4 + months contract*

*4.**Java / Big data developer || San Francisco, CA || 6 + months
contract*

*5.**Network Engineer || San Francisco, CA || 3 + months contract*

*6.**Techforce M & A Analyst || Hillsboro, OR || 6 + weeks contract*

*7.**Project Manager || San Francisco, CA || 4 + months contract*

*8.**Software Asset Manager || Hillsboro, CA || 6 + months contract*

*9.**UI Engineer || Indianapolis, IN || 6 + months contract*

*10.   **Accounting Clerk || San Jose, CA || 5 + months
contract*

*11.   **Federal Onsite Engineer Network ||
Pennsylvania || 5 + months contract*

*12.   **Sr. HRIS Analyst || Sunnyvale, CA || 12 +
months contract*

*13.   **Commission Accounting Analyst || Sunnyvale, CA
|| 5 + months contract*

*14.   **HRIS Program Manager || Sunnyvale, CA || 12 +
months contract*


*Krishna |  VARITE, INC*

*T 408-216-8650 ext 227 *

*E r.kris...@varite.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/CAECQwWeZbsGh2bCJQFyO7kxXSembtUU5DA1EzuBdNSetwzxV8g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Angular / Protractor QA Tester @ Scottsdale, Arizona

2016-09-19 Thread ANUDEEP
*Position: Angular / Protractor QA Tester*

*Location: Scottsdale, Arizona*

*Duration: Long term *



*Job description:*

Ideal candidates will have strong hands on experience with AngularJS, as
well as experience with Protractor. Experience may come from a development
or testing background.


* Required experience:  *Candidates MUST have a minimum 1 year verifiable
hands-on testing experience against Angular web applications in both a
manual and automated fashion.
Candidates MUST have a minimum 1 year verifiable hands-on testing have
automation experience using Protractor
Candidates MUST have experience building and maintaining Page / Object
Protractor frameworks as well as building and maintaining utility functions
that augment the Protractor framework.


*  Nice to have experience:  *Hands-on Cucumber for javascript experience



*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/CAJOb5Bbn7HcZLj4%2BjuywPFsNJKr%2BE-eUdwG%2BYh7UHe%2BasXkEgA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT NEED: iOS Developer in Seattle, WA

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

iOS Developer
Seattle, WA
Long term contract

*Need GC EAD, GC, TN or Citizen Only!!*
*Must have: Working with Security or a Single Sign On application is
required. *

*Required Skills:*
1. 5+ years of Objective C development (creating native apps for enterprise
customers) working knowledge of swift is ideal
2. Agile (experience creating mobile apps within 2 week iterations)
3. 5+ years integrating mobile functionality with API's
4. Experience with X Code.

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


[android-developers] C2C :: Software Engineer - Data Visaualization - Bellevue, Washington

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

https://d6dyoorq84mou.cloudfront.net/uploads/tenant/logo/3072/logoj4t.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/525119-software-engineer-data-visaualization-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Software%20Engineer%20-%20Data%20Visaualization&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/525119-software-engineer-data-visaualization-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Software%20Engineer%20-%20Data%20Visaualization&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/525119-software-engineer-data-visaualization-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Software%20Engineer%20-%20Data%20Visaualization&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/525119-software-engineer-data-visaualization-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Software%20Engineer%20-%20Data%20Visaualization&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/525119-software-engineer-data-visaualization-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Software%20Engineer%20-%20Data%20Visaualization&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/525119-software-engineer-data-visaualization-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Software%20Engineer%20-%20Data%20Visaualization&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/525119-software-engineer-data-visaualization-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Software%20Engineer%20-%20Data%20Visaualization&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/525119-software-engineer-data-visaualization-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Software%20Engineer%20-%20Data%20Visaualization&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/525119-software-engineer-data-visaualization-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Software%20Engineer%20-%20Data%20Visaualization&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 
Software Engineer - Data Visaualization in Bellevue, Washington, if you 
have matching candidates please submit their profiles http://www.job4tech.com/jobs/525119-software-engineer-data-visaualization-at-cohesive-technologies?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Required experience: HTML and0 JavaScript, Java or C#: 5 years 
Responsibilities: - Work collaboratively with the research and software 
development teams to understand requirements for source data, appropriate 
techniques for validating intermediate results, and implement rich 
visualization tools. - Work with external IDM collaborators (universities, 
the CDC, the WHO, etc.) to understand their data requirements and data 
visualization needs. - Specify, design, and implement software for data 
access APIs and data visualization tools with high quality in accordance 
with given requirements and chosen design. - Review specifications, 
software designs, and code of software and research team members. - 
Participate in the specification, review, and design of database schemas. - 
Participate with other development and testing team members to complete 
work iterations. - Participate in reviewing test plans and test 
automation for components under development. - Set personal goals and 
report status regularly to the team and management. Qualifications an

[android-developers] Multiple W2 Positions || Multiple US locations || Only USC or GC or EAD or TN visas

2016-09-19 Thread R Krishna
*   Hot W2 Positions*

*1.  **Database Engineer || San Francisco, CA || 6 + months contract*

*2.  **Executive Administrative Assistant || San Francisco || 5 +
months contract*

*3.  **Member of Technical Staff – Development Engineer || San
Francisco || 4 + months contract*

*4.  **Java / Big data developer || San Francisco, CA || 6 + months
contract*

*5.  **Network Engineer || San Francisco, CA || 3 + months contract*

*6.  **Techforce M & A Analyst || Hillsboro, OR || 6 + weeks contract*

*7.  **Project Manager || San Francisco, CA || 4 + months contract*

*8.  **Software Asset Manager || Hillsboro, CA || 6 + months contract*

*9.  **UI Engineer || Indianapolis, IN || 6 + months contract*

*10.  **Accounting Clerk || San Jose, CA || 5 + months contract*

*11.  **Federal Onsite Engineer Network || Pennsylvania || 5 + months
contract*

*12.  **Sr. HRIS Analyst || Sunnyvale, CA || 12 + months contract*

*13.  **Commission Accounting Analyst || Sunnyvale, CA || 5 + months
contract*

*14.  **HRIS Program Manager || Sunnyvale, CA || 12 + months contract*


*Krishna |  VARITE, INC*

*T 408-216-8650 ext 227 *

*E r.kris...@varite.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/CAECQwWf0RTdd8gC6frVjpG2W7bwk_iWAEBAKb2y01rx025NrPA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Position for Employee Success Specialist (only W2) || Guaranty building, Indianapolis, IN || 4+ Months contract

2016-09-19 Thread R Krishna
Hi,



Hope you’re doing great!!



Just wanted to touch base with you regarding one of very fast moving
requirement for *Employee Success Specialist in Indianapolis, IN*. Please
send me your *word copy of resume ASAP*, and let me know when we can
discuss this position further. Appreciate your time. You can also reach me
at *408-216-8650 X 227.*



*In case, if you're not available, I would really appreciate if you could
forward this email to your friend circle and ask them to contact me in case
if they’re looking for a change.*



*Here is the Job Description:*

*Title: Employee Success Specialist*

*Location: Guaranty building, Indianapolis, IN, USA, 46204*

*Duration: 4+ Months*



*This is an entry level position. It will be based in Indianapolis and
located in the Guaranty building. Bachelors degree is required.*



The Employee Success Specialist is a member of the Employee Success Shared
Services team and has an exciting opportunity to help design and build a
global shared services HR delivery model at http://salesforce.com/?
target=?_blank??Salesforce.com. Responsibilities include, but are not
limited to: initial point of contact for employees regarding questions
related to HR policies, programs, practices or to resolve issues, own data
auditing and integrity, and act as the primary point of contact to our
partner groups such as Payroll and IT.
Experience working in an HR shared services organization is ideal as we are
embarking on an initiative to create a better employee experience that will
change how Employee Success delivers solutions. The successful candidate
should also have strong organizational skills with a high attention to
detail, outstanding time management and communication skills, a commitment
to exceptional customer support, and the ability to build relationships at
every level of the organization. This person must be comfortable dealing
with highly sensitive and confidential matters. Our ideal candidate enjoys
working in dynamic and high-growth environments and is experienced in
supporting a variety of HR disciplines. This position will initially be
leveled at a grade 2. Upon attainment of satisfactory skills and
performance in the role, position will be re-evaluated to determine
re-leveling to a grade 3 which typically takes 3-6 months.
Please note that http://salesforce.com/? target=?_blank??Salesforce.com is
not working with agencies on this position.

*Responsibilities: *

• Partner with Employee Success Business Partners (ESBPs) to deliver a
delightful employee experience to their assigned business unit.
• Facilitate administrative aspects of employee onboarding including new
hire paperwork completion, answering general questions, and ensuring all
new hires experience a smooth transition.
• Assist employees to resolve issues regarding benefits, compensation,
immigration, and some employee relations by providing needed information or
escalating in accordance with defined processes.
• Record and track all customer interactions using case management tool.
• Follow through to ensure case is resolved and closed appropriately and
satisfactorily.
• Maintain appropriate level of process, program, and policy knowledge in
order to assist employees.
• Own data integrity of all employee activity including auditing new hire
information and employee changes.
• Provide continuous feedback to peers, management, and partners about
trends, processes, and opportunities for improvement.
• Provide operating procedures and online file creation and maintenance as
needed.
• Conduct system testing support as needed.
• Respond to employment verifications not provided by outsourced provider.
• Ensure compliance with SOX processes and support internal and external
audits in this area.



*Required education, skills, experience, and abilities:  *• Bachelor's
degree in an HR discipline or minimum of 1 year work experience in an HR
service environment.
• Exceptional problem solving skills with passion for data integrity,
process definition, and continuous learning.
• Excellent verbal and written communication skills: concise, articulate,
and confident.
• Outstanding listening skills with ability to navigate and consult with
employees through personal and sometimes difficult circumstances.
• Ability to diagnose a problem and lead correction efforts through
effective communication and efficient execution.
• Comfortable with a high-paced environment with competing priorities.
• Drives results and is solutions-oriented.
• Ability to maintain confidentiality in all aspects of job
responsibilities.
• Outstanding project management skills including ownership over planning,
tracking, and communicating project status/results.
• Exceptional time management, organizational, prioritization and follow-up
skills.
• Places high priority on data integrity and security, confidentiality.
• Able to build credibility with both individual contributors and the
executive staff.
• Work effectively in a team environment.
• Proficie

[android-developers] NEED: MicroStrategy Lead @ Whippany, NJ --- Contract

2016-09-19 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:  MicroStrategy Lead*

*Location:*  Whippany, NJ

*Duration:*  6+ Months

*Interview Type: * Phone+ Skype



*Primary Skills:   MicroStrategy 9.x, Data Warehousing, JAVA,
JavaScript*



*Job Description:*



v  8+ years of experience in *Data Warehousing Projects* (Data Warehouse,
Data Marts, Reporting)

v  5+ Years of experience in MicroStrategy development.

v  Good knowledge and experience in *DW & BI Concepts.*

v  Experience in *MicroStrategy 9.x* includes *MicroStrategy Architect*,
Desktops, Mobile & Web, Report Services, Narrowcast Server, OLAP services,
intelligent server, Schema objects, Command Manager, Integrity Manager,
Object Manager, Integrity manager

v  Strong experience on Internet technologies JAVA, JavaScript. APS, .Net
to handle SDK.

v  Extensive experience in developing MicroStrategy reports, Cubes,
Advanced Dashboards & visualizations, Performance optimization.

v  Hands on experience in writing MicroStrategy Freeform sqls with complex
joins.

v  Experience in analysis or supporting BRD preparation, Translating BRD to
Technical specifications.

v  Experience in design, data modeling, and providing estimation for
development/migration projects.

v  Excellent Problem Solving and Communication Skills

v  Experience on implementing MicroStrategy on Netezza

v  Relevant experience on Internet technologies* JAVA, JavaScript. APS,
.Net to handle SDK.*

v  Experience/Open to work in Onsite-Offshore Model

v  Flexibility to work during weekends on need basis

v  Responsible for MicroStrategy projects architecture, data model, design,
report development and performance optimization.

v  Work with onsite and offshore development teams throughout the Agile
development life cycle of the projects.

v  Participate in Solution architecture, Proof of concepts, estimations,
client presentations.

v  Meet deliverables with assigned timelines and Quality standards.

v  Provide support during production cut-over



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


[android-developers] C2C :: Enterprise Technical Support Sr. Advisor – Data Protection Team - Sunnyvale, California

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

https://d6dyoorq84mou.cloudfront.net/uploads/tenant/logo/3072/logoj4t.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/525158-enterprise-technical-support-sr-advisor-data-protection-team-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Enterprise%20Technical%20Support%20Sr.%20Advisor%20%E2%80%93%20Data%20Protection%20Team&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/525158-enterprise-technical-support-sr-advisor-data-protection-team-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Enterprise%20Technical%20Support%20Sr.%20Advisor%20%E2%80%93%20Data%20Protection%20Team&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/525158-enterprise-technical-support-sr-advisor-data-protection-team-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Enterprise%20Technical%20Support%20Sr.%20Advisor%20%E2%80%93%20Data%20Protection%20Team&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/525158-enterprise-technical-support-sr-advisor-data-protection-team-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Enterprise%20Technical%20Support%20Sr.%20Advisor%20%E2%80%93%20Data%20Protection%20Team&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/525158-enterprise-technical-support-sr-advisor-data-protection-team-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Enterprise%20Technical%20Support%20Sr.%20Advisor%20%E2%80%93%20Data%20Protection%20Team&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/525158-enterprise-technical-support-sr-advisor-data-protection-team-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Enterprise%20Technical%20Support%20Sr.%20Advisor%20%E2%80%93%20Data%20Protection%20Team&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/525158-enterprise-technical-support-sr-advisor-data-protection-team-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Enterprise%20Technical%20Support%20Sr.%20Advisor%20%E2%80%93%20Data%20Protection%20Team&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/525158-enterprise-technical-support-sr-advisor-data-protection-team-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Enterprise%20Technical%20Support%20Sr.%20Advisor%20%E2%80%93%20Data%20Protection%20Team&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/525158-enterprise-technical-support-sr-advisor-data-protection-team-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Enterprise%20Technical%20Support%20Sr.%20Advisor%20%E2%80%93%20Data%20Protection%20Team&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 
Enterprise Technical Support Sr. Advisor – Data Protection Team in 
Sunnyvale, California, if you have matching candidates please submit their 
profiles http://www.job4tech.com/jobs/525158-enterprise-technical-support-sr-advisor-data-protection-team-at-cohesive-technologies?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
collaborate and prioritize customer issues with development and effectively 
communicate solutions to customers is crucial to the role. You will also assist 
customers with deployment of Data Protection solutions like AppAssure, NetVault 
and vRanger doing troubleshooting of backup, restore, replication, 
virtualization, performance, storage configuration and others. You will be 
working for the Technical Assistance Centre in Dell Software Group.  

[android-developers] Google Maps API for android

2016-09-19 Thread Colton Pinner
I was wondering if it is possible to display markers from a database on a 
android devices using the google maps api, mostly so I dont to places all 
the markers in maps-activity.java and when a new one is added I do not ave 
the user update the app

-- 
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/31bc8fcc-cbbb-4060-9566-7751b046ab02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Urgent--Mobile Automation lead with Exp on Perfecto(9+ profile)

2016-09-19 Thread Bharat Chhibber
Hello,

Hope you are doing well

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



*Mobile Automation lead with Exp on Perfecto*

*New York, NY*

*Long Term Contract*



JD-

Strong experience on Web testing, Automation, Mobile and emerging
technology skills
.Should have exp on Perfecto Mobile automation tool
.Mobile - Perfecto (must), Experitest, Appium
· 7-10 years of experience working with functional and mobile test
automation
· Testing applications both native and browser based Andriod and iOS
platform
· Good in functional testing, ability to multitask
· Should have hands on and able to define and implement mobile testing and
automation strategy
· Proficient and current hands-on on one or more test automation tools i.e
Functional - UFT, Selenium, TestComplete.

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


[android-developers] Need : Mobile Automation Lead : New York City, NY - Local to NY/NJ Only

2016-09-19 Thread Rahul Kushwaha
Hi,



Please find Requirement below and share Profile to rahul.kushw...@nityo.com



*Role : Mobile Automation Lead – Perfecto Mobile*

*Location : New York City, NY*

*Duration : Long Term*



*Need Local to NY/NJ Only*

*Visa Copy Must at the time of Submission*



Strong experience on Web testing, Automation, Mobile and emerging
technology skills

.Should have exp on Perfecto Mobile automation tool

.Mobile - Perfecto (must), Experitest, Appium

• 8-12 years of experience working with functional and mobile test
automation

• Testing applications both native and browser based Andriod and iOS
platform

• Good in functional testing, ability to multitask

• Should have hands on and able to define and implement mobile testing and
automation strategy

• Proficient and current hands-on on one or more test automation tools i.e

Functional - UFT, Selenium, TestComplete


--





Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Regards*



*Rahul Kushwaha*
Desk : 6098530818 Extn2114

Fax : 609 799 5746 rahul.kushw...@nityo.com
www.nityo.com
https://www.linkedin.com/in/rahul-kushwaha-3816b994

--

USA | Canada | India | Singapore | Malaysia | Indonesia | Philippines |
Thailand  | UK | Australia / Zealand
--

*Nityo Infotech has been rated as One of the top 500 Fastest growing
companies by INC 500*
--

*Disclaimer:* http://www.nityo.com/Email_Disclaimer.html
--

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


[android-developers] Exclusive Requirement--Performance Test Lead (Need 9+ profile only)

2016-09-19 Thread Bharat Chhibber
Hello,

Hope you are doing well

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



*Performance Test Lead*

*New York , NY*

*Contract Long term*



JD-

*Performance Engineering Lead*
Experienced in architecting, executing and leading large scale Software
Performance Engineering initiatives from Testing, Benchmarking, Systems
Optimization, Capacity planning to setting up Performance CoE/Software
Performance Labs for R & D

Specialties: Software Performance Engineering, Application Performance
Management, Capacity Planning, Workload Analysis, Scalability and
Reliability Analysis, Cloud Computing, Web Technology Performance, Front
End Engineering, Diagnostics and Profiling

Proficient in state-of-the-art technologies including LoadRunner,
Performance Tuning, Engineering, Cloud, Internet,  Appdymics, Performance
Center, Performance Tuning, Auto IT, Extrahop, ALM (for PE load Test),
Fiddler, Wireshark, CA LISA, OPNET

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


[android-developers] C2C :: .net/Javascript Programmer - Hanover, Virginia

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

https://d6dyoorq84mou.cloudfront.net/uploads/tenant/logo/3072/logoj4t.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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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/521087-net-javascript-programmer-at-sygna-technologies-inc&pubid=ra-56e8d0c36464f675&ct=1&title=.net/Javascript%20Programmer&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 
.net/Javascript Programmer in Hanover, Virginia, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/521087-net-javascript-programmer-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: .Net/Javascript DeveloperDuration: Long 
TermLocation: Hanover, VAInterview: In-Person
Information Technology Department is seeking an individual to fill a 
full time contract position providing a broad range of technical services. This 
position will reside under one of the department’s application support teams 
that oversees the County’s Enterprise Geographical Information System (GIS), 
Community Development Departments, and Public Safety Departments. The candidate 
will work primarily as an IT technical resource providing GIS programming, 
scripting, application development, and mapping services. They will also 
provide database administration and data analysis services as needed. 
In addition, they will be expected to handle customer support tickets, 
assist with business data and reporting needs, support existing software 
applications, assist with new system implementations, develop system 
requirements, perform upgrades, apply patches, and develop documentation.
Prospective candidates should have demonstrated experience in the following 
areas:

Developing HTML5/JavaScript Web Applications
Developing .Net Applications in C#
Developing Python Scripts
Configuring Microsoft SQL Server, SQL Server Reporting Services, and SQL 
Server Integration Services
Configuring Microsoft SharePoint Sites, Pages, and WebParts 
Configuring Mic

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

2016-09-19 Thread jobolic75


 

Hello Friend 

 

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

Ph: (202) 241.2419 (D)

 

 

Name :- Lazar K

 

Technology Skill :-  Software Architect

 

Current Location :-  TX

 

Relocation :-   TX

 

Total Exp :-  22+

 

 

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 :- 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/0972cc37-a9df-4780-88dd-7e6c470ce115%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] C2C :: Senior Electrical Engineer - Lake Bluff, Illinois

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

https://d6dyoorq84mou.cloudfront.net/uploads/tenant/logo/3072/logoj4t.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/525167-senior-electrical-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Electrical%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/525167-senior-electrical-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Electrical%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/525167-senior-electrical-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Electrical%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/525167-senior-electrical-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Electrical%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/525167-senior-electrical-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Electrical%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/525167-senior-electrical-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Electrical%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/525167-senior-electrical-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Electrical%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/525167-senior-electrical-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Electrical%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/525167-senior-electrical-engineer-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=Senior%20Electrical%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 
Senior Electrical Engineer in Lake Bluff, Illinois, if you have matching 
candidates please submit their profiles http://www.job4tech.com/jobs/525167-senior-electrical-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:
Senior Electrical Engineer with B.Tech/M.E DEGREE WITH 7+ YEARS OF 
EXPERIENCE in Electrical engg.
Primary Skills:
RESPONSIBILITIES: • EXPERIENCE IN TEAR DOWN OF 
ELECTRO-MECHANICAL PRODUCTS AND CONSOLIDATING AT THE OPTIMUM BOM 
COST. • DEFINE, DEVELOP, AND DOCUMENT SYSTEM- AND 
SUBSYSTEM-LEVEL REQUIREMENTS AND THEIR CORRESPONDING EVALUATION 
PROCEDURES • DESIGN AND BUILD PROTOTYPES, INTEGRATE AND EVALUATE 
SYSTEMS • WORK CLOSELY WITH CROSS-FUNCTIONAL TEAMS AND EXTERNAL VENDORS 
• GENERATE REQUIREMENT AND SPECIFICATIONS DOCUMENTS, TEST PROTOCOLS AND 
ENGINEERING STUDIES. ESTABLISH INSPECTION CRITERIA • EXPERIENCE IN 
IDENTIFYING GAPS IN DMR/DHF DOCUMENTATION
Should be able to do reverse engineering of medical devices like diagnostic 
products and catheters
Medical device experience is preferred.
Educational Qualifications
B.TECH/M.E DEGREE WITH 7+ YEARS OF EXPERIENCE IN ELECTRICAL ENGG 
   http://www.job4tech.com/jobs/525167-senior-electrical-engineer-at-cohesive-technologies?utm_source=JA47-Down&utm_medium=Groups-email&utm_campaign=Job-Alerts";>https://googledrive.com/host/0B-F0iDrd0Vi-YU9CSGloQ1ZNSUE/Submit-Resume.jpg";
 border="0" alt="Submit Resume">http://bit.ly/1sPBNiv";>https://googledrive.com/host/0B-F0iDrd0Vi-YU9CSGloQ1ZNSUE/Join-Email-List-Button.png";
 height="95" width="94" alt="Join Instant Featured 

[android-developers] Need Local Only----Lead Business Analyst in DC

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

Lead Requirements Analyst
Washington, DC--*Need Local Only!!*
Long term contract

*Mode of interview: 1st phone screen , 2nd in person*
*Open to Green card and Citizen Only*

*Required Skills*
Candidate must demonstrate solid knowledge of Health Care Claims processing.
Candidate must demonstrate experience in one or more of the following
Healthcare domains:
Medicare/OPL Claims Processing
HIPAA Transactions (837, 270/271, 276/277)
4010 to 5010 Conversion
Healthcare Plans (Commercial and Government)
Benefits Administration
Coordination of Benefits
ICD Codes

Candidate must demonstrate ability to lead a requirements development
initiative using the appropriate IIBA and PMP methodologies, tools and
techniques.
Candidate must lead and execute the various requirements analysis
techniques required to deliver a successful project.
Candidate must have deep knowledge/experience in using various requirements
analysis techniques such as:
Context Data Flow Diagram
Entity Relationship Diagram
Glossary
Process Decomposition Diagram
Decision Tables
Workflow Diagramming
Use Case Modeling
User Stories
Prototyping
Translate Business Rules into Decision Table Models
Document “AS IS” and “TO BE” processes

Candidate must demonstrate strong verbal and written communication skills
to:
Conduct walkthroughs with internal and external teams.
Elaborate business requirements
Produce functional specifications, user interface specifications, business
rules, use cases, and/or data dictionaries
Candidate’s ability to analyze existing system processes is a plus
Candidate should demonstrate knowledge of skills to perform data analytics
such as knowledge of basic SQL queries

Software & Tools:
MS Office suite of products, SharePoint, modeling tools, HP ALM, Adobe
Acrobat


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


[android-developers] C2C :: NMS Architect - Atlanta, Georgia

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

https://d6dyoorq84mou.cloudfront.net/uploads/tenant/logo/3072/logoj4t.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/525160-nms-architect-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=NMS%20Architect&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/525160-nms-architect-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=NMS%20Architect&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/525160-nms-architect-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=NMS%20Architect&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/525160-nms-architect-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=NMS%20Architect&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/525160-nms-architect-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=NMS%20Architect&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/525160-nms-architect-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=NMS%20Architect&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/525160-nms-architect-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=NMS%20Architect&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/525160-nms-architect-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=NMS%20Architect&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/525160-nms-architect-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=NMS%20Architect&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 
NMS Architect in Atlanta, Georgia, if you have matching candidates 
please submit their profiles http://www.job4tech.com/jobs/525160-nms-architect-at-cohesive-technologies?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
NMS Architect - mid-level somewhere between 8-10 years 
max… We are currently looking for an NMS Architect who has 
demonstrated experience architecting and designing complex Network Management 
solutions including fault, performance, discovery, correlation and 
configuration using a variety of vendor components and custom development.  
 Experience should include IBM Tivoli, HP, BMC in a telco or MSO 
environment. Experience may also include WebNMS, ABN, Openet, or other 
collection platforms. Experience in correlation platforms in a telco or MSO 
environment preferred.  Experience with SNMP, TL1, IPDR, DOCSIS, TR-069. 
  Experience with LAMP, Java, Javascript, Oracle, Informatica, Apache, 
Spark and Cassandra.  Incumbent must be able to operate independently 
within a given context.  Incumbent must be able to effectively integrate 
into a diverse team environment, including active and productive participation 
on cross-functional project teams.  Incumbent must be a self-starter and 
demonstrative initiative.
   http://www.job4tech.com/jobs/525160-nms-architect-at-cohesive-technologies?utm_source=JA47-Down&utm_medium=Groups-email&utm_campaign=Job-Alerts";>https://googledrive.com/host/0B-F0iDrd0Vi-YU9CSGloQ1ZNSUE/Submit-Resume.jpg";
 border="0" alt="Submit Resume">http://bit.ly/1sPBNiv";>https://googledrive.com/host/0B-F0iDrd0Vi-YU9CSGloQ1ZNSUE/Join-Email-List-Button.png";
 height="95" width="94" alt="Join Instant Featured Alert 
List">Social Mediahttps://j4t.co/2aKBc8z";>https://googledrive.com/host/0B-F0iDrd0Vi-YU9CSGloQ1ZNSUE/1472982936_5296_-_LinkedIn.png";
 height="64" width="64" border="0" alt

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

2016-09-19 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
updated profile ASAP.



*IOS developers*

*Bellevue, WA*

*6+ Months*

*EAD or GC or Citizens only*



1. 5+ years of Objective C development (creating native apps for enterprise
customers) working knowledge of swift is ideal

2. Agile (experience creating mobile apps within 2 week iterations)

3. 5+ years integrating mobile functionality with API's

4. Experience with X Code





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


[android-developers] New Position - K2 Developer/ Seattle, WA

2016-09-19 Thread Rizwan Dawood
*K2 Developer *

*Seattle, WA*

*Long Term Contract*


*Job Details:*



· Working closely with business and translate business requirements
into detailed business requirement document.

· Develops use cases/user stories

· Experience in creating functional specifications and design
specifications documents.

· Experience creating workflow diagrams in VISIO.

· Experience designing, developing and deploying K2 workflows
following best practices

· Experience using K2 Smart Objects to integrate K2 BlackPerl and
AppIt, specifically SharePoint

· Expertise in requirement gathering and leading the
architectural/design work.

· Experience designing, developing, and deploying custom SharePoint
solutions.

· 5+years development experience working with Microsoft
technologies.

· Self-starter who can work independently or part of a larger team.

· Very strong organizational, task management and prioritization
skills

· Strong troubleshooting and problem solving skills.

· Excellent written and verbal communication skills.



*The following experience would be a plus*

O365, SharePoint, ASP.NET, C#

Sound understanding of HTML, JavaScript, CSS and AJAX.

Familiar with JavaScript frameworks

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


[android-developers] Urgent Need :: Project Manager @San Jose, CA

2016-09-19 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: Project Manager*

*Location: San Jose, CA*

*Duration: 12 Months*



Role Description

Solution Project Manager



Desirable Skills Communication, Analytical Skills.





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


[android-developers] C2C :: 4D Application Server & Database Consultant - Philadelphia, Pennsylvania

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

https://d6dyoorq84mou.cloudfront.net/uploads/tenant/logo/3072/logoj4t.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/525259-4d-application-server-database-consultant-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=4D%20Application%20Server%20&%20Database%20Consultant&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/525259-4d-application-server-database-consultant-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=4D%20Application%20Server%20&%20Database%20Consultant&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/525259-4d-application-server-database-consultant-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=4D%20Application%20Server%20&%20Database%20Consultant&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/525259-4d-application-server-database-consultant-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=4D%20Application%20Server%20&%20Database%20Consultant&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/525259-4d-application-server-database-consultant-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=4D%20Application%20Server%20&%20Database%20Consultant&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/525259-4d-application-server-database-consultant-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=4D%20Application%20Server%20&%20Database%20Consultant&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/525259-4d-application-server-database-consultant-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=4D%20Application%20Server%20&%20Database%20Consultant&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/525259-4d-application-server-database-consultant-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=4D%20Application%20Server%20&%20Database%20Consultant&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/525259-4d-application-server-database-consultant-at-cohesive-technologies&pubid=ra-56e8d0c36464f675&ct=1&title=4D%20Application%20Server%20&%20Database%20Consultant&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 
4D Application Server & Database Consultant in Philadelphia, 
Pennsylvania, if you have matching candidates please submit their profiles 
http://www.job4tech.com/jobs/525259-4d-application-server-database-consultant-at-cohesive-technologies?utm_source=JA47-Up&utm_medium=Groups-email&utm_campaign=Job-Alerts";>
 here.  Candidates matching the requirements will be 
contacted.  
Skills & Description: Must have 
skills: 4D Application Server and 4D database 4D 
scripting Nice to have: Cross platform 
applications (mac os x and window clients) PHP ImageMagick 
(Convert Images from one form to the others such as PDF, EPS, TIFF, JPEG, 
PNG) MongoDB Database query optimisation, query plan, database 
indexing JavaScript JQuery JQuery Mobile frameworks 
Bootstrap CSS HTML JSON XML NGINX 
Apache 2.4 SSL/TLS MemCache AWS cloud formation (Redhat 
Linux and Windows 2012 server) setup experience e-Commerce knowledge, 
Integration knowledge with Payflow PayPal payment system.
   http://www.job4tech.com/jobs/525259-4d-application-server-database-consultant-at-cohesive-technologies?utm_source=JA47-Down&utm_medium=Groups-email&utm_campaign=Job-Alerts";>https://googledrive.com/host/0B-F0iDrd0Vi-YU9CSGloQ1ZNSUE/Submit-Resume.jpg";
 border="0" alt="Submit Resume">http://bit.ly/1sPBNiv";>https://googledrive.com/host/0B-F0iDrd0Vi-YU9CSGloQ1ZNSU

[android-developers] Position:Java/Mainframe developer at TX

2016-09-19 Thread Bala A
Hi,


Please see the job description and send me your resume at *b...@involgix.com
* , if you are interested



*Java/Mainframe developer*

*Location: Irving,Tx*

*Duration:12months+*




Thanks,

Bala

Involgix

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


[android-developers] Technology Lead With Micro Strategy Development@Whippany, NJ

2016-09-19 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: Technology Lead With Micro Strategy Development*

*Location: Whippany, NJ*

*Work Duration: 6+ Month*

*Years of Experience: 9+*


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

*Skill set*
8 years of experience in Data Warehousing Projects (Data Warehouse, Data
Marts, Reporting)
5+ Years of experience in Micro Strategy development.
Good knowledge and experience in DW & BI Concepts.
Experience in Micro Strategy 9.x includes Micro Strategy Architect,
Desktops, Mobile & Web, Report Services, Narrowcast Server, OLAP services,
intelligent server, Schema objects, Command Manager, Integrity Manager,
Object Manager, Integrity manager
Strong experience on Internet technologies JAVA, JavaScript. APS, .Net to
handle SDK.
Extensive experience in developing Micro Strategy reports, Cubes, Advanced
Dashboards & visualizations, Performance optimization.
Hands on experience in writing Micro Strategy Freeform Sql with complex
joins.
Experience in analysis or supporting BRD preparation, Translating BRD to
Technical specifications.
Experience in design, data modeling, and providing estimation for
development/migration projects.
Experience on implementing Micro Strategy on Netezza
Relevant experience on Internet technologies JAVA, JavaScript. APS, .Net to
handle SDK.

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


[android-developers] On Debian Jessie - Android Studio download page says operating system not supported

2016-09-19 Thread Droid Test

I want to install Android Studio - or at least Android SDK - on my Debian 
Jessie system.

When I go to

https://developer.android.com/studio/index.html

the button on the page says "YOUR OPERATING SYSTEM IS NOT SUPPORTED / SEE 
THE REQUIREMENTS".

so I click on it and the requirements are:

   - GNOME or KDE desktop 
   
   *Tested on Ubuntu® 12.04, Precise Pangolin (64-bit distribution capable 
   of running 32-bit applications)*
   - 64-bit distribution capable of running 32-bit applications
   - GNU C Library (glibc) 2.11 or later
   - 2 GB RAM minimum, 8 GB RAM recommended
   - 2 GB of available disk space minimum,
   4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator 
   system image)
   - 1280 x 800 minimum screen resolution
   - For accelerated emulator: Intel® processor with support for Intel® 
   VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit functionality, 
   or AMD processor with support for AMD Virtualization™ (AMD-V™)

My system meets all the requirements except possibly the last, which 
appears  to be optional.


- I'm using the Gnome desktop

- The distro is 64 bit, and I've installed the 32 bit library packages 
lib32stdc++6, lib32ncurses5, lib32z1 and (from wheezy) lib32z2-1.0.

- 5.8 GiB of 9.6 GiB RAM is available.

- 643 GB of disk is available.

- The screen is 1920 x 1080.


Just to be absolutely clear, this is not a runtime or even an install 
problem, instead the website will not even allow me to access the tarball 
to download!


Any advice would be greatly appreciated.  The simplest answer would be a 
URL on google.com from which I could download the needed tarball.  (There 
are other websites which claim to make the file available for download - 
but who knows what malware they contain!)


Jack





-- 
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/7d872534-c75d-40f7-b38c-7b0771306af7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How is AndroidManifest.xml validated in android studio?

2016-09-19 Thread vivin . raj13
Hi everyone 

I am a beginner to android programming and was wondering how android studio 
validates AndroidManifest.xml and any activity xml? I have read this 

 post 
and this 

 and 
know that there isn't an actual schema for android manifest. But how does 
android studio or any tool that validates AndroidManifest.xml knows, what 
tags and elements are legal? I have posted this question 

 
in Stackoverflow too but did not get a convincing answer, so just looking 
if somebody can answer this here.

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/65a65acc-51eb-462b-9298-fc9312922d48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Google map polyline is not working on android version higher than 4.4 (Kitkat)

2016-09-19 Thread Sadir Omer
I am trying to draw a polyline between 2 points using Google Maps API v2. 
It works fine on android KitKat and version lower than that. But the 
polyline is not shown, i.e the route is not shown, when the project is 
compiled in a phone that has a android version higher than KitKat. Can I 
know why this is happening?
Its very confusing as to how something works in a lower API version but not 
in a higher API version.

I've posted this on stackoverflow as well. You can find my code in this link
http://stackoverflow.com/questions/39566737/google-map-polyline-is-not-working-on-android-version-higher-than-4-4-kitkat?noredirect=1#comment66453806_39566737

-- 
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/835b7c14-f504-4c33-a6be-4f24925c11e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: How to make Dictionary within android app?

2016-09-19 Thread Vineet_vdoit


On Tuesday, September 20, 2016 at 11:10:08 AM UTC+5:30, Vineet Pandey wrote:
>
> I want to create a dictionary with in android app. is it possible to make 
> collection of own data and create a dictionary??. when user select the text 
> we show the meaning of that selected word in dictionary.
>

-- 
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/a8808ac0-21fa-4442-8ebd-e2141d54249a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to make Dictionary within android app?

2016-09-19 Thread Vineet Pandey
I want to create a dictionary with in android app. is it possible to make 
collection of own data and create a dictionary??. when user select the text 
we show the meaning of that selected word in dictionary.

-- 
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/ecb2ccc5-41fa-481e-bc68-190d67be5c1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: On Debian Jessie - Android Studio download page says operating system not supported

2016-09-19 Thread Paul Thomas

Same problem here. Only that I am using Ubuntu 16.04.1 and before that I 
was on Elementary OS 0.4 and my system also meets all the requirements.
On Tuesday, September 20, 2016 at 3:17:16 AM UTC+5:30, Droid Test wrote:
>
>
> I want to install Android Studio - or at least Android SDK - on my Debian 
> Jessie system.
>
> When I go to
>
> https://developer.android.com/studio/index.html
>
> the button on the page says "YOUR OPERATING SYSTEM IS NOT SUPPORTED / SEE 
> THE REQUIREMENTS".
>
> so I click on it and the requirements are:
>
>- GNOME or KDE desktop 
>
>*Tested on Ubuntu® 12.04, Precise Pangolin (64-bit distribution 
>capable of running 32-bit applications)*
>- 64-bit distribution capable of running 32-bit applications
>- GNU C Library (glibc) 2.11 or later
>- 2 GB RAM minimum, 8 GB RAM recommended
>- 2 GB of available disk space minimum,
>4 GB Recommended (500 MB for IDE + 1.5 GB for Android SDK and emulator 
>system image)
>- 1280 x 800 minimum screen resolution
>- For accelerated emulator: Intel® processor with support for Intel® 
>VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit 
> functionality, 
>or AMD processor with support for AMD Virtualization™ (AMD-V™)
>
> My system meets all the requirements except possibly the last, which 
> appears  to be optional.
>
>
> - I'm using the Gnome desktop
>
> - The distro is 64 bit, and I've installed the 32 bit library packages 
> lib32stdc++6, lib32ncurses5, lib32z1 and (from wheezy) lib32z2-1.0.
>
> - 5.8 GiB of 9.6 GiB RAM is available.
>
> - 643 GB of disk is available.
>
> - The screen is 1920 x 1080.
>
>
> Just to be absolutely clear, this is not a runtime or even an install 
> problem, instead the website will not even allow me to access the tarball 
> to download!
>
>
> Any advice would be greatly appreciated.  The simplest answer would be a 
> URL on google.com from which I could download the needed tarball.  (There 
> are other websites which claim to make the file available for download - 
> but who knows what malware they contain!)
>
>
> Jack
>
>
>
>
>
>

-- 
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/9fb28633-249b-4b96-9670-362914091379%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.