[android-developers] Android Studio Support for AspectJ Programming

2016-09-06 Thread Hari V
As per the features provided by IntelliJ , AspectJ is only supported in 
Ultimate Edition 
https://www.jetbrains.com/idea/features/editions_comparison_matrix.html

Does Android Studio Support AspectJ? 

I tried the following

   -  Compiling *.aj files directly 
   - Using plugin which have (*.aj file and corresponding *.java classes ) 
   with Android Project to use with Android Studio.

If these dependencies had got configured correctly, I was supposed to get 
log's in Logcat generated by AspectJ . But could not get the logs.


Where as the same is still working with Eclipse environment !  The issue 
has been described in StackOverflowLink 



Any help is highly 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/012fcfa7-cac2-4406-b77d-b3bdc7422339%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Compatibility issue on very similar devices: Galaxy Tab A SM-T555 and Galaxy Tab 4 SM-T535

2016-09-06 Thread enrico ancis
Hi Google folks, 

I'm managing an old App for my company (as developer). I've incurred in 
this issue 

>From Google Play 
the app is not compliant for Galaxy Tab 4 SM-T535 with Android 5.0.2, knox 
2.4.
Whereas it is compliant  for Galaxy Tab A SM-T555 ever with Android 5.0.2, 
knox 2.4.

The two tablet have ARM CPU:

 - SM-T535: ARM Cortex-A7, 32bit, ARMv7
 - SM-T555:  ARM Cortex-A53, 64bit, ARMv8

In thne manifes file the onlyu restricion is on the camera presence:







The libraty used are:

armeabi

- 


-- 
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/4ec1734b-b99e-4dab-beb2-354054fb8376%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Capture AT command from Bluetooth Headset Android)

2016-09-06 Thread Никита Владимирович
Hi,

Anybody know, how can I capture standart AT command from blutooth headset? 

-- 
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/1198f54e-60a7-4a91-9d55-a14fbdc1eca8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Compatibility issue on very similar devices: Galaxy Tab A SM-T555 and Galaxy Tab 4 SM-T535

2016-09-06 Thread enrico ancis


Il giorno martedì 6 settembre 2016 11:05:36 UTC+2, enrico ancis ha scritto:
>
> Hi Google folks, 
>
> I'm managing an *old *App for my company (as developer). Now I've 
> incurred in this issue:
>
> From Google Play the app is not compliant for Galaxy Tab 4 SM-T535 with 
> Android 5.0.2, knox 2.4.
> Whereas it is compliant  for Galaxy Tab A SM-T555 ever with Android 5.0.2, 
> knox 2.4.
>
> The two tablet have ARM CPU:
>
>  - SM-T535: ARM Cortex-A7, 32bit, ARMv7
>  - SM-T555:  ARM Cortex-A53, 64bit, ARMv8
>
> In the manifest file the only restriction is on the camera presence:
>
>  />
> 
>
> 
>
>
> The library used are:
>
>  armeabi
>
>  armeab-v7a
>
>
>

-- 
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/4a3fbec4-0efb-42b6-b9e2-b0608094377e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] it's possible to make a bidirectional exchange message using NFC-NDEF android at one connection ?

2016-09-06 Thread Mohamed BEN AMOR
Hi everybody,

It's my first application with NFC android, i'm trying to exchange messages 
between two android devices through NFC, here is the scenario:

- The first android device send "hello" message
- once "hello" received, the other device send a JSON message 

It's OK for the sends of "hello" message, but the reception of JSON message 
done only if i reconnect the two devices (move the smartphone).


Thanks in advance.





 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/282743b9-c6da-47fe-8bf5-887ea4dc4325%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Car API access in Android N (nougat)

2016-09-06 Thread Archana Karthik

Hi,

   Recently we came across the nougat-dev files which makes use of certain 
vehicle sensor data, through the Car APIs defined in 
/platform/packages/services/Car/car-lib. Could anyone share how the 
relevant permissions and APIs are to be added in the app's manifest and 
packages for the same, to make use of Car sensor data??

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/c273039f-631f-4e69-8352-c459db54ac6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] RE: HOTLIST:::: USC - GC:::::Open to Relocate

2016-09-06 Thread Marketing Softsages
Hello Professionals,



Greeting from *SoftSages LLC*.



Hope you are doing great.


Please find the Updated Hotlist of* “Softsages Technologies Inc”*. If you
have any suitable C2C requirements for our consultants please let me know.


Send me your job requirements at  given marketers Email ID’s. Please add
below email id’s in your vendor list.



*Name*

*Location*

*Re-Location*

*Visa Status*

*Contact Details*

*Email Id*

*CCNP-CCNA JUNIPER Certified NETWORK ENGINEER AVAILABILITY—IMMEDIATE*

Deval

NJ

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Jay

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*g...@softsages.com *

Harsh

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Tejash

NJ

Yes

GC

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Nikhil

OK

Yes

H1b

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*pa...@softsages.com  *

Gurpreet

NJ

Yes

USC

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Valentina

NC

Yes

H1b

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

*prash...@softsages.com *

minithi

CA

Yes

H1B

Desk No: (484) 402 7869 Ext. 117 / Direct No: (484) 402 7869

*joh...@softsages.com *

Malla

IN

Yes

H1B

Desk - 484 402 7869 X 109 /Direct - (832) 941-3969

*pa...@softsages.com  *

Tushti

OK

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*  oli...@softsages.com *

*Certified Senior SAP consultant/HANA/BO/BW*

Ketki

NJ

Nearby States

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Fasi

PA

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *




*Thanks*

Prashant

Team Lead

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

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


[android-developers] Business Analyst with Clinical Site and Facility knowledge

2016-09-06 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: Business Analyst with Clinical Site and Facility knowledge*

*Location: Atlanta, GA*

*Work Duration: Contract *

*Interview: Phone/ Skype *



*Required Experience and Technical Skills*:-

General Clinical Trial & specific Clinical Site and Facility knowledge
Be able to walk through the entire Clinical Trial process
Should be able to explain Inspection documents/different deliverables in
that process
Understand the Audit requirements in the Clinical Trial Process
Domain specific knowledge :
• Clinical Trial Operations business processes especially CRO or Site
specific operations, Site Selection, Site Feasibility and assessment
• Clinical Project Management with CROs, Investigator Initiation business
process

Change Management(Must*)
Facilitation, Communication, Questionnaire preparation, Experience in
interacting with Senior Folks from Business and Domain

Business Analysis Discipline skills(Must*)
Enterprise Business Analysis –Business process modeling, problem analysis,
building a business case, building a business process

The Hard BA Skills (Mandatory**)
Requirements Analysis and Documentation - Modeling skills - Business
Process Modeling, Business Process Improvement., Use Cases, Workflow
Modeling, business rules, Lean Six Sigma
**CABP Certified** Highly Desirable

Facilitation skills
Organizational Change Management(Desirable*)

SDLC Process (Desirable*)

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


[android-developers] Urgent Need-----Web Browser & Adobe Experience Manager (AEM)---EAD or GC or Citizens Only

2016-09-06 Thread saikiran Nandrolu
Hi Friends,

Hope you are doing great,



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



*Title: Web Browser & Adobe Experience Manager (AEM)*

*Duration: 1 year*

*Location: Dallas, TX*

*EAD or GC or Citizens Only*



*REQUIRED SKILLS AND TRAITS*

•  Technical and QA Skills (3+ years)

o   Experience testing applications built on the Struts framework

o   Experience with IBM Websphere

o   Experience with IBM Web Content Manager

o   Experience with Adobe Experience Manager (AEM)

o   Browser testing one or more tools like Sauce Labs, BrowserStack, Adobe
BrowserLab etc.

o   Any combination of browser/Web Application Testing skills such as
CSS/HTML validation, cookies, usability, compatibility, Security testing
(script logins, captcha, SSL, error messages, etc.) and/or authentication
and session testing, injection, cross scripting, redirects and forwards etc.

o   SQL queries skills to perform intermediate data verification.

o   Understand the concepts of a SDLC (Waterfall, Agile) and their
interrelationships with QA

•  Able to express ideas and thoughts well verbally and in written
form.

•  Detail oriented

•  Strong analytical, interpersonal and problem solving skills

•  Strong time management skills

•  Ability to use tools to facilitate testing

•  Able to take direction from management, or more senior project
team members

•  Willing to travel as required

•  Hard working, flexible, and willing to learn

•  Strong ability to work in an open, dynamic, and collaborative
team environment



*EXPERIENCE, QUALIFICATIONS AND EDUCATION*

•  Required: Bachelor’s degree /4-year college degree in Computer
Science or engineering-related fields or relevant work experience.

•  Required: Minimum of 3 years of QA experience

•  Optional: Exposure to test automation or performance engineering.

•  Optional: Previous experience with Business Analysis, Technical
Support, Development, Change Management, Configuration Management, Release
Management, Project Management or Customer Relations.





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


[android-developers] Available consultants for QA Analyst and Sr Business Analyst

2016-09-06 Thread Yogindra Gowd
-- 

*Thanks *

*mike*

*m...@atekus.com *

*312-637-8777*130*

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


Hotlist of Consultants.docx
Description: MS-Word 2007 document


Re: [android-developers] Re: Unfortunately App has stopped is the error im getting and not sure why, all breakpoints make it thru no problem and then the message.

2016-09-06 Thread Palivela Rakesh
Hi,

How you resolved the issue. I am also facing the same problem.

On Wednesday, March 25, 2015 at 10:44:45 PM UTC+8, Dan Cha wrote:
>
> Original issue resolved, moved my current image issue to new post, thank 
> you for the help everyone.
>
> https://groups.google.com/forum/?hl=en#!topic/android-developers/ivTJ23kXRPY
>
>
> On Tue, Mar 24, 2015 at 5:22 PM, Daniel Chacon  > wrote:
>
>> So i tried this right on the main page of the app and works using the 
>> path that the other one is using.
>>
>> ImageView imageView = (ImageView) findViewById(R.id.imageView);
>>
>> Picasso.with(this)
>> .load("http://www.site.com/imgs/inventory/Video 
>> Game/3_1_Vanellope.jpg")
>> .into(imageView);
>>
>> So since this works with the path, how can i embed the above line into my 
>> code to display each image path that is returned and added to my listview?
>>
>>
>> On Tue, Mar 24, 2015 at 3:19 PM, Daniel Chacon > > wrote:
>>
>>> Can anyone see why the image wouldnt show up, if it is getting a valid 
>>> path?
>>>
>>>
>>>
>>> On Tue, Mar 24, 2015 at 11:50 AM, Daniel Chacon >> > wrote:
>>>
 yes, it has had since i started.. 

 this is what i have in the manifest
 
 >>> android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

 On Tue, Mar 24, 2015 at 11:43 AM, Steve Gabrilowitz  wrote:

> Does your app have internet permission?
> On Mar 24, 2015 12:40 PM, "Daniel Chacon"  > wrote:
>
>> yea after posting and reading over my code and other found, i had 
>> already moved the listview binding code to the postexecute portion and 
>> works.. 
>> But today im trying to get the imageview to show the picture per 
>> record, but again getting the error and cant seem to find in the logcat 
>> file why its failing.
>>
>> I changed things around to make the image bitmap part of items.
>>
>> SoapObject suvas = 
>> (SoapObject) dar.getProperty(i); if (suvas != null) { String c; String 
>> d; 
>> String o; String img; String q; String serv = "http://www.site.com;; 
>> Bitmap ival;
>> c = suvas.getPropertySafelyAsString("Category").toString(); d = 
>> suvas.getPropertySafelyAsString("Description").toString(); o = 
>> suvas.getPropertySafelyAsString("Owned_x0020_By").toString(); img = 
>> serv.concat(suvas.getPropertySafelyAsString("Picture").toString()); q = 
>> suvas.getPropertySafelyAsString("Qty","null").toString(); try { ival = 
>> BitmapFactory.decodeStream((InputStream) new 
>> java.net.URL(img).getContent());
>> items[i] = new InventoryItem(c, o, d, ival, q); } catch (Exception e) 
>> { e.printStackTrace(); } }
>>
>> It ends up in the catch and returns a 
>> java.io.FileNotFoundException: 
>> http://www.site.com/imgs/inventory/Video Game/3_1_Vanellope.jpg
>>
>> But if i copy the URL and paste into my browser, it opens the images 
>> fine.. all images are available, so im sure im doing something wrong.
>>
>> Can anyone pin point any possible issues?
>>
>> This is all within the original posted code, all ive done is change 
>> the few lines above to try and get the image set to the imageview.
>>
>> thank you
>>
>>
>> On Tue, Mar 24, 2015 at 5:53 AM, George Baker > > wrote:
>>
>>> I believe your problem is that you aren't returning the list from 
>>> the background thread (doInBackground()).  I can't tell from your 
>>> changes 
>>> where you are assigning a value to the items variable in you adapter 
>>> constructor but it really should be from the result returned from your 
>>> doInBacground() method.  Also remember all ui access in an AsyncTask 
>>> should 
>>> be in either the on onPreExecute() or onPostExecute() methods.
>>>
>>> Hope this helps,
>>> George
>>>
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to android-d...@googlegroups.com 
>>> 
>>> To unsubscribe from this group, send email to
>>> android-developers+unsubscr...@googlegroups.com 
>>> For more options, visit this group at
>>> http://groups.google.com/group/android-developers?hl=en
>>> ---
>>> 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 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> -- 
>> You received this message because you are subscribed to the Google

[android-developers] HOTLIST

2016-09-06 Thread Madhu Sudhan
Hi,

Below are the available
consultants,


Let me know if you have any requirements,

You can reach me at *630-(923)-6952* or *madhu.usitrecrui...@gmail.com*


Also please add me to your requirements distribution list

*Name*

*Skill*

*Location*

*Relocation*

*R K*

*Sr. Lead Android Developer (8 years)*

*NJ*

*Open*

*K J*

*SharePoint Developer/Admin (5 years)*

*GA*

*Open*

*V M*

*Sr. Network Admin/Sr. Network Systems Engineer (8 years)*

*CA*

*CA*

*B G*

*Sr. Business System Data Analyst (8 years)*

*CT*

*CT*

*S P*

*Sr. QA Tester (9 years)*

*CA*

*CA*

*V V*

*Sr. Oracle PL/SQL ETL INFORMATICA Developer **(15 years)*

*MD*

*MD, VA, DC, PA, TX, NC, KY, OH , IN*

*G G*

*Sr. ETL QA Tester (8 years)*

*CT*

*CT*

*R T*

*Sr. SAP BW BO HANA Lead Consultant (12 years)*

*GA*

*Open*

*S V*

*Sr. Tableau Developer (8 years)*

*TX*

*Open*

*N B*

*Sr. DotNet Lead Developer (11 years)*

*WA*

*Open*

*C C*

*Oracle Apps SCM Techno-functional Consultant (11 years)*

*CA*

*CA*

*D B*

*Sr. SAP BW/BOBJ/HANA Lead **(8 years)*

*PA*

*Open*

*N N*

*Sr. SAP HANA/BW/BO/BODS LEAD CONSULTANT (15 years)*

*IL*

*Open*

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


[android-developers] Available Consultants || Salesforce || Splunk || ServiceNow || Informatica || Ruby on Rails || UI || DevOps || Tableau || Oracle Apps || QA || Taleo

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

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


[android-developers] Hiring for Middleware Admin at Wayne, NJ

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



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



*Position: Middleware Admin *

*Location: Wayne, NJ*

*Duration:6+ months*

*Interview: Phone then Skype*



*Rate: 45/hr on C2C *

Description:



IT Technical Analyst – Middleware Services – Application Support &
Maintenance (ASM)



The Technical Analyst of the Middleware Services Applications team will be
responsible for the day-to-day support/maintenance operations of the
middleware infrastructure and software architecture used for designing and
implementing communications between mutually interactive software
applications in a service-oriented architecture environment.



*Responsibilities include but are not limited to:*

• Technical Analyst responsible for application
support/maintenance development activities for the following middleware
applications: Red Hat Enterprise Service Bus(ESB) and AMQ in a global 7 by
24 environment

• Technical Liaison responsible to coordinate and conduct
in-depth knowledge transfer from the ESB Applications Team for all project
development and implementations for the Middleware Services team in order
to provide seamless integration into production and provide best of class
long term application support

• Responsible to enforce technical development standards, along
with creation of enterprise technical documentation for all
support/maintenance development activities

• Responsible to coordinate and participate on Crisis
Management incidents for all areas of responsibility with a high level of
urgency in order to ensure business continuity



*Qualifications:*

• Bachelor’s Degree in Computer Science, Information Systems,
Engineering or related field; or equivalent work experience

• 1 to 3+ years of professional experience with depth of IT
experience that includes large enterprise infrastructure and middleware
platform services and teams

• Experience  supporting  24x7  business  operations and
working with both on-site and remote technical teams

• Exceptional support/maintenance delivery skills

• Strong hands on technical experience major middleware
technologies (WebSphere and AMQ) running on major OS (Windows, Linux/Unix)

• Understanding Web services technologies such as: Apache, IIS,
JBoss ,Tomcat, .NET, PHP

• Understanding of Enterprise Messaging and Queuing
technologies:  IBM MQ, AMQ

• Strong Experience in Java/J2EE, Web Services, .Net Frameworks.

• Strong Understanding of API Security and Management and
services (SOAP/REST/XML).

• Strong Experience with Service Oriented Architecture
techniques (SB, XML, XML Schemas, XSLT, XPath, SOAP, REST, JSON, WADL and
WSDL)

• Understanding of DevOps concepts

• Assertive, energetic, and results-driven IT professional who
has the ability to succeed in a results-focused organization

• Excellent verbal and written communication skills

• Deep understanding of what it is to be an internal service
provider

• Strong understanding of IT security and risk management

• Ability to work under pressure, balancing multiple tasks and
priorities while maintaining composure and resilience





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


[android-developers] Need Local Only----Business Systems Analyst in VA

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

Position Title: Requirements Analyst (Systems Analyst)
Location: Vienna, VA*Need Local Only!!*
*Only GC and US citizens*
Duration: 6+ Months

*Candidates must provide samples of their work – narrative and process
flow. *
*Please have the candidate bring with them if they are invited for an in
person interview. The client reviews these during the interview and do no
keep it.*

The Requirement Analyst (Systems Analyst) supports Information Technology
and works with both business and technical teams by managing the analysis
of system requirements for business initiatives.

Specific activities for creating and managing system requirements include:
Ability to work on larger and more complex projects and initiatives with
little direction Analyzes and translates unique and highly complex business
requirements into system requirements Broad knowledge and expertise of
systems in the Financial Services / Banking industry required Develops and
presents demonstrations of proposed solutions to project issues
Good communication and interpersonal skills

Required Qualifications:
Qualified candidate must have at least 8+ years of systems analysis
experience and have technical experience in their background.
Demonstrated experience with Visio Demonstrated experience in systems
analysis and workflow analysis Demonstrated experience of the systems
development life cycle (SDLC)
Demonstrated experience in analyzing, translating and communicating system
requirements
Demonstrated ability to exercise initiative and good judgment, and make
sound decisions
Demonstrated ability to work independently and as part of a team
Demonstrated use of established system requirements elicitation techniques

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


[android-developers] UI UX Architect/Lead - Round Rock, TX

2016-09-06 Thread Sekhar Reddy
Hi,

*Sekhar* here from *METASIS INFORMATION SYSTEMS*, One of our clients has an
opening for *UI UX Architect/Lead*

Do go through the description and let me know if you are comfortable with
the below requirement.



*Job Title   : UI UX Architect/Lead*

*Job Location   : Round Rock, TX*

*Duration  : 12 Months *

*Interview: Telephonic/Skype*



*Requirement:*

· Need UX Architect with good knowledge in HTML5 and CSS3. Should
have portfolios which can be reviewed

· We need specifically great Javascript skills (Angular JS), HTML5,
CSS and Cordova (Ionic).

· Exceptionally Strong (5+ years) experience with HTML5, JS and CSS3

· Java with Websphere background preferred

· Strong interpersonal skills, analytic skills, along with an
intellectual curiosity, and desire and ability to “get things done”.

· Strong passion for mobile technology

· Understanding of the Agile / Scrum

· Ability to work collaboratively with others

· Drive conceptual system architecture & design specification
(Conceptual Solutions Architecture Document,  system interaction diagrams,
physical constructs and end to end transaction/scenario diagrams)

· Define solution frameworks ( System development framework,
Integration framework, Testing framework, transaction management framework,
Security framework, Operational framework  & Monitoring framework )

· 508 experience is a plus



*Thanks & Regards,*



*Sekhar*

*Email : sek...@metasisinfo.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/CAC%2BeU0t78FhBBess2ENE_RShxqr4qv%3DT9wo2Y6h43msKOaARvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Need - Sr. Network Engineer

2016-09-06 Thread Mohammad Imran
Hi Partner, I hope you are doing fantastic! Please share profiles for the
below position.

 

Sr. Network Engineer
Downtown, Chicago, IL

Visa: H1/GC/GC-EAD/USC
Phone and face to face
2 openings  

 

Help with day to day work and implementations/designs, they will be doing
some design and architecting. 

Following the standards already in place at the client so not much need for
any hard architecting or designing from scratch. 

Ø  Sr. Network Engineer with R/S experience

Ø  Must know Visio very well 

Ø  Citrix is a plus

Ø  Certifications in VMware and Microsoft technologies 

Ø  (VMware, Microsoft, Hitachi Storage, UCS, Networking, etc…)

Mixed Environment

Ø  Cisco based Routers/Switches

Ø  VMWare (6.5)

Ø  HDS storage and UCS with Windows running

They also have a large Nutanix environment and Kamanirio Environment as well


 

Will be working multiple different projects at one time (client has 50 plus
open projects to be completed by end of year.

 

 

 

Best Regards,

Mohammad Imran Uddin

Manager Talent Acquisition

IDC Technologies Inc.

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

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

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

URL- .   www.idctechnologies.com

CMM LEVEL 3 Company & ISO 9001-2008 Certified

 

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

 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/57ceda42.d530240a.d4697.41ddSMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Vertica Developer @ Atlanta, GA

2016-09-06 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: Vertica Developer *

*Location: Atlanta, GA*

*Duration: 6+ Months*



Competencies HP Vertica, BIPM : Teradata, Unix Scripting…



Experience (Years)  6-8

Essential Skills -Teradata (Intermediate) -Ver ...

· Teradata (Intermediate)

· Vertica (Intermediate)

· Oracle (Intermediate)

· Unix (Intermediate)

· ETL (Intermediate)

· Informatica (Intermediate)

· SQL (Expert)

· Data Modeling (Optional)

· bteq/vsql scripting (Intermediate)



Desirable Skills Develop Informatica mappings a ...

· Develop Informatica mappings and mapplets to implement the
business rules as per table specification documents.

· Create Informatica Sessions and Workflows.

· Write bteq/vsql scripts to process data.

· Perform bulk data loads from flat files to Vertica.

· Tune performance of Informatica sessions, identify and resolve
performance bottleneck issues in source/target Informatica mapping.

· Prepare deployment guide with all the code that has to be
migrated to QA/Production environment.

· Coordination with System Testing team to migrate the code to QA
System Testing.

· Work with System Testing and UAT teams to analyze and resolve
opened defects.

· Provide 24/7 support during the warranty period to projects after
deployment to Production.









*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/CAHxR9GabbAp_%2BKa%2B4YUo6cXZ75AzFo%2BgD3H%2BR5_58dGrU19-_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] immediate need a UI Web Developer || York, PA || 12+ Months || Face-To-Face Required !! no H1B ||

2016-09-06 Thread Mohammad Wasim
*UI/Web Developer*

*York, PA*

*12+ Months*

*Client : Metso Minerals*



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



*Face-To-Face Required !!*



*Requirements :*



· 2-5 years Full Stack’ software development

*·* *JAVASCRIPT, Angular, Node.js*

*·* *PHP*

*·* *MVC*





**

*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/CANdkWrS2RQfMDEA8wr0Kw-PddjXqsneu%3DT5bG4CV5eXRR%3D%2BUEQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need----UI Developer w/ Angular .JS(NEED Senior and Local )

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



*UI Developer w/ Angular .JS*

*Whippany, NJ*

*12+ months*



UI Development experience with Angular. JS and Node .JS
The candidate should have hands on development with Advanced Angular JS.
Exposure to Node JS is must.
The candidates are given an online code test and they have to develop
Angular JS directive. The code should be in compilable state upon completion

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


[android-developers] Urgent Need--DevOps Lead NEED Senior and Local )

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


*DevOps Lead*

*New York, NY*

*Long Term*



JD-

- Should have experience in leading a DevOps team
.- Strong Unix scripting experience
- Hands on experience with "Chef"/ Puppet tool
- Should have worked with Big Data DB (Hive, hadoop Spark)
- GIT Branching Strategy (with Bash)
- Should have worked with Maven, Nexus, Elk Installation
- Strong database - PL SQL experience.
- Capital Markets experience would be a huge plus

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


[android-developers] Phone than F2F Interview: Java Developer Glendale, CA

2016-09-06 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: Java Developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Glendale, CA*

*DURATION:24 MONTHS+*

*START :ASAP*





*Job Overview:*

*This is for 24 months with 6 month renewals*

*Remote is NOT allowed – must work on site*




*   TECHNICAL REQUIREMENTS 5+ years total of experience with the following
skill sets…*

*·Hands on development experience with JAVA, REST, Spring,
Hibernate*

*·Enterprise application development*

*·Working in Agile environment*

*·Experience in at least one:*

*o   AngularJS*

*o   Bamboo*

*o   Cucumber*

*o   Scala*

*o   Maven*

*·Exceptional analytical and problem solving skills*

*·Strong oral and written communication skills*

*·Expertise with Continuous Integration concepts and tools*

*·Familiarity with entertainment industry is a plus*

*·BS in Computer Science or related field*




-- 



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


[android-developers] Java Consultant ||| Mclean, VA || Need GC and US Citizen Only

2016-09-06 Thread rahul goswami
Hi

Please share profile at rahulg...@onsinteractive.com

*Title   : Java Consultant*

*Location   : Mclean, VA*

*Duration  : 6 Months*


*Job Descreption:-*


• DB modeling and SQL Queries using joins, functions.

• DAO layer implementation using

o ORM – Spring ORM/JdbcTemplate, 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





*Please send me below details:-*



  Last 4 digits of SSN No.

· Full Name (Legal):

· Availability Date:

· Work Authorization Status:

· Compensation Expectation:

· Current Location:

· Contact Number:

   E-mail:

· Willing to relocate to client location:

· Best time to call:

· Availability for interview:

· Skype:-

  Date & Port of Entry to US:

  Highest Education Details:


*Best Regards,*








*Rahul GoswamySr. Technical RecruiterOns Interactive solutionsAccelerating
Customer Growth…Global Locations: US-Canada-IndiaUS T: 408-692-6059F:
203-779-1102Email: rahulg...@onsinteractive.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/CAA0vNTFr5NG2CewVigojZFj-gNnsRH_3vLrdKneUzhCRxtEgMg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] VMware Admin (F2F is must)_Sunnyvale, CA @ Need only Locals who can attend F2F

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

*VMware Admin (F2F is must)*

*Location: Sunnyvale, CA*

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


*Skills required* – Experience in VM ware admin

Microsoft server side tools

flexpod



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


[android-developers] Available Consultant HotList from “vTech Solution Inc.”

2016-09-06 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 :- 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+

 

 

 

*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/21e5b5b4-5993-4927-8b70-91184883be54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOTLIST.........send your requirements to ra...@thoughtbyte.com

2016-09-06 Thread Raghu Race
Hello Recruiters

This is Raghu- Sr.Bench Sales Recruiter at Thought Byyte Inc.,

Please find the available list of our consultants and let me know if you
have any open position for them with your client.

You can reach me at 973 512 7443 or email me at ra...@thoughtbyte.com

*The below listed candidate's are all our own W2 Employees*


.Ruby on Rails

2.QA  Tester n Lead

3.UI Developer

4.Salesforce Developer/Admin

5.Splunk Dev/Admin

6.Servicenow Dev/Admin

7.Informatica

8.Devops Engineer

9.Qlikview/Qliksense Developer

10.Tableau Developer

11.Project Manager

12.Oracle EBS Technical Developer

13.Oracle Apps Techno Functional Consultant

14.Oracle Apps Technical Consultant

15.Oracle Apps Functional Consultant

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


[android-developers] Urgent Need: Android Developer @ Portland, ME | Contract Position

2016-09-06 Thread Ateeq Rehman
*Hello Associate,*

Hope you are doing well.

This is Ateeq, from Diverse Lynx.



*Please share Android Developer Profiles at ateeq.reh...@diverselynx.com
*



*Note: Need H1B COPY with Passport Number for Submission.*




*Job Description:*



*Role: Android Developer*

*Location: Portland/ Maine*

*Hiring: Contract*





*Detailed JD:*



• Demonstrated technical capabilities and ability to work
collaboratively and effectively with a range of stakeholders
• Knowledge of developing trends and emerging standards in relevant
fields
• Attention to detail and strong organization skills
• Understanding of RESTful API design principles
• Experience working in high‐performing development teams using Agile
methodologies and tools
• Expertise in using Android UI Framework including push notification,
geo‐location
• Experience with the Android platform, Java, and Android developer
tools
• Experience in multi-threaded programming.

*   Thorough understanding of XML, JSON, Web Services technologies and
data structure fundamentals






*Thanks & Regards*

*Ateeq Rehman*

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

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

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

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


[android-developers] Phone/Skype Interview: Lawson Systems Analyst in Tampa, FL.

2016-09-06 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: Lawson Systems Analyst*

* INTERVIEW: Phone/Skype  Interview*

*LOCATION: Tampa, FL*

*START :ASAP*





*Job Overview:*



*Type: **Long Term *


*Project Onsite: On location at the Client's site 100% of the time. No
telecommuting or remote work. *

*Responsibilities:*

• Design, develop, test, and implement custom or vendor supplied systems
software;
• Document, assist with, and/or performs software installations,
configurations, and customizations;
• Maintain production systems to ensure reliable performance, appropriate
change management and security;
• Perform system assessments, process analysis, and requirements definition;
• Resolve issues and perform root cause analysis;
• Assist in documenting systems policies, procedures, and training
materials.

*Requirements:*

• Experience with system development, implementation, and support (5+
years);
• Experience at both the functional and technical layers of Lawson
Application;
• Experience with workflow automation (Infor (Lawson) Process Automation
(IPA));
• Experience with Infor (Lawson) Security practices;
• Experience with ImageNow or other document imaging system in a business
environment;
• Experience with Crystal Reports, MS Reporting Services, SSIS packages, or
other reporting tools;
• Experience with JavaScript or other scripting languages;
• Experience with Microsoft Office applications: Word, Excel, Outlook,
Power Point, Project, Visio, and website navigation;
• Experience with Lawson Smart Office (LSO) including Mash-ups and LSO
Scripting (preferred);
• Experience with UI customizations using Design Studio (preferred);
• Experience with Lawson Business Intelligence (LBI) administration
(preferred);
• Experience with SQL, stored procedures, views, and database triggers on
Oracle and SQL Server platforms (preferred);
• Experience in a healthcare IT environment (preferred);
• Experience with performance improvement and process management
(preferred);
• Bachelor’s degree in Information Technology or healthcare / business
related discipline (i.e. Accounting, Finance, Business Administration) or 9
years of directly related work experience.




-- 



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


[android-developers] Excellent opportunity for Java Developer (Portal/Portlet) in EDEN PRAIRIE, MN

2016-09-06 Thread Avanish chaurasia
Hi,


Candidate must be GC, GC EAD   and USC
Please send me your consultant resume at *manish.ku...@contech-it.com
*

Candidate must have:

   - 3+ years of experience as a Portal/Portlet developer
   - 3+ years of experience working in portal based tools like liferay,
   websphere portal, oracle weblogic portal etc.
   - 3+ years of experience in Java, JEE
   - 3+ years of experience in HTML, CSS, XML, XSLT and User Interface
   Development
   - 3+ years of experience in Database like MySQL, Oracle etc
   - 2+ years of Web Services experience (WebAPI, REST) is a plus
   - 2+ years of OOP/OOD and Design Patterns experience
   - 2+ year of SOA Integration experience
   - 1+ year of database experience
   - 5+ years of experience developing cross-platform, multi-browser
   compatible, dynamic applications for web and/or mobile
   - Bachelor’s Degree required

 *Title: Java Developer (Portal/Portlet)*


*Location: EDEN PRAIRIE, MN**Client: UHG*



*Job Duties and Description:*


*Primary Responsibilities:*

   - Understand the requirement and design and develop portal based
   application
   - Good understanding of JSR-168/ JSR- 286 portlet specifications to
   develop the web portlets.
   - Good understanding of SpingMVC as the MVC strategy to design the
   portlets
   - Develop portlets, user interface involving HTML5, CSS, Angular JS
   - Develop service side middle tier Java/JEE based interface to perform
   database operations
   - Strong web development skills including HTML, CSS, Javascript (jQuery)
   and XML/XSL
   - Experience working on UNIX platform and aware of unix commands
   - Understand and code database model, queries, persistent layer
   - Good working knowledge Portal theme, pages development and
   configuration
   - Good understanding and hands on experience on entitlement,
   personalization, portlet configuration
   - Understanding login, authentication and authorization and various web
   security (role-resource based)
   - Understanding continues integration and understanding of build and
   deploy mechanism and technologies like Jenkins, Ant, Maven etc
   - Worked on any Version control look like SVN, CodeHub, GitHub, CVS etc
   - Troubleshooting and resolving portal errors and issues
   - Participate in peer code reviews, follow best practices and design
   patterns
   - Ability to work in distributed team including onshore and offshore and
   integration team
   - Collaborate with other team members and stakeholders and partner with
   Business Analysis and Quality Assurance to ensure quality software is
   delivered
   - Experience working in Agile development methodologies

*Qualifications:*
To be considered for this position, applicants need to meet the
qualifications listed in this posting.
*Required Qualifications:*

   - 3+ years of experience as a Portal/Portlet developer
   - 3+ years of experience working in portal based tools like liferay,
   websphere portal, oracle weblogic portal etc.
   - 3+ years of experience in Java, JEE
   - 3+ years of experience in HTML, CSS, XML, XSLT and User Interface
   Development
   - 3+ years of experience in Database like MySQL, Oracle etc
   - 2+ years of Web Services experience (WebAPI, REST) is a plus
   - 2+ years of OOP/OOD and Design Patterns experience
   - 2+ year of SOA Integration experience
   - 1+ year of database experience
   - 5+ years of experience developing cross-platform, multi-browser
   compatible, dynamic applications for web and/or mobile
   - Bachelor’s Degree required

*Preferred Qualifications*

   - Experience with Agile development methodologies, particularly Scrum
   - Experience working with integration services, rules engine is a puls
   - Jquery/Angular JS experience
   - Previous Health Care Industry and / or Eligibility systems experience
   a plus



*Manish Kr.*

_
Contech Systems, Inc. • 1480 U.S. Highway 9 North, Suite 206 • Woodbridge,
NJ 07095
• D (312-767-5605) • F (732)632-8817

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


[android-developers] Hiring for QA Tester at Alpharetta GA, Need locals only

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



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



*Position: QA Tester *

*Location: Atlanta / Alpharetta GA*

*Duration:6-12+ months*

*Interview: Phone then Face to Face*



4 QA Consultants need



*Required*



3 to 5years overall experience in all aspects of software QA

Experience in Automated Testing tools

Experience in preparation and execution of test cases

Experience in coding test cases using Gatling framework

1+ Experience in writing scripts for automated functional testing

Demonstrated experience in Technical Writing



*Optional*

Exposure to Agile methodology

Exposure to Micro Services

Exposure to open source BPM tools



*Non-Technical:*

Hard worker

Excellent language skills





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


[android-developers] Multiple Position of UI Developer/Lead ( 10+Years ) in NYC/ FL / IN

2016-09-06 Thread Rahul Kushwaha
Hi,



Hope you are doing well.



Please find the detailed job description, and it will be really appreciate
if you can share me updated resume and best number to reach.

Please find the requirement below and share matching resume to
rahul.kushw...@nityo.com



*Role : UI Developer*

*Location : New York City, NY / Tampa, FL / Indianapolis, IN*

*Duration : 12 +Months*

*Experience : 10 +Years*



*Visa Copy and Photo ID must at the time of Submission*



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

Practical AngularJS experience required.

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

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




--





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


[android-developers] Java Developer in Broomfield, CO !

2016-09-06 Thread Abhishek ojha
*Position: ** Java Developer*
*Location: Broomfield, CO*
*Position Type: Contract(6 month)*



*Need USC and GC only *



*MUST HAVE: Strong Java development with web services background.*

What Project/Projects will the candidate be working on while on assignment?
Cloud Federated Storage

Is this person a sole contributor or part of a team?
Part of a team. the team consists of Development Manager, Architect,
What are the top 5-10 responsibilities for this position? (Please be
detailed as to what the candidate is expected to do or complete on a daily
basis)
The candidate should have 5-10 years of java development experience
1. Code and architect Java Spring application and java script framework
related development
2. Familiarity with REST and web services and web development
2. Write unit and integration tests for qa acceptance criteria.
3. follow scrum/agile development methodology
4. follow devqa devops model.
5. Office work such as development documentation, online documentation,
timesheet

What software tools/skills are needed to perform these daily
responsibilities?
java, spring framework, mysql, linux, HTTP, REST, javascript frameworks
such as jquery backbone

*What skills/attributes are a must have?*
JAVA, MYSQL/db, REST, HTTP



What skills/attributes are nice to have?
activiti/workflow, MONGO


*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/CAKpcopT56%2BDOC-6VRSWy8E9UiK9g0xgk%3DnFkzko0U-84sXKbqw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone/Skype Interview:Puppet - Automation Administrator in Seattle WA

2016-09-06 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: Puppet - Automation Administrator*

* INTERVIEW: Phone/Skype Interview*

*LOCATION: Seattle WA*

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*



***Must have an update LinkedIn profile*



EXP:9+ YRS



*Principal Administrator Infrastructure Automation - Puppet*
If you're an ambitious Systems Engineer with deep scripting experience who
thrives on getting tough, real-world problems solved with a smart,
motivated team, you want to work here!
This is a Principal Administrator position involving management of a highly
dynamic environment. Work as a lead in a team in support of operational
automation and project related activities. Provide technical and
operational support to other departments and teams as required in support
of business objectives.


*Qualifications Required*

   - Ooqio.com Industry Leader (75+) rating.
   - Experience as Puppet Engineer / DevOps Engineer / Systems
   Admin/Engineer in operations of a large-scale enterprise
   - Excellent communication, interpersonal and collaboration skills
   - Expert-level proficiency in automation, expert in making things
   repeatable and simple
   - Ability to be flexible, adaptable and learn new concepts quickly
   - Expert Linux/Unix system administration and troubleshooting skills
   - 3-5 years of experience implementing build configuration tools, such
   as Puppet, Chef, Git, SCCM or Jenkins
   - 10+ years of extensive scripting experience: Shell, Python, Perl,
   PowerShell
   - Be self-motivated and able to meet objectives with little or no direct
   supervision.
   - Provide 24 x 7 on call support as part of a scheduled rotation with
   other team members.



*Preferred *

   - Working knowledge of software development methodologies including code
   profiling, regression testing, and continuous integration.
   - Working knowledge (experience preferred, not required) of ServiceNow
   methodologies and modules.
   - ITSM/ITIL background, SDLC knowledge, and DevOps CI/CD Model knowledge
   - CMDB functionality/deliverables/management
   - Puppet functions: OS Deployment, Configuration Compliance, Patch
   Management, Software Distribution, Server Management, Inventory, Reporting
   - Working experience with either Private/Hybrid Cloud, Azure, AWS,
   VMware or Hyper-V
   - Proven competency with most Linux/Unix commands/utilities.
   - Knowledge of Linux/Unix, especially OEL/RHEL, AIX, and Solaris
   - Knowledge of or experience with Bash, Python and Ruby scripting
   - Knowledge of or experience with Orchestration Engines and Automation
   Workflows
   - Knowledge of or experience with Ansible or similar platforms
   - System installation and configuration experience.
   - Working knowledge of Active Directory, LDAP and SSO integration
   - Familiarity of SaaS ITSM platforms such as ServiceNow
   - Familiarity with Client Server systems



*Education*

   - High School Diploma/GED required.
   - Degree in computer science or equivalent experience.



-- 



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


[android-developers] Urgent Need--Websphere Administrator-----EAD or GC or Citizens Only

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


*Websphere Administrator*

*Marlboro, Massachusetts*

*12-24 month contract*

*EAD or GC or Citizens Only*



*Description:*

*From the manager:*

I would like to see more Security skills. From a keywords perspective
someone having knowledge in IBM Security Access Manager (ISAM), Tivoli
Access Manager (TAM), Tivoli Identity Management (TIM).

*Roles and Responsibilities: *

• Provide WebSphere SOA (DataPower, WSRR, ISAM, ISDS etc.)
Administration and Engineering Support, while working closely with
Architecture, Application Development, Database, Server

  and Networking Teams.

• Install and Configure DataPower, ISAM, ISDS, WSRR and apply
patches, manage middleware infrastructure and monitor
performance/troubleshooting alerts from commercial, and locally

  developed monitoring tools.

• Responsible for middleware failure analysis and recovery.

• Analyzes and resolves problems associated with ISAM, WSRR and
DataPower.

• Interact directly with internal customers or external service
provider to negotiate solutions and implementation specifics.

• Provide 24/7 on call support on a rotating basis.

• Automate server management, and configuration management for
WebSphere SOA, using DPBuddy, python, ruby, ant, perl and shell scripts.

• Deploy new message flows, build MQ queue and channels, manage SSL
keys, etc.

• Manage/Monitor MQ/IIB/DataPower performance.

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



*Requirements:*

• Bachelor’s degree in Computer Science, Information Technology or
equivalent work experience.

• 5-7 years of prior experience as a DataPower and WSRR
Administrator with SOA security experience.

• Strong experience in administration and support of IBM WebSphere
SOA product family - IIB, DataPower and WebSphere MQ.

• Experience with identity and access management products such as
Oracle, IBM and/or CA (e.g., Tivoli Federated Identity Manager, Tivoli
Access Manager, Webseal, Oracle Identity Federation,

  Oracle Access Manager, CA Netegrity Site Minder).

• Experience in API Management products like IBM API Manager,
Apigee, Mashery, Layer 7, etc.

• Troubleshoot Integration and infrastructure issues. Integrate
simple to moderately complex MQ, IIB, DataPower, WebServices applications

• Strong administration skills in DataPower appliance

• Hands on experience in setting up DataPower policies

• Should be able to work collaboratively with other Infrastructure
and Development groups to build, maintain the product roadmap

• Must have hands on experience with XML, XPATH and XSLT
Transformations, SOAP Validations XML schema

• Must be familiar with DataPower troubleshooting, services
instrumentation and logging

• Must have working experience with web service security using
LDAP, SiteMinder and DataPower

• Must be familiar with Data Power – Load Balancer, SSL and HTTP
protocols

• Shell programming expertise.

• Basic understanding of firewall

• Demonstrated ability to manage multiple projects simultaneously
and be able to adapt to changing business needs.  Strong follow up skills
and problem solving ability a must.

• Must have strong analytical and interpersonal skills, as well as
outstanding written and verbal communication skills.

• Troubleshooting, debugging, and problem solving with complex
integration across multiple platforms.

• Knowledge of Windows, AIX , and Linux OS

• Proficiency in networking for connectivity across WebSphere ESB
and Native OS

• High Availability configuration and knowledge.

• Ability to coordinate triage teams for Production issues and
resolution.





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


[android-developers] Immediate Need - Oracle R12 Production Scheduling/Process Manufacturing Consultant

2016-09-06 Thread Mohammad Imran
 

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

 

Oracle R12 Production Scheduling/Process Manufacturing Consultant 

Pittsburgh, PA.

Start date is ASAP

Phone interview.

 

Skills: (must be EXPERT)

Production Scheduling (EBS) - R12 experience designing, testing,
implementing Production Scheduling

Process Manufacturing (EBS) experience 

Questions (must answer YES to #1 &2): 

1) Has the candidate led the testing and deployment of Production Scheduling
designs based on R12 solutions? 

2) Has the candidate led testing sessions, issue resolution and performed
functional testing for R12 Production Scheduling implementations?

3) Has the candidate implemented Production Scheduling in an R12 OPM
environment?

Description:

'Contractor will provide expertise in Oracle Production Scheduling and
Oracle Manufacturing/Supply Chain applications in a Process Manufacturing
environment.  They will be responsible for taking an already-established
solution and driving the build, test, and deployment of the solution for a
large industrial products manufacturer in Pittsburgh, PA.  They will be
responsible to lead the testing of the solution and drive issues to closure
through System Integration Test, User Acceptance Test, and cutover.  

Deliverables:

Application Configuration Deliverable (BR.100), Test Scripts (TE.040's),
Weekly Status Reports, Issue reporting, Testing, Production Deployment.  
CRO (Campaign Run Optimization) aspect of PS (Production Scheduling).

 

 

 

Best Regards,

Mohammad Imran Uddin

Manager Talent Acquisition

IDC Technologies Inc.

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

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

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

URL- .   www.idctechnologies.com

CMM LEVEL 3 Company & ISO 9001-2008 Certified

 

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

 

 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/57cf0339.d530240a.d4697.513aSMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need :: Sr Network Engineer with Linux @ san Jose, CA

2016-09-06 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: Network Engineer *

*Location: San Jose, CA*

*Duration: 12+ Months*



Competencies NSO: Network Troubleshooter (VPN, Secure n/w, Cloud, Routing)

Experience (Years)  6-8





Job description:

1.Strong networking knowledge rather than device configuration
skills. A person who understands how to design and troubleshoot network
related designs and issues. Someone who understands VPN/secure network,
clouds, and routing.

2.Strong Linux background, Linux administration, troubleshooting
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/CAHxR9GYgEzLyGgp5NrO9NJLRq9qt72bdEUSpUbPspHYinLLdhg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for EMS (Element Management Systems) CONSULTANT. Experience in a telecom (wireless, wireline, cable MSO) in Atlanta,GA

2016-09-06 Thread SALMA BHAT
Hi Partners,

Good Morning



Please share matching proile ASAP. connect at *naseer.ah...@nityo.com
*







Job Title:* IT - Senior Systems Engineer | Networking | Device and Element
Management/ EMS (Element Management Systems)*

  Work Location: Atlanta, GA 30328





Design and implement new features within the current Cox EMS platforms.



*Required skills:* Should have the following skillsets specific to EMS
(Element Management Systems) Platforms



•  Design and implement new features within the current *Cox EMS
platforms.*

•  Maintain existing functionality within the current Cox EMS platforms.

•  Analyze and document as-is *EMS architecture* and baseline
performance parameters.

•  3-5 years working with *EMS platform GUI user-interface.*

•  Work with QA team to help ensure a high quality product is tested
and delivered.

•  3-5 year experience working on and supporting carrier-grade *EMS/NMS
platforms.*

•  Solid Experience with *Unix Command Line Development.*

•  Strong troubleshooting, *diagnostics, and performance management*
skills required.

•  Experience working within *Solaris and Linux RHEL* infrastructures.

•  Experience working within *Oracle DB infrastructures & maintenance*.

•  Experience working on Alcatel-Lucent SAM 5620, ALU AMS 5520, Cisco
CPO, Cisco CPI WiFi, Calix CMS EMS Platforms (highly desired skillset).

•  Strong SNMP Data Collection knowledge.

•  Strong written and verbal communication skills.

•  Strong technical documentation skills.

•  Proactive problem solver with attention to detail.

•  Strong API Management skills.



*Additional Skills:* Responsible for gathering, documenting,
and ultimately getting approval for business requirements, functional and
nonfunctional requirements, and use cases.



*Required skills*: Deep telecommunications background and technical
knowledge, strong & effective communicator to both business and technical
audiences, and business analysis experience in a telecom (*wireless,
wireline, cable MSO)* role. Prior experience with a formalized SDLC and/or
Agile process. Able to translate complex business requirements into
technical solutions.



Recommended skills: Understanding of HFC networks and/or optical networks,
Project Management background. Experience in Service Assurance in the areas
of fault, problem, performance, and test management

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


[android-developers] Immediate Need - MS.Net Sitefinity Architect

2016-09-06 Thread Mohammad Imran
 

 

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

 

 

Job Title: MS.Net Sitefinity Architect

Skype interviews are fine.  

Location: Detroit, MI

Deadline: ASAP

 

MS.Net Sitefinity Architect (Long-Term Contract/Contract to Hire)

 

Minimum of 8 or more years of architecture and development experience in
.Net enterprise applications

At least one major Sitefinity implementation

Solid experience in C#, ASP.NET MVC/Web Forms/Web API/Themes/Controls/Master
Pages and ASCX Templates

Experience in ASP.NET Integration within Sitefinity

Design and Development of Sitefinity Pages, Widgets, Modules and Content

Expertise in Visual Studio (IDE), Web Services, Patterns/OO Design

Expertise in HTML, CSS, XML, Ajax, jQuery, JavaScript and Web Frameworks

 

 

 

 

Best Regards,

Mohammad Imran Uddin

Manager Talent Acquisition

IDC Technologies Inc.

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

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

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

URL- .   www.idctechnologies.com

CMM LEVEL 3 Company & ISO 9001-2008 Certified

 

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

 

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


[android-developers] Urgent hiring - System Architect with Embedded Linux and QNX exp @ Novi, MI (Direct Client)

2016-09-06 Thread nanda kishore
Hi,

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 *



*Title :  System Architect*

*Location : Novi, MI*

*Duration : 6+months*



• System Architect / Sr. developer level with Embedded Linux and
QNX experience. Android platform knowledge is plus

• If Automotive background present it’s a big plus IVIs domain in
general but below is + if present

o   HUD

o   Cluster

o   Telematics

• Understanding Android Services/Framework (Java and native parts)

• Has good experience in native C++ code between Java and C++
(means also JNI experience and NDK from Tools point of view)

• Has understanding Android HAL (Hardware abstraction Level)
interfaces and its implementation I Linux.

• Android / Linux BSPs knowledge is good to have

• Java ~20% and more C++ (~80%) split of languages landscape
knowledge



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-Q%3DQ_-ED0Y9AREb%2B9MMJoaM7Vtti52pcEWu%3DOhOLMJRVg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT POSITION Phone than Skype Interview:MIddleware Engineer|Reston VA

2016-09-06 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: MIddleware Engineer*

* INTERVIEW: Phone than Skype Interview*

*LOCATION: Reston VA*

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*

__

Qualification: Bachelor's Degree in Computer Science or relevant field.

Job Duties:

New Product(s) and version evaluation of Middleware and provide certified
baseline for Application environments.
Architect & provide Infrastructure solutions for Business Applications
including High Availability and Disaster Recovery.
Act as primary interface between Operations, Infrastructure, Engineering
and technical stakeholders.
Build environments as per application requirements.
Lead and assist team with Middleware upgrades and keep environments run
with supported versions.
Proficient in problem determination, troubleshooting, root cause analysis.
Identify and recommend process improvements from time-to-time.
Experience working with Vendor for Incident and Problem resolution.
Automate middleware tasks using Unix shell-scripting, python.
Document and Provide technical guidelines and best practices to Operations,
Integration and Development teams.

Required Skills:
•
* 8+ years of industry experience with Middleware products (Apache, Tomcat,
WebLogic Server, EAP-JBoss, Oracle SOA Suite, Appian BPM, WebsphereMQ) in
Linux/ Solaris/Windows platforms.  • 3+ years of Oracle SOA Suite
Administration experience. *
•
*Solid understanding of Middleware technology – Apache, WebLogic Server,
Oracle SOA, OSB  • Experience with WebLogic Cluster, Java Messaging (JMS),
SOA, and OSB High-Availability technology - real time trouble shooting of
Fail-Over and Standby issues. *
• Deep knowledge of industry-standard, enterprise-class best practices for
a large Middleware environment
• *Implementation experience of SSL, Keystores. *
• *Must have experience with WebLogic Server version 10.3.x, 12.x and
Oracle SOA, OSB 11.1.1.x. *
• SOA & OSB development, integration experience is definitely a plus.
• Good understanding of Databases - Oracle, MS SQL Server, DB2.
• Good understanding of IT Infrastructure and Monitoring tools (Spectrum,
Enterprise Manager, OpNet).
• Excellent communication and written skills.
• *Experience with Unix shell, Perl, WLST scripts to perform middleware
automation and maintenance tasks. *

Preferred Skills
- SOA Development experience writing BPELs
- OSB Integration experience
- Appian BPM Development experience developing process models
- Unix/Linux administration
- Java/J2EE development experience a plus
- *Strong knowledge of Disaster Recovery best practices and procedures *
- Automation tools like Bladelogic & Scripting using Puppet, Python etc.c. ,

-- 



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


[android-developers] IMMEDIATE HIRE Phone/Skype Interview:Quality assurance in Omaha, Nebraska!|$42/HR ON C2C.......

2016-09-06 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: Quality assurance*

* INTERVIEW: Phone/Skype Interview*

*LOCATION: Omaha, Nebraska*

*DURATION:6 MONTHS*

*START :ASAP*





*Job Overview:*



*Must have MTM experience.*

The right person for us will be team-oriented, a self-starter and have a
passion for automated testing and streamlining processes. Being familiar,
if not proficient, with Agile concepts is a huge benefit in this
position. The key responsibilities for this position are to drive
strategies for automated testing using in-house BCBSNE tools (C#, .NET,
Coded UI, MTM, SQL).

*What you'll do:*

   - Collaborate with your team and other business areas to build automated
   testing solutions as part of a collaborative, self-directed agile team.
   - Innovate and utilize new technologies and best practices to develop
   solutions at a high rate.
   - Become a valued member of an Agile, cross-functional team.

*To be considered you must have: *

   - Strong experience with automated testing practices, UI automation
   frameworks, tools and technologies (C#, .NET, Coded UI)
   - Experience working with relational database systems such as MSSQL and
   a good working knowledge of SQL.
   - An agile mindset – ability to collaborate and be transparent; open to
   feedback and like to have fun!

*The strongest candidate will also have:  *

   - Microsoft Test Manager
   - Visual Studio Team System
   - WCF Testing
   - ETL knowledge
   - Data Testing

Good to have WPF knowledge



-- 



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


[android-developers] RE: HOTLIST:::: USC - GC:::::Open to Relocate

2016-09-06 Thread Marketing Softsages
Hello Professionals,



Greeting from *SoftSages LLC*.



Hope you are doing great.


Please find the Updated Hotlist of* “Softsages Technologies Inc”*. If you
have any suitable C2C requirements for our consultants please let me know.


Send me your job requirements at  given marketers Email ID’s. Please add
below email id’s in your vendor list.



*Name*

*Location*

*Re-Location*

*Visa Status*

*Contact Details*

*Email Id*

*CCNP-CCNA JUNIPER Certified NETWORK ENGINEER AVAILABILITY—IMMEDIATE*

Deval

NJ

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Jay

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*g...@softsages.com *

Harsh

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Tejash

NJ

Yes

GC

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Nikhil

OK

Yes

H1b

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*pa...@softsages.com  *

Gurpreet

NJ

Yes

USC

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Valentina

NC

Yes

H1b

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

*prash...@softsages.com *

minithi

CA

Yes

H1B

Desk No: (484) 402 7869 Ext. 117 / Direct No: (484) 402 7869

*joh...@softsages.com *

Malla

IN

Yes

H1B

Desk - 484 402 7869 X 109 /Direct - (832) 941-3969

*pa...@softsages.com  *

Tushti

OK

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*  oli...@softsages.com *

*Certified Senior SAP consultant/HANA/BO/BW*

Ketki

NJ

Nearby States

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Fasi

PA

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *




*Thanks*

Prashant

Team Lead

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

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


[android-developers] Looking for Project Manager for Milwaukee, WI, FULL TIME

2016-09-06 Thread Sudhakar Reddy
Hi ,

Hope you are doing great,

My Self,  *Sudhakar* from *HCL Global Systems Inc*. We have a requirement
for Project Manager* for *Milwaukee, WI

Please review the Job description below and if you’d like to pursue this,
please include a word copy of your latest resume along with a daytime phone
number and rate in your response. You can also reach me at
248-473-0720*191,Drop the suitable profiles on *r...@hclglobal.com
*



*Sending visa copy will speed up process.*



*Title: Project Manager*

*Location: Milwaukee, WI*

*Duration: Fulltime*



 Strong in PM Skills.

Very good communication

The resource should have good knowledge of Project Management methodologies
and should have good experience in Microsoft Project, Office, etc.
Knowledge of JIRA is a plus.

Project Manager with both Application and Infrastructure project management
experience.



KEY RESPONSIBILITIES:

Identify, analyze and prepare risk mitigation tactics Identify and manage
anticipated resistance Acts as the Project Manager (PM) for assigned
projects Consults with Subject Matter Experts (SME) to document existing
process, research best practices and propose future process in the spirit
of continuous improvement.

Assists in defining business metrics to manage and improve processes.
Creates deliverables such as business process flows, business requirements,
test plans, test scripts, and project plans.

Ensure buy-in by key stakeholders of recommended solutions.

Highlights process changes and provides input on potential impact to the
organization and/or roles and participates in People Change Management
deliverables ?
Supports and enforces standards and methodologies around business process
development, project management and change management ? Provides business
user support ?

Facilitates business process improvements through discussion, facilitation,
process modeling, etc.

Coordinates activities with Business Process Development and Solution
Development teams

Delivers project scope (people, process, and technology) on time and on
budget ? Leverages standard project methodology

Defines resource requirements by project (type, amount, timing) SELECTION
CRITERIA Education

Bachelor's degree in Information Systems or related fields Experience

5 - 10 plus years of relevant Project Management experience in large,
complex application development projects

Experience in managing infrastructure and Application projects

Experience using a formal project management methodology

Experience working within the Project Management Office (PMO)

Experience in interacting with business customers at all levels of an
organization other

Project Manager Professional (PMP) certification preferred

Proficiency with Microsoft Project

Strong interpersonal and communication skills
Embraces a customer service mindset

Demonstrated ability to think critically and conceptually Consumer

 *Thanks and Regards . . . . *



*Sudhakar*,

Technical Recruiter,
HCL Global Systems, Inc
24543 Indoplex Circle,
Suite 220, Farminton. MI 48335

Direct:248-473-0720*191

Email Id: r...@hclglobal.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/CAGxT0BSBN-Cqa7NyXXe4YjtD5x9J2Dyam5Yi%3DYq7Q957_Dh8iA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sr. AngularJS UI Developer with Java/JEE - Wallingford, CT

2016-09-06 Thread Sekhar Reddy
Hi,

*Sekhar* here from *METASIS INFORMATION SYSTEMS,* one of our client has an
opening for *Sr. AngularJS UI Developer with Java/JEE *

Below is the job description, do let us know your interest.



*Title   : Sr. AngularJS UI Developer with Java/JEE *

*Location   : Wallingford, CT*

*Duration  : long-term *

*Interview: Skype/ Phone*

*Start  : Immediate*



*Sr. AngularJS UI Developer with Java/JEE *

·  *Angular JS 2.0 is a must have. *

·  Type Script knowledge and understanding is a must have.

·  Knowledge and experience in the Spring suite and projects is
preferred (Spring Boot and Spring Cloud).

·  Knowledge and understanding of working with cloud
virtualized environments is preferred.



*Thanks & Regards,*



*Sekhar*

*Email : sek...@metasisinfo.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/CAC%2BeU0sSCbu_FW%3DLjwtEoPRpzXGhfxyVYR9P7ZCJgSVCyPogow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] RE: HOTLIST:::: USC - GC:::::Open to Relocate

2016-09-06 Thread Marketing Softsages
Hello Professionals,



Greeting from *SoftSages LLC*.



Hope you are doing great.


Please find the Updated Hotlist of* “Softsages Technologies Inc”*. If you
have any suitable C2C requirements for our consultants please let me know.


Send me your job requirements at  given marketers Email ID’s. Please add
below email id’s in your vendor list.



*Name*

*Location*

*Re-Location*

*Visa Status*

*Contact Details*

*Email Id*

*CCNP-CCNA JUNIPER Certified NETWORK ENGINEER AVAILABILITY—IMMEDIATE*

Deval

NJ

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Jay

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*g...@softsages.com *

Harsh

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Tejash

NJ

Yes

GC

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Nikhil

OK

Yes

H1b

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*pa...@softsages.com  *

Gurpreet

NJ

Yes

USC

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Valentina

NC

Yes

H1b

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

*prash...@softsages.com *

minithi

CA

Yes

H1B

Desk No: (484) 402 7869 Ext. 117 / Direct No: (484) 402 7869

*joh...@softsages.com *

Malla

IN

Yes

H1B

Desk - 484 402 7869 X 109 /Direct - (832) 941-3969

*pa...@softsages.com  *

Tushti

OK

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*  oli...@softsages.com *

*Certified Senior SAP consultant/HANA/BO/BW*

Ketki

NJ

Nearby States

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Fasi

PA

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *




*Thanks*

Prashant

Team Lead

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

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


[android-developers] We are hiring Peoplesoft FSCM Analyst at Madison, WI

2016-09-06 Thread Varada chari
Hello,



Hope you are doing well.



Please find the below requirement and if you are comfortable to apply share
your updated resume to ch...@prospectinfosys.com



*Job Title: Peoplesoft FSCM Analyst*

*Location: Madison, WI*

*Duration:4  Months*

*Client: State of WI*





*Description*

Project Scope:
PeopleSoft Financials (SFS) is the University of Wisconsin System’s
Financial system using Oracle's PeopleSoft Financials and Supply Chain
Management software 9.1 using PeopleTools 8.53 on Oracle 11.2. The goal is
to provide the University of Wisconsin System Administration (UWSA) with
the knowledge and expertise to implement Cash Management.

This position is for a PeopleSoft Developer to get UWSA implemented on
PeopleSoft Cash Management using UWSA’s policies and procedures around cash
management.

Requirement: Must be able to travel to the University of Wisconsin-Madison.



Candidate must be an expert in understanding the functional and technical
capabilities of the PeopleSoft Cash Management. The primary responsibility
for this engagement is identifying how the University of Wisconsin-Systems’
business processes and procedures around cash management will work within
delivered PeopleSoft Cash Management V9.1. Our institution currently uses
many of the PeopleSoft Financials modules including Grants, AP/PO and
General Ledger modules, therefore this engagement will require knowledge of
the interfaces between these modules as well as others within PeopleSoft
Financials and Supply Chain V9.1. Will provide options of how to fit these
processes and integrations into PeopleSoft Cash Management with little to
no customizations if possible. These options will become the foundation for
the implementation of PeopleSoft Cash Management for UW-System
Administration.

Qualification

Rating

Must Have

General Competencies

English Communication Skills *

3 Yrs.

Peoplesoft

Experience in business analysis to gather technical and functional
requirements *

3 Yrs.

In depth knowledge of PeopleSoft 9.1 Financials functionality *

3 Yrs.

In depth knowledge of the Oracle/PeopleSoft Financials Cash Management. *

4 Yrs.

PeopleSoft – Application, Batch & PeopleTools Security for
Financials/Supply Chain Modules *

4 Yrs.

PeopleSoft Integration and migration of data from 3rd party systems and
Integration Broker *

4 Yrs.

PeopleSoft PeopleTools 8.53 *

3 Yrs.

PeopleSoft Technical Architecture Design. *

4 Yrs.

Engagement End Date

12/16/2016





*First Name:*



*Middle Name:*



*Last Name:*



*Email Id:*



*Location*



*Contact Number:*



*Skype Id:*



*Visa Status*



*Education Details(With University, Group and Year of Pass)*



*Total Experience*



*US Experience*



*Currently on Project*



*Reason for Change*



*Pay Rate on W2/1099/ C2C*



*REFERENCE*



*Client:*

*Name:*

*Role:*

*Contact Number:*



*Email Id:*







Regards & Thanks

Chari

Prospect Infosys Inc.

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


[android-developers] Start in Next Week: Sr .Net Developer in VA/CA

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

Sr .Net Developer
VA/CA
Long term contract

*Need GC or Citizen Only*
*Must Have Skills: *Facets, C#, VB, ASP.Net 1.0/2.0/3.5/4.0, Web services,
WCF, Java Script, SQL Server 2005/2008/2012

This is true Facets position – client is looking strong technical profiles
They DO NOT want profiles of candidates that have worked around and/or are
familiar with Facets – they are looking for profiles with hands on working
knowledge of Facets, understanding Facets from the requirement gathering
stage.

Job Roles/Responsibilities
Candidate should have good working experience on Web services/WCF
Implementation and SQL Server development (Table
creation/Procedure/Jobs/Functions/EDMX File).
Able to design and implement on Facets Web Services projects with little or
no help.
Should have client facing experience; and good communication/interpersonal
skills

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


[android-developers] Google now - remind you of the bill.

2016-09-06 Thread Daniel Maszewski
Hi.
I send bills to mail my clients (to gmail).
How to format a message to google now remind you of the bill?

I found examples but they apply to hotel reservations, events, etc.
I have not found an example, reminders of the bill.

Reminder must include: company name, price and date of payment.

Thanks

Example google now card:



-- 
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/f3fa24ad-6399-4b8d-9870-0111313d0173%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Video list and video display on the same screen.

2016-09-06 Thread sumanth g
Hi, 
I would like to create a android applications, which displays list of the 
videos on the one side of the screen. And the reaming side should display 
the video. which i will click from the video list.
After completion of the first video, the next video of the list must be 
played until the end of the list.


-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/f787ea75-e6cb-4b4e-bde8-96a49d44da8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] RE: HOTLIST:::: USC - GC:::::Open to Relocate

2016-09-06 Thread Marketing Softsages
Hello Professionals,



Greeting from *SoftSages LLC*.



Hope you are doing great.


Please find the Updated Hotlist of* “Softsages Technologies Inc”*. If you
have any suitable C2C requirements for our consultants please let me know.


Send me your job requirements at  given marketers Email ID’s. Please add
below email id’s in your vendor list.



*Name*

*Location*

*Re-Location*

*Visa Status*

*Contact Details*

*Email Id*

*CCNP-CCNA JUNIPER Certified NETWORK ENGINEER AVAILABILITY—IMMEDIATE*

Deval

NJ

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Jay

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*g...@softsages.com *

Harsh

NY

Yes

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Tejash

NJ

Yes

GC

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Nikhil

OK

Yes

H1b

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*pa...@softsages.com  *

Gurpreet

NJ

Yes

USC

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *

Valentina

NC

Yes

H1b

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

*prash...@softsages.com *

minithi

CA

Yes

H1B

Desk No: (484) 402 7869 Ext. 117 / Direct No: (484) 402 7869

*joh...@softsages.com *

Malla

IN

Yes

H1B

Desk - 484 402 7869 X 109 /Direct - (832) 941-3969

*pa...@softsages.com  *

Tushti

OK

Yes

H1B

Desk No: (484) 402 7869 Ext. 105 / Direct No: (646) 941-5098

*  oli...@softsages.com *

*Certified Senior SAP consultant/HANA/BO/BW*

Ketki

NJ

Nearby States

H1B

Desk No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628

*  oli...@softsages.com *

Fasi

PA

Yes

H1B

Desk No: (484) 402 7869 Ext. 102 / Direct No: (213) 298 3629

*g...@softsages.com *




*Thanks*

Prashant

Team Lead

Desk No: (484) 402 7869 Ext. 103 / Direct No: (213) 298 3627

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


[android-developers] Sr. Java/JEE Developer with ElasticSearch - Wallingford, CT

2016-09-06 Thread Sekhar Reddy
Hi,

*Sekhar* here from *METASIS INFORMATION SYSTEMS,* one of our client has an
opening for *Sr. Java/JEE Developer with ElasticSearch*

Below is the job description, do let us know your interest.



*Title   : Sr. Java/JEE Developer with ElasticSearch*

*Location   : Wallingford, CT*

*Duration  : long-term *

*Interview: Skype/ Phone*

*Start  : Immediate*



*Sr. Java/JEE Developer with ElasticSearch*

· Knowledge of Elasticsearch at an expert level is a must have.
Should be able to setup, configure, optimize Elasticsearch instances.

· Experience with Spring suite of products (Spring Core, Spring
Boot and Spring Cloud) is a must have.

· Must understand the role of Elasticsearch in application
architecture.

· Should have worked in a virtualized cloud environment - must have.

· Knowledge of Elasticsearch APIs is preferred.

· Knowledge of Logstash and Kibana is good to have.

· Knowledge of Netflix OSS is preferred.





*Thanks & Regards,*



*Sekhar*

*Email : sek...@metasisinfo.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/CAC%2BeU0scMfmLdvJsnTMrd%3DJO5NHwGT6-i0UnXtfYZLHn7OaXLw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.