[android-developers] Problems with getBestDateTimePattern and getting days of the week.

2016-09-08 Thread Alfredo Eduardo Valdés Matta
Hi team,
  I would like to get the day of the week in different locales but the 
getBestDateTimePattern only  show the day of the week in English,  do I 
have something missing in the configuration?

public class MainActivity extends ActionBarActivity {


private GregorianCalendar mDeadlineCalendar = new GregorianCalendar();


private SimpleDateFormat getSimpleDateFormat(){
//String pattern = getBestDateTimePattern(Locale.getDefault(), "MMyd"); 
//short
//String pattern = getBestDateTimePattern(Locale.getDefault(), 
"MMMyd"); //med
//String pattern = getBestDateTimePattern(Locale.getDefault(), 
"d"); //Long
//String pattern = getBestDateTimePattern(Locale.getDefault(), 
"dyhma"); //other
//String pattern = getBestDateTimePattern(Locale.getDefault(), 
"d"); //other

String MyLocaleLanguage = "ZH";
String MyLocaleCountry ="TW";

String pattern = getBestDateTimePattern(new Locale(MyLocaleLanguage, 
MyLocaleCountry), "Edyhma");


//System.out.println(Locale.getDefault());
System.out.println(new Locale(MyLocaleLanguage, MyLocaleCountry));

return new SimpleDateFormat(pattern);
}

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
Date date = mDeadlineCalendar.getTime();
SimpleDateFormat formatDay = getSimpleDateFormat();
String dateStr = formatDay.format(date);

Log.d("cmm", dateStr);
System.out.println(dateStr);
}


my output is 

09-09 14:36:05.088 5480-5480/com.example.alfredovaldes.myapplication 
I/System.out: zh_TW
09-09 14:36:05.088 5480-5480/com.example.alfredovaldes.myapplication D/cmm: 
2016年9月9日 Fri PM2:36 [GMT+08:00]
09-09 14:36:05.088 5480-5480/com.example.alfredovaldes.myapplication 
I/System.out: 2016年9月9日 Fri PM2:36 [GMT+08:00]


As you can see Fri appears and not the Chinese as seen in the CLDR.

I hope you can help this newbie.


Alfredo

-- 
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/9bae07cd-016a-494b-a7ce-c38e79ff572f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Supply chain management training at the most affordable costs.

2016-09-08 Thread LearningSlot Online IT Training


*Supply chain management online training  
*has 
become one of the most recent trends. It includes all the logistic and 
other allied technicalities that deal with a process of production. 
Learning slot introduces online training in supply chain management, that 
would provide you with both Basic and advanced training. At the modest fees 
get the best training from industries skilled trainers.

 

-- 
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/f3601225-780d-4cba-a14b-d6658df30005%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Loading a local mp4 video from an html link on Android Samsung tablet

2016-09-08 Thread Bob Achgill


I have a html file on my Samsung android tablet that has a link like this:


Click to play local 
0001_a1.mp4


When I click it I wanted it to open the video file that is in the sub 
directory /video beneath but only the link background changes like the link 
is being pressed but no video plays. If I remove the video file and press 
the link I get an error that it can't find the file. So I know that 
something is trying to happen. I have also tried


Click to play local 0001_a1.mp4


With the same results. Both work fine when on a Windows PC.

How can I load local videos using an html link on Android?


A guy on Stack Overflow 

 
suggested...


In mobile browsers you must call window.open inside onClick instead of set 
href attribute:



Click to play local 0001_a1.mp4



But that only results in refreshing the same page to the top of the page... not 
showing the video in a new window.  Surely this is not a new thing that I am 
trying to do.  Any suggestions??

My first thought was to bypass the built in HTMLViewer and install the Chrome 
browser to open the file.  But I could not find a way to change settings so 
html files get opened by Chrome instead of HTMLViewer.

Thanks!

Bob

-- 
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/a6e6d134-4142-4b8b-afa9-dfc9fead5e2f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Api pago/cobro android

2016-09-08 Thread José Evaristo Cepeda Barrera
Estimada gente de google 

Hay alguna api de android para: 
1) realizar cargos a una tarjeta debito/credito y abonarlo a una cuenta 
bancaria/tarjeta x, 
2) que previamente registró un usuario con alguna api google, 
Todo lo anterior para el pais México ? 

Por favor esta información es muy importante para futuros desarrollos, la 
esperare con mucha paciencia. 

Atentamente: 
evaristocra...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a6a136d3-c743-44f4-8f2f-6383a38c7577%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:.NET Developer in Tampa, FL!

2016-09-08 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: .NET Developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Tampa, FL*

*DURATION:5 MONTHS+*

*START :ASAP*





*Job Overview:*



*Local to Tampa only!*





*Required Skills: *

Minimum Requirements:
• Bachelor degree or equivalent experience to substitute for degree.
• Minimum 5 years in a web development role.
• Minimum 10 years .Net experience a must.
• Versed in web services using C#, ASP.Net, Web API and WCF.
• HTML, JavaScript and CSS experience required.
• Developing high-volume web applications is a must.
• Strong prioritization and interpersonal skills to balance multiple
demands.
• Experience in the following also a plus: Cross-browser compatibility, Web
User Interface Design (UI), Security Principles, Object-Oriented Design,
Multimedia Content Development

*Desired Skills:*

· WordPress experience is desired.

*Description of Role/Responsibilities:*

· The .Net Developer at Walter is responsible for designing,
developing, testing and maintaining applications based on defined business
and technical requirements.

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

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

· Create and document technical designs to achieve project
requirements.

· Complete development/programming as described in design
specifications.

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

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

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

· Provide end-user support for assigned applications (includes some
on-call support during non-business hours.)

· Modify, enhance and maintain applications as required. Maintain
the integrity of applications.

· Investigate and resolve system problems in a timely manner.

· Update system documentation as needed. Develop strong
relationships with partners and end-users that allow work to move forward
with a common understanding.

· Bachelors degree followed by 3-5 years of progressive experience
Solid understanding of the Microsoft .Net platform with recent development
experience C#.

· Recent solid Oracle development skills  L/SQL.

· Strong middle to back-end development experience.

· Strong SQL skills preferably with DB2, SQL, or Oracle experience.

· Strong background in object oriented development techniques.

· Experience deploying and configuring enterprise applications.

· Experience in configuring automated builds.

· Strong prioritization and interpersonal skills to balance
multiple demands.

· Financial Services industry experience a plus


-- 



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

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

Reipen Avenue # 255 Jersey City, NJ 07306 |

n...@apetan.com | www.apetan.com  |

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


[android-developers] Excellent Contract opportunity for Documentum Lead in Cypress, CA

2016-09-08 Thread Avanish chaurasia
Hi,


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


Top 3-5 skills & min. year experience required for each:
* Technical experience designing and delivering enterprise content
management applications with the Documentum suite of products - 8+ years
* Experience working with Documentum D2 - based solutions

Optional Skills:
* Experience with energy and utilities projects preferred but not required

Qualification Requirements:
* A BS in Computer Science or related fields


Naveen Kumar
Sr. Technical Recruiter
RadiumSpark Inc.
Email: h...@radiumspark.com
Web: http://www.radiumspark.com
Direct: 972-798-4725
Work: +1 (844)-RA-SPARK | +1-844-727-7275

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

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


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

2016-09-08 Thread satish kumar
Hello,



Hope you are doing great!



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



*Role: Project Manager*

*Location: San Jose, CA*

*Duration: Long Term*





Experience (Years)  8+



Mandatory Technical Skills

Hands on project management experience in handling large cross functional
project

Should have experience as Scrum Master

Experience in eCommerce and Online Business

Very good communication skills with onshore/offshore coordination



Desirable Functional Skills

Experience in Agile/Scrum project management Experience in interaction with
Business and Cross functional teams







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


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

2016-09-08 Thread Marketing Softsages
*Good Afternoon Professionals!*


* Hope you are doing well today, please find the Hotlist of SoftSages
Technology!!*

*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 *



*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. 105 / Direct No: (646) 941-5098*

*g...@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. 117 / Direct No: (484) 402 7869*

*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 No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628*

*  oli...@softsages.com *



*Giridhar*

*NJ*

*Yes*

*H1B*

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

*  oli...@softsages.com *



*Avinash*

*MO*

*Yes*

*H1B*

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

*joh...@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 *






*Regards*
*Prashant - Marketing Team Lead*
* 484 402 7869 *

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


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

2016-09-08 Thread Marketing Softsages
*Good Afternoon Professionals!*


* Hope you are doing well today, please find the Hotlist of SoftSages
Technology!!*

*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 *



*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. 105 / Direct No: (646) 941-5098*

*g...@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. 117 / Direct No: (484) 402 7869*

*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 No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628*

*  oli...@softsages.com *



*Giridhar*

*NJ*

*Yes*

*H1B*

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

*  oli...@softsages.com *



*Avinash*

*MO*

*Yes*

*H1B*

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

*joh...@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 *






*Regards*
*Prashant - Marketing Team Lead*
* 484 402 7869 *

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


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

2016-09-08 Thread Marketing Softsages
*Good Afternoon Professionals!*


* Hope you are doing well today, please find the Hotlist of SoftSages
Technology!!*

*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 *



*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. 105 / Direct No: (646) 941-5098*

*g...@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. 117 / Direct No: (484) 402 7869*

*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 No: (484) 402 7869 Ext. 121 / Direct No: (213) 298 3628*

*  oli...@softsages.com *



*Giridhar*

*NJ*

*Yes*

*H1B*

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

*  oli...@softsages.com *



*Avinash*

*MO*

*Yes*

*H1B*

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

*joh...@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 *






*Regards*
*Prashant - Marketing Team Lead*
* 484 402 7869 *

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


[android-developers] NEED::Database Administrator - Gaurdium Specialist, Cumberland, RI

2016-09-08 Thread aman tanwar
share resume on* ama...@nityo.com *




* Positions: Database Administrator – Gaurdium Specialist Location:
Cumberland, RI/REMOTE Duration: 8+ months*

*Summary:*
Looking for someone with a background as a DBA but the role is essentially
data security with rich experience in IBM Gaurdium tool. Tasks include
Build and configure Guardium V9/10 VM/Physical appliances, Integrate MS
SQL/Oracle DB including but not limited to GIM, STAP installations on DB
Servers, Guardium patching and upgrades.Essentially we are looking for
someone with experience in the IBM Gaurdium toolset.

*Skills:*
Oracle and SQL DBA, Gaurdium Scan Tool DB Skills, Performance Tuning,
Client Interaction and good communication skills.
Background in data architecture/DBA required – knowledge and skill in
structured data and database technologies
Ability to configure and run scanning using Guardium (tool) to scan
structured (Oracle, MS SQL) data stores to identify data stored at rest in
violation of Customer handling standards
Coordinate with Corp and security DBA’s to get scanning setup and running
Run scans against databases, ensuring tool/scan doesn’t impact Business As
Usual functions
Provide weekly status of scans and identify any issues that prevent us from
meeting project obligations to scan and triage information
IBM Gaurdium: 7 years






*Thanks & Regards Aman Tanwar Technical Recruiter *

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


[android-developers] Immediate Need - Front end developer

2016-09-08 Thread Mohammad Imran
 

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

 

 

Front end developer- 3 positions open - mid-level
Location- Whippany, NJ
Contract: C2C/W2
Candidates can be H1, GCH, EAD and USC- locals preferred but open to general
area
Technical phone interview then in person interview- no skypes and candidate
must be able to go in for an in person on 2-3 days of notice
 
looking for modern front end web application developers who are familiar
with Node, HTML5, Angular JS. He said that knowing Java is not necessary. In
terms of experience he said he actually prefers people outside the financial
services industry. They need people who are self-starters and go with the
flow. The team will need to be in the office as the norm - he said that he
tries to work from home once a week and suspects that's fine once the
project gets going.

 

 

 

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/57d1c127.8f17240a.65d0f.0319SMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:SAP ABAP upgrade developer in Boston|MA

2016-09-08 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: SAP ABAP upgrade developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Boston|MA*

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*





*Start: 2 weeks from offer*





*Responsibilities:*



   - Provide applications development and enhancement functions, including
   analysis, design, coding, testing, and object transports using SAP’s ABAP
   Development Workbench.
   - Design and implement technical solutions for conversions, interfaces,
   enhancements, reports, forms and work-flows using call transactions, user
   exits, bolt-ons, standard data transfer, dialog programming, SAP Script,
   etc.
   - Work with SAP functional analysts and Operations business analysts to
   formalize specifications for custom development.
   - Develop custom solutions using customized transactions and the
   enhancement framework including user exits to provide additional
   functionality not available within standard SAP.
   - Provide production support for SAP sub-processes/sub-modules
   supporting corporate clients, including routine systems operation support;
   diagnose and fix system problems; monitor and maintain batch processes;
   maintain production and test environments
   - Document and perform unit, string, integration, and regression testing
   in support of new implementations and releases.
   - Review and Test System Upgrades
   - Keep manager or team lead informed of significant cross-team,
   cross-functional issues and/or significant technical challenges as
   appropriate. Proactively work to solve these issues while including the key
   functional and/or business stakeholders
   - Provide assistance to out off-site team as needed.
   - Advanced skills with data analysis and problem solving
   - Advanced skills and knowledge of technical documentation
   - Strong analytical abilities, communication and interpersonal skills
   - Strong time management skills, ability to multi-task and work in a
   team environment
   - Excellent verbal and written communication skills with a strong focus
   on customer facing interaction, customer service, and presentation
   - Self-starter with leadership qualities who can work independently and
   in teams on tasks and projects with limited supervision
   - Ability to provide quality business solutions within compressed
   time-lines and delivery dates
   - Previous experience with at least 1 (one) full upgrade project,
   ideally from ECC 6.0 to ECC 7 or 8

*Requirements:*

   - Solid understanding of ERP applications
   - Ability to analyze the data and data structures
   - 5 or more years of experience or the equivalent combination of
   education and experience specific to ABAP programing.
   - Experience in SAP ECC 6.0 and upgrade to ECC7 or 8
   - Experience in BI or BW strongly desired
   - Experience in Solution Manager a plus

Required education:

   - Bachelor's

Required experience:

   - ABAP Programming: 5 years
   - SAP ECC 6.0: 1-2 years


-- 



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


[android-developers] Oracle OFSAA Developer :: West Chester, PA :: Telephonic, Skype

2016-09-08 Thread Soumya Sp
*Oracle OFSAA Developer*



*West Chester, PA*

*Duration: 6 Month’s*

*Interview Mode: Telephonic, Skype*



*Rate: $ 60*

*H1 B, EAD, GC, USC*



Our client in West Chester, PA is looking for a contract Oracle OFSAA
Developer.

The OFSSA developer will be part of a development team implementing the
OFSAA solution used for their transformation project where they are looking
to modernize their Risk Actuarial systems.

*Must have (Technical):*

• Configuration of the OFSAA solution

• Understand business requirements and implement technical
solutions within OFSAA in an efficient manner

• Research and solve the data-related issues within the
environment

• Advise other people engaged in the project on OFSAA
configuration details

• Experience in leading and developing data warehousing
applications / costing applications in the financial and banking domains

• Expert in the Oracle Financial Services Analytical
Application toolset

• Recommend enhancements to the Oracle Database and tools based
on your implementation experience

• Experienced in all phases of the Software Development Life
Cycle (SDLC)

• Knowledge of Oracle 11g, SQL, PL SQL, Data Architecture, Unix
Shell Scripting, Advanced Performance Tuning

• Experienced with OFSAA Data Foundation and GL Reconciliation
Modules

• Experience with Unified Metadata Manager

o Import Model

o Data Management Tools: like T2Ts, File Extracts, Data Quality
Framework

o Data Entry Forms and Queries; Excel uploads; Atomic Schema
Uploads

o Business Metadata Management

o Metadata Archive/Restore

• Rules Framework; Configure Business rules in OFSAA

• Metadata Browser

• Should have worked on sourcing data from multiple source
systems using ODI/ Informatica/ OWB or other major ETL/ ELT tools

• Exposure to DIH would be good to have

*Must have (Operational):*

• Production support of OFSAA, this includes batch runs and
development requests to fix defects as required

• Designs technology solutions by modeling requirements and
applying standard application methodology best practices

• Thorough understanding of key business processes and ability
to communicate and translate those needs into technical solutions

• Work closely with internal and external clients, technical
resources, and executives (Application Managers, Business Analysts, System
Analysts and Development / Quality teams)

• Evaluate risks and solutions before taking action, so that
action plans are timely, realistic, and positive

• Promote a collaborative team environment that fosters
creativity, innovation, and high performance

• Responsible for meeting company’s customer advocacy &
satisfaction objectives

*Who is our ideal candidate? *

• 3-5+ years of hands-on experience with OFSAA modules

• 3+ years of expertise in developing forms with the help of
OFSAA forms framework

• 6+ years of experience writing and debugging complex SQL
queries and Stored Procedures in Oracle database

• 6+ years of experience working in the financial industry

• Excellent understanding of BFSI - Banking and Insurance
domains

• Experience in Metadata Browser, Rules Framework, Data
Management Tools

• Expertise in configuring Business rules in OFSAA Modules

• Expertise in building T2T (Table to Table) transformations in
OFSAA

• In-depth understanding of Dimensions, Hierarchies, and
Attributes as it applies to OFSAA profitability modules

• In-depth understanding of Data Warehousing concepts and
dimensional modeling

• Strong analytical and troubleshooting skills





*Best Regards,*



*Som Ranjan*

*Puresoft, Inc*

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


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

-- 
You received this message because you are subscribed to the Google Groups 
"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/CAHUJvG4C1nfhtrUicmCU%2BunBGGAwXzR4DkHxDF20K66LmS9pKw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hadoop Admin

2016-09-08 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:* *Hadoop Admin*

*Location: **Foster city, CA*

*Work Duration:** 6+ Month*

*Years of Experience: **8+*

*Note: We need Photo id and visa copy.*


*  Job Description:-*

The candidate should demonstrate expertise in the following areas:
- Should have 7+ years of IT experience with Bachelor’s degree or foreign
equivalent required.
- Minimum 2 years in Hadoop Administration in Cloudera and 1 year as Hadoop
MapReduce, PIG, HIVE, SQOOP, HBase, SPARK, Scala, Impala.
- At least 1 year in monitoring tools like Nagios, Ganglia, Chef, Puppet
and others.
- Should have experience with Cloudera Manager (OR) Ambari (OR) Pivotal
Command Line Centre.
- Should have experience in trouble shooting, user support
- Must have patching and upgrade experience
- Require experience with Capacity Planning & Performance Tuning on Large
Scale Data Hadoop Environment.
- Should have experience with Hadoop Cluster Security implementation such
as Kerberos, Knox & Sentry.
- Require experience with Cluster Design, Configuration, Installation,
Patching, Upgrading and support on High Availability.
- Should have experience in Monitoring Hadoop cluster connectivity and
security
- Should have experience in HDFS support and maintenance.



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


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

2016-09-08 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/CAN52aWid6edS5StSAKToE3Edp4m7W9KTnwOETZnDObVS%2B0pBGg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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


[android-developers] Urgent Need--Software Engineer in Testing (SET) - Java w/ Mobile(9+ Profile only with local )

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



*Software Engineer in Testing (SET) - Java w/ Mobile*

*Wilmington,DE*

*Contracting Long term*



JD-

• The candidate should have very good development experience in Java/
Android/ iOS
• He should be able to write Automation scripts for the desktop/ mobile
development
• The candidate should have worked extensively in Continuous integration/
Continuous Deployment tools.
• A strong Mobile developer with Java background, who is willing to do
automation can also be considered, provided he should have good exposure
with Test Driven Development and Continuous integration tools

-- 
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/CAEmgVe2f2Ch%3Do1SnzhZ-1FymzqbpVQOpHsZ-8wDvuUBvveoK3A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Urgent--Dev Ops Engineer with java(9+ Profile with local )

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


*Java Developer w/ Dev Ops*

*Wilmington,DE*

*Contracting*

JD-

• Ideally we need a DevOps person who is onto Java development also
• He should be very strong in Linux with bash. Shell, Python scripting
• He should be very familiar with the enterprise level application
deployment
• Working with Jenkins (including plugins) or other build automation tools;
one or more of the following: GIT, GitHub, SVN; automation & scripting
using Chef, Puppet, Jenkins, Bash, CFEngine, etc on Linux/*nix
• Work with developers and release management to design and implement CI/CD
delivery pipelines.

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


[android-developers] New Position - SAP HANA Consultant/ Saint Paul - MN

2016-09-08 Thread Rizwan Dawood
*SAP HANA Consultant *

*Saint Paul - MN *

*Long Term Contract*



*Description:   *

· Candidate must have very strong enterprise /Native HANA
background with core modeling expertise.

· Candidate should have extensive hand on writing enterprise
/Native HANA code

· Candidate must have very strong experience in optimizing
enterprise /Native HANA code

· Candidate must have very strong expertise for enterprise /Native
HANA view creation

· Should have strong SAP background

· Very good communication skill

· Good SAP functional knowledge required

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


[android-developers] Very Urgent position of Primavera Administrator in City of New York, NY

2016-09-08 Thread Ali Baig
 Hi,

My name is Ali working with BISP. BISP Solutions is an IT Consulting,
Staffing and Solutions provider company headquartered at Doral Florida with
over 14 years of track record of providing excellent services to our
precious clients.

*If this role is not a fit I have a tons of alternate roles across USA.
Shoot over some details on what you are specifically looking for (type of
role, skill-set, compensation preference, location preference) and I'll try
to make a match based on this.*

Kindly find the requirement below and provide few basic details mentioned
below for your submission.

*Title : Primavera Administrator*
*Location : City of New York, NY*
*Duration : Long term*
*No. of positions : 2*

Required Experience/Knowledge/Skill – Must Haves:

   - 5 years of experience Implementing, Configuring Primavera P6
   - 5 years Implementing and configuring Oracle Relational Databases
   Management Systems RDBMS
   - 5 years Implementing and configuring Primavera Unifier
   - 5 Installing Client Modules and additional components
   - Oracle Certified

*Please reply with below details:*
Updated Resume in word format:
Availability to join this project:
Current Location:
Willing to relocate:
Expected Rates:
Best time to call & contact number:
Work Status(Citizen / Green Card/EAD/TN):


With Warm Regards,

ALi Afsar

BISP Solutions, Inc. | 5640 NW 115th Court Suite 207 Doral, FL 33178|

Web: http://www.bispsolutions.com/

Phone: 786-629-6893 | 321-363-8233 | e Mail: a...@bispsolutions.com |

USA   |   CANADA   |   UK   |   SINGAPORE   |   MEXICO   |   CARIBBEAN
|   UAE  |   INDIA

This is not an unsolicited mail. If you are not interested in receiving our
e-mails then please reply with subject line Remove

-- 
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/CANOhGEPcGsqk23_JVqc_%3DjNoq-yR_PR-WGbPEv85YM-caFte0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Very Urgent position of Primavera Administrator in City of New York, NY

2016-09-08 Thread Ali Baig
 Hi,

My name is Ali working with BISP. BISP Solutions is an IT Consulting,
Staffing and Solutions provider company headquartered at Doral Florida with
over 14 years of track record of providing excellent services to our
precious clients.

*If this role is not a fit I have a tons of alternate roles across USA.
Shoot over some details on what you are specifically looking for (type of
role, skill-set, compensation preference, location preference) and I'll try
to make a match based on this.*

Kindly find the requirement below and provide few basic details mentioned
below for your submission.

*Title : Primavera Administrator*
*Location : City of New York, NY*
*Duration : Long term*
*No. of positions : 2*

Required Experience/Knowledge/Skill – Must Haves:

   - 5 years of experience Implementing, Configuring Primavera P6
   - 5 years Implementing and configuring Oracle Relational Databases
   Management Systems RDBMS
   - 5 years Implementing and configuring Primavera Unifier
   - 5 Installing Client Modules and additional components
   - Oracle Certified

*Please reply with below details:*
Updated Resume in word format:
Availability to join this project:
Current Location:
Willing to relocate:
Expected Rates:
Best time to call & contact number:
Work Status(Citizen / Green Card/EAD/TN):


With Warm Regards,

ALi Afsar

BISP Solutions, Inc. | 5640 NW 115th Court Suite 207 Doral, FL 33178|

Web: http://www.bispsolutions.com/

Phone: 786-629-6893 | 321-363-8233 | e Mail: a...@bispsolutions.com |

USA   |   CANADA   |   UK   |   SINGAPORE   |   MEXICO   |   CARIBBEAN
|   UAE  |   INDIA

This is not an unsolicited mail. If you are not interested in receiving our
e-mails then please reply with subject line Remove

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


[android-developers] Why is Android not developer friendly?

2016-09-08 Thread Varun Goyal
I have one question "Why is Android NOT developer friendly?"
say a simple example... Auto fill for the onScrollChange method gives me a 
crappy:-

scrollView.setOnScrollChangeListener(new View.OnScrollChangeListener() {
@Override
public void onScrollChange(View view, int i, int i1, int i2, int i3) {

}
});



Tell me how am i to understand i, i1, i2, and i3 means...
onScrollChange 
(View 
 v, int 
scrollX, int scrollY, int oldScrollX, int oldScrollY)

If i had to look at dev docs to understand that simple detail why even 
develop the feature of auto-complete or Android Studio for that matter?

- Varun





-- 
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/ef5aa2e4-46f1-45d1-989b-3d4c2eba13b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Webview issue

2016-09-08 Thread rakesh babu
Hi all,


I,Rakesh babu app developer

I am developing Video based website app.For this I m using webview class.

.I am facing with one error msg while chking my app thru emulator n samsung 
smart phone. too

so pls give some suggestions to resolve this issue

*"net::ERR_CACHE_MISS " *

*For ur reference I  m sharing my code as follows*


activity.java file 



import android.content.Context;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.webkit.JavascriptInterface;
import android.webkit.WebSettings;
import android.webkit.WebView;
import android.webkit.WebViewClient;
import android.widget.Toast;

public class MainActivity extends AppCompatActivity {
private WebView mywebview;

protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
mywebview = (WebView)findViewById(R.id.webView);
WebSettings webSettings = mywebview.getSettings();
webSettings.setJavaScriptEnabled(true);
mywebview.loadUrl("http://bbsinfobiz.com";);
mywebview.setWebViewClient(new WebViewClient());
}

public void onBackPressed() {
if(mywebview.canGoBack())
{
mywebview.goBack();
}
else {
super.onBackPressed();
}
}

public class WebAppInterface {
Context mContext;

/** Instantiate the interface and set the context */
WebAppInterface(Context c) {
mContext = c;
}

/** Show a toast from the web page */
@JavascriptInterface
public void showToast(String toast) {
Toast.makeText(mContext, toast, Toast.LENGTH_SHORT).show();
}
}

}

*--*

*manifest file*


http://schemas.android.com/apk/res/android";
package="com.twmind.www.bbsinfobiz">

















-- 
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/edce88ec-048f-4833-8905-3a3216b5d4dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Please Add me to your Distribution list

2016-09-08 Thread kevin M
Hi Partners,

Please add my id ke...@mysapgroup.com to your distribution list and keep 
sending your direct client requirements on daily basis..

Thanks
Kevin

-- 
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/42fcd75b-0e75-42d1-8445-43ee7d76818b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] New Position - Hadoop Architect/ Hartford, CT

2016-09-08 Thread Rizwan Dawood
*Hadoop Architect *

*Hartford, CT *

*Long Term Contract*



*Description: *

· Minimum 9+ years of IT experience development with regard to Big
Data Platform in must.

· Candidate should have thorough understanding of Hadoop Big Data
platform.

· Experience in working with Hadoop data ingestion (Flume, Kafka,
etc.) and some experience with Hive SQL, Query drill, etc.

· Candidate having experience in Insurance industry and XML is
advantage.

· Responsible for testing/verifying Metadata repository publish it
for general usage.

· Delivery of Technical Design Document & Publishing Metadata
Repository in Development phase.

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


[android-developers] New Position - Webfocus Developer/ Salisbury - NC

2016-09-08 Thread Rizwan Dawood
*Webfocus Developer*

*Salisbury - NC *

*Long Term Contract*



*Description:*

· Strong Web focus development resource.

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


[android-developers] Position: Project Manager,Dallas,TX

2016-09-08 Thread Bala A
Hi,

Please check below position and send resumes at *b...@involgix.com
* .

Position: Project Manager

Location: Dallas,TX

Duration:12months+

Required Experience: Telecom and video on demand experience




Thanks,
Bala

Involgix

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAGCfZfrJb%2BrsDrgVPrv%3DAijZhszwYmHzM6tUJA%2B4J3v2HEtdOg%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-08 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  (JSR-168 or JSR-286)
developer

 *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 9727984725 • 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%3DnfmMWjR2STohPYo4SFt-DhTNYM%3DJvaXS9kgqJD8i-QX8g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SAS Programmer Available from VALSOFT

2016-09-08 Thread sam@valsoft
Hi ,

Please find the attached resume of my consultant  Venkat,

*Contact Name   :  Venkat Reddy*

*Contact No:  *248-805-7421

*Email :*  venkatsas...@yahoo.com

*Current Location   :  **Moline, IL*

*Relocation  Location :  Yes*

*Visa Status:  H1b*

*Availability: Immediate*

*Total Experience   : 7.3 years*

Keep me posted the updates,

Don't disclose the rate with consultant,

I always prefer a quick mail conversation,



*Thanks & Regards!*

*Sam*

916-226-4334

s...@valsoftservices.com

*www.valsoftservices.com* 

General Enquires: 510- 972-4456

*An E-Verified Company*

*Previously knows as VSSCORP (vsscorp.net )*

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

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


[android-developers] Cannot resolve symbol "r" on android studio

2016-09-08 Thread Albert Muñoz
I'm doing on UDACITY the android development for begginers course and in 
one exercice we must put this code o the activity_main.xml:



http://schemas.android.com/apk/res/android";
xmlns:tools="http://schemas.android.com/tools";
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.android.justjava.MainActivity">
















and on the MainActivity.java this code:








/**

 * Add your package below. Package name can be found in the project's 
AndroidManifest.xml file.

 * This is the package name our example uses:

 *

 * package com.example.android.justjava;

 */



import android.os.Bundle;

import android.support.v7.app.AppCompatActivity;

import android.view.View;

import android.widget.TextView;


/**

 * This app displays an order form to order coffee.

 */

public class MainActivity extends AppCompatActivity {



@Override

protected void onCreate(Bundle savedInstanceState) {

super.onCreate(savedInstanceState);

setContentView(R.layout.activity_main);

}



/**

 * This method is called when the order button is clicked.

 */

public void submitOrder(View view) {

display(1);

}


/**

 * This method displays the given quantity value on the screen.

 */

private void display(int number) {

TextView quantityTextView = (TextView) 
findViewById(R.id.quantity_text_view);

quantityTextView.setText("" + number);

}

}







And on the MainActivity.java code the R is in red and i don't understand why???

I've tryed to clean the project, build the project and changing the code but i 
cannot resolve the problem.

Please HELP ME!

-- 
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/2fb7aca7-77d0-4114-b622-51847dec7e8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent hiring - Multimedia design engineer @ Hillsboro, OR

2016-09-08 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, salary and contact details ASAP *



*Title : Multimedia Design Engineer*

*Location : Hillsboro, OR*

*Duration : 6+ months*



*Job Description: *

In this position, the candidate will be developing and delivering software
features for multimedia and display technologies for Windows platform.
Integrating SW stacks with hardware platforms. Driving end to end
integration for product quality releases. Troubleshoot, debug and resolve
all software and platform related issues and ensure their closure at the
respective debug forums.



*Requirements:*

1.  Must have 4-6 years of applicable experience in media related
technologies

2.  Significant prior experience designing and developing solutions to
solve systems engineering challenges relevant to one or more of the
following areas: Media pipeline, Video subsystem, Display subsystem and
Networking subsystem etc.

3.  Significant hands-on programming experience in C, C++ with a strong
foundation in data structures and object oriented programming

4.  Proficient with Windows OS internals, driver models, multimedia
frameworks such as Media Foundation and DirectShow

5.  Experience with or knowledge of USB and Wireless Display

6.  Demonstrated product development experience

7.  Demonstrated software engineering practices such as design,
documentation, prototype, code, and unit testing

8.  Ability to analyze and break down problems

9.  Demonstrated working knowledge on streaming protocols such as
RTP/RTSP/HTTP

10.   Comfortable programming at the middleware & driver and working on
Windows

11.   Solid understanding of Intel architecture and capabilities would be
an added advantage





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


[android-developers] HOTLIST

2016-09-08 Thread kevin M


Hi  Partners,   

 Greetings  from *Mysapgroup *
 
Please find the Updated Hotlist of* “ Mysapgroup ”*. Let me know if you 
have any suitable requirements for our consultants.



*Skill*

*EXP*

*Location*

*Relocation*

*Visa Status*

*Availability*

Sr Tableau

11yrs,8yrs

TX

Open

H1B

Immediate

SAP ABAP

16Yrs

TX

Open

H1B

Immediate

Peoplesoft techno

11yrs

TX

Open

H1B

Immediate

SAP BW

10yrs

IL

Open

H1B

Immediate

.Net

6yrs

TX

Open

H1B

Immediate

UI Dev

8yrs

CA

Open

H1B

Immediate

 


Thanks & Regards

Kevin  |  Mysapgroup

*Office:* 972-432-7177

ke...@mysapgroup.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/538cb5e7-9457-4d75-a3df-80190872cb0a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgently Looking for QA Validation Lead/Project quality manager (Regulatory Pharma /QM compliance) in East Hanover, NJ.

2016-09-08 Thread SALMA BHAT
Hi Partners,



*Please share  matching Sr. profiles  ASAP rate on c2c is $75/hr.*





*Job Posting For*

Project quality manager

*RolesPurpose*

Manage the Computer System Validation and Regulatory requirements for
Pharma clients in such a way their project deliverables are met. Provide a
high level of expertise and consultation to the Project Manager on
Validation, Quality & compliance management and Project Deliverables.Manage
escalations from stakeholders with appropriate stakeholder management
&communication. Participate in internal or external audits hosted by client.

*Education / Experience*

   - 7+ years relevant work experience in IT/QM compliance
   - 5+ years’ experience in Computer System Validation
   - *GxP*, *CSV, 21 CFR Part 11MUST*,  SOX, SOX IT, Data Privacy, IT
   Security knowledge would be a Plus
   - Excellent English communication skills, both written and oral,
   additional languages would be a plus
   - Able to manage direct relations with stakeholders and project team
   members
   - Knowledge about ITIL toolsis a Plus E.g. BMC remedy, Document
   management systems.
   - System Development Life Cycle and GAMP Knowledge
   - Knowledge in CoBIT, RiskIT, ITIL, ISO9000, PMBok, Six Sigma a Plus
   - PMP, CISA, ISO 9000 QMS certified etc. a Plus



*Responsibilities*

   - Understand and adhere to the Client Regulations/Processes, SOP on
   Project Management, Change Management, Document Management and Quality
   Management; and, Computerized System Validation concept with regards to
   document management, and V Model Methodology.
   - Support the Project Manager throughout the project delivery, with
   regards to aspects of project related risk, compliance and quality.
   - Responsible together with Project Manager for the delivery of all
   defined Quality Management documentation.
   - Pro-actively seek Project Manager input to develop sharing of
   necessary QM controls and validation of all QM Documentation.
   - Maintain the project risk register for all ongoing projects, perform
   root cause analysis on trends and address deviations via preventive,
   detective and corrective measures to enhance PQM’s deliverables and
   competencies.
   - Establish, implement and monitor the QM requirements which assures
   that IT Projects meet Quality and Regulatory requirements.
   - Applies required internal and external Quality/Compliance standards to
   work products (Change control, validation documents etc.)
   - Ensure adequate analysis have been performed for relevant testing
   conditions based on functional risk assessment, test overview list, test
   plan, test results, test deviations and change requests.
   - Oversee the validation of the deliverables as per client project
   management methodology.
   - Train and coach the project team, as required, on relevant project
   procedures, good documentation practice, good testing practice and CSV
   basics, where applicable.
   - Manage appropriateness of preparation and readiness of the project for
   hand-over of the system/processes to the operational organization together
   with the project managers
   - Perform the project tollgate/check point reviews and post
   implementation reviews with reporting to management.
   - Participate in compliance audits related to GxP and SoX controls and
   provide required information related to audit findings, deviation handling,
   RCA & CAPA.



*Key Performance Indicators / Measures of Success*

   - Able to manage direct relations with stakeholders and project team
   members
   - Proactive and result oriented
   - Dynamic, motivated self-starter with excellent communication skills in
   English
   - Achievement of agreed targets in terms of quality and time
   - Achievement of service levels corresponding to projects standards

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


[android-developers] Immediate Need - Network Engineer

2016-09-08 Thread Mohammad Imran
 

 

Hi Partner, Please share profiles for below position.

 

Network Engineer 

Chicago, IL

Contract: C2C

Visa: H1/GC/USC

 

planning, design, and optimization of telephony, video and mobility
solutions based on reference architecture established by the Unified
Communications architects. Primary areas of focus will be migrating off a
legacy Avaya TDM/IP environment to a Cisco CUCM telephony environment. This
environment is currently Cisco CUCM 8.5 but is migrating to CUCM 10.5.

 

This role would be the primary point of contact for the uPower initiative,
PMO and other partied for Large scale advanced project work and voice
engineering Person would serve as the assigned engineer on individual uPower
deployment achieving all project deliverables and timelines Act as an Expert
in Voice routing and traffic flows and different platforms of Cisco voice
infrastructure required Troubleshooting and hands-on for routing & switching
required during uPower deployment

 

Technical expertise in one or more Unified Communications technologies
including telephony, video and mobility VoIP and TDM deployment and support
experience Large scale project experience across multiple Unified
Communications technologies (telephony, video, mobility, etc.) Three or more
years of Cisco Voice Administration, including video and gateway technology.
Experience with H.323 or SIP based telephony and video endpoints. Serve as
team lead and technical SME for Voice engineering Expert in Voice routing
and traffic flows and different platforms of Cisco voice infrastructure
required Expert with troubleshooting and hands-on for routing & switching
required Assist other team members with advanced technical issues, prcedural
questions or other engineering related questions as they arise

 

 

 

 

 

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


[android-developers] Packing Android app with Udev rules for OTG device

2016-09-08 Thread Jimi Damon
Hi,

I'm trying to bundle (APK) an application for a unrooted phone that will 
allow me to create a custom udev rule for a USB device that my company 
makes.

I have ported a binary of fxload, gotten it to run and upload a firmware 
file, and I can run a NDK C program that exercises my company's device. 
 However, I can't do any of this on a locked down phone.

I can't find any pointers on how to do this on a locked device 

Has anyone had to contact Google directly to find out how to add custom 
udev rule for an OTG device through a package installation or through 
requesting permissions ? 

Thanks for any suggestions,

-jimi


-- 
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/b46908c4-f1dc-4c5e-b417-9e12dc3792e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOT LIST CONSULTANTS AVAILABLE FOR BUSINESS ANALYST & SCRUM MASTER POSITION & QA

2016-09-08 Thread akumar . scrum
Dear Partner,

Hope you are doing well.

Kindly find below hot list of available consultants for C2C positions.

Please add me ku...@adroitassociates.com to your mailing list for current & 
future requirements.

  C2C 
CONSULTANTS 
NAMES SKILLS RELOCATION CURRENT LOCATION EXPERIENCE 
Kashmira BA/Scrum Master Yes NJ 10 
Aayush BA/Scrum Master Yes FL 7 
Sireesha BA/Financial Yes MA 10 
Imrana QA Yes GA 7 

Thanks & Regards,
Kumar D
Adroit Associates Inc
Direct: 732 802 7016
Phone: 732 516 9600 Ext: 112
Fax:610-465-8808
email: ku...@adroitassociates.com
www.adroitassociates.com
Get it right @ ADROIT

-- 
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/3854eec3-825e-40a6-9ce9-fe6d21a5aeaf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Need - Java/Perl Developer

2016-09-08 Thread Mohammad Imran
 

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

 

 

Java/Perl Developer- 
Location- Stamford, CT
Contract: C2C/W2
Visa:  H1, GCH,GC-EAD and USC- locals preferred and will be looked at first
Technical phone interview then in person interview- no skypes and candidate
must be able to go in for ran in person on 2-3 days of notice

 
They are looking for Stamford, Ct based resources who: 

. Languages: Java & Perl and working knowledge of Sybase (other SQL based
dbms exp ok, e.g., SQLserver or Oracle). 
. Converting reports from a proprietary Broadridge DBMS to the above.
Repots, applications. Etc. 
. Knowledge of capital markets good to have, not required. Developing
reports/dashboards/interfaces for the Broadridge Impact product. 

 

 

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/57d1826f.830a240a.5d639.a2baSMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than Skype Interview:iOS application developer n Juno Beach, FL!

2016-09-08 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: iOS application developer*

* INTERVIEW: Phone than Skype Interview*

*LOCATION: Juno Beach, FL*

*DURATION:1 YEAR*

*START :ASAP*





*Job Overview:*

Experienced Apple iOS application developer with minimum of 5 years’
experience in developing mobile applications with rich graphical UI,
experience in developing middle tier service layer, data modeling and
development experience with latest iOS ( 6.x.x up ) and Mac OS
(Leopard/snow leopard, Lion, Mountain Lion, El Capitan) platforms using
Xcode/SWIFT.

*Required skill sets include*

SDK for Mac OS (10.5 and up) ,

iPhone (3.2 and up), SQL lite, Core data, JSON, Xcode 6.x and up,

SQL server Management studio and consuming web services.

*Following skills are preferred: *

.Net, C#, ASP .net, WCF, Sybase ASE 12.5/15.0.3 and SQL server 2008/2014.
Some college level math or statistics knowledge is preferred.


-- 



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


[android-developers] Looking for AS400 Synon developer

2016-09-08 Thread Sudhakar Reddy
Hi ,

Hope you are doing great,

My Self,  *Sudhakar* from *HCL Global Systems Inc*. We have a requirement
for AS400 Synon developer* for *Richardson,TX

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: AS400 Synon developer

Location: Richardson,TX

Duration: 6 Months +



Minimum of 5 years of AS/400 application development experience
Minimum of 5 years of working experience in an SDLC environment
Minimum of 3 years of application development experience in RPG, RPGLE and
CL
Minimum of 2 years of Synon/Cool experience
Minimum of 3 years of recent experience leading concurrent technical
projects on IBM iSeries required
Minimum of 3 years in a role where candidate:
Demonstrated ability to collaborate and work within a team structure as
well as work independently when needed
Demonstrated effective communication skills to facilitate meetings in both
technical and business audiences, often across multiple functional areas





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


[android-developers] Phone than F2F Interview:Java Developer in Springfield, MO

2016-09-08 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: Springfield, MO*

*DURATION:12 MONTHS*

*START :ASAP*





*Job Overview:*





*Interview   : **NEED ONLY LOCAL. Face-to-Face Interview*



*Must pass a background/drug screen*



*General Responsibilities:*

   - Design, develop, debug, and modifies components of software
   applications and tools. Drive technical direction at the
   application/product level for small to mid-sized projects.
   - Design, spec, schedule and provide quality implementation of a
   component or feature (typically 1-3 months in duration).
   - Provide alternative solutions to a given problem.
   - Resolve problems and roadblocks, with management assistance if
   required.
   - Follow through on details and drive issues to closure.
   - Complete documentation and procedures for installation and maintenance.
   - Actively participate in group technology reviews to critique work of
   self and others.
   - Work collaboratively with all members of technical staff.
   - Collaborate with program management and testing peers in the
   development of assigned components.
   - Participates in and provides input to requirements definition.
   - Usually provides solid judgment calls and tradeoff analysis.



*Main Technical Skills:*

   - Java (strong skill) and Tomcat
   - Spring
   - Git
   - Maven
   - REST
   - Linux
   - SQL
   - Cassandra and not relational datastore
   - Apache Kafka and Messaging Queue systems
   - Apache SOLR/Lucene and Full-text Search Engines
   - Scrum



-- 



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


[android-developers] Urgent Need :: MicroStrategy Developer @ San Jose, CA

2016-09-08 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: MicroStrategy Developer *

*Location: San Jose, CA*

*Duration: 6+ Months*





Competencies BIPM : MicroStrategy

Experience (Years)  6-8



Essential Skills Proficiency with Micro Strateg ...

Proficiency with Micro Strategy Dynamic Dashboard, Flash Widget design,
Report development, Application development and project design: Facts,
Attributes, Hierarchies, Aggregation Developer MUST also have experience on
Micro Strategy Security Administration with exposure to administering large
number of users and groups with security filters and also in-depth
experience with client server applications and architectures Experience
working with the full life cycle development process, which includes
analysis, design, construction, and testing Strong in Terra Data



Desirable Skills Excellent Written and Verbal c ...

Excellent Written and Verbal communication skills and Strong Analytical and
problem solving abilities







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


[android-developers] Immediate Need - Java/ Hadoop developer

2016-09-08 Thread Mohammad Imran
 

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

 

Java/ Hadoop developer- 

Location- New York, New York
Contract: C2C/W2
Visa:  H1, GCH,GC-EAD and USC- locals preferred and will be looked at first
Technical phone interview then in person interview- no skypes and candidate
must be able to go in for ran in person on 2-3 days of notice
 
Must: Some processing language e.g. Spark 
Preferred: Solace 
Preferred: ASP.NET MVC 

IT Process: 
. A bunch of spreadsheets get uploaded to a web server each quarter 
[web portal more-or-less exists, needs minor enhancement] 
. Spreadsheets are pushed either natively or in some format (Avro?) to
Cloudera 
[An API exists, it just needs tweaking] 
. Run some checks on the data, spit back info to the web user via Solace to
say the spreadsheet has been accepted, or has errors 
[Solace components exist in basic form only; there is no rules engine
although this will only be basic] 
. Perform transformation and enriching process on Cloudera using e.g. Spark 
. Put the final answers into a "partition" in Radial Cloudera so it's
available to all 
. A different developer will pull the result out of the output into QlikView

 

 

 

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/57d174b9.cd24240a.3ea82.a94cSMTPIN_ADDED_BROKEN%40gmr-mx.google.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] immediate need a Cisco Wireless Consultant || Harrisburg, PA || no H1B ||

2016-09-08 Thread Mohammad Wasim
Hi ,

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

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

Full Name:

Email:

Phone:

Location:

Visa:

Rate:

Start:



Client: State of PA

Cisco Wireless Consultant

Harrisburg, PA

Long term contract

Onsite interview is REQUIRED

No H1B’s



Experience with the following skills is required:

• Cisco Client

• WLAN

• Wireless LAN





**

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


[android-developers] Hiring for Identity and Access Management Analyst (IAM) at Kansas City, MO, GC,USC Only

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



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



*Position: Identity and Access Management Analyst (IAM)*

*Location: Kansas City, MO*

*Duration:12+ months*

*Interview: Phone then Skype*



 GC,USC Only



*Position Summary*

This position provides functional support across the Identity and Access
Management (IAM) environment including managing the full life cycle of
identities throughout Information Technology systems.   The individual will
work closely with implementation groups, system analysts, system
administrators, business stakeholders and functional teams in supporting
and administering applications and systems to enable the strategic goals of
the business.



*Duties and Responsibilities:** (major “buckets” listed with average
percentage of time spent on each “bucket” over the course of a year) *

· Help design and develop automated provisioning and reconciliation
of IT resources.

· Request-based application and resource provisioning.

· Produce and maintain clear and concise documentation throughout
the design, development, and rollout phases of implementation and provide
operational staff with procedural documentation. Educate and collaborate to
facilitate the smooth transition of new services from development to
production.

· Performs IAM enterprise reporting

· Proactively identifies and implements process improvement
opportunities

· Holds functional execution responsibility for access management
processes (onboarding, access request, job change, termination, access
review, rogue account detection)



*Skills, Knowledge and Abilities *

· Quickly adapts to the demands inherent in managing multiple
customer needs & requirements simultaneously.

· Solid understanding of IT identity lifecycles.

· Solid understanding of SOX, NERC, & FERC compliance.

· Technical proficiency with account and permissions models across
various technologies (Windows local & Active Directory accounts, Linux
accounts, appliance accounts)

· Demonstrated skill to automate routine processes to improve
accuracy and efficiency

· Data analysis, metric development, and reporting skillset

· Broad knowledge across IT disciplines.

· Strong communication and presentation skills.

· Is self-motivated, goal oriented, & an innovative thinker.

· Strong interpersonal & team building skills; ability to work with
a diverse team & help influence/drive change across functional & business
boundaries.

· Ability to research & apply research to emerging technology
issues, existing technology issues as well as energy related business
impacting opportunities.

· Ability to prioritize tasks based on criticality & meet deadlines.

· Ability to operate a keyboard if required to perform the
essential job functions.

· Ability to occasionally be required to stand, walk or sit for
prolonged periods of time, & may also have to climb, stoop, kneel, crouch
or crawl.

· Ability to lift/move/carry between 10 - 50 pounds if required to
perform the essential job functions.

· Ability to explain technical material in non-technical terms.

· Quickly adapts to the demands inherent in managing multiple
customer needs and requirements simultaneously.



*Education and Experience Requirements*

· Bachelor’s degree in a related field *OR* Associate’s Degree in a
computer science-related field & 2 years recent experience in information
security or IT service delivery organization OR 4 years of relevant IT
experience.

· ITIL Foundations certification preferred.

· Familiarity with AD, Exchange & SQL required







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


[android-developers] SOA TESTER WITH HEALTH CARE DOMAIN @Mason, OH

2016-09-08 Thread Santosh kumar Nityo
Hi,

Hope you doing Well !!!

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



*Role: SOA TESTER WITH HEALTH CARE DOMAIN *

*Location: **Mason, OH*

*Work Duration: 6+ Month*

*Years of Experience: 8+*


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

· Excellent knowledge of SOA/API testing
· Should have worked in Healthcare domain
· Should have experience with the SOA tools like (Soap UI/ Lisa/RIT)
· Very good in communication
· Should have experience in automation and innovation

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







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



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Santosh Kumar *

*Technical Recruiter*

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

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

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


[android-developers] Core Java Developer

2016-09-08 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..*



*NEED LOCAL CANDIDATED ONLY*

*Role:* *Core Java Developer*

*Location: **El Segundo CA*

*Work Duration:** 6+ Month*

*Years of Experience: **8+*

*Note: We need Photo id and visa copy.*


*  Job Description:-*

• Core Java

• J2EE – Web services, EJB, XML, JMS

• Web development – Jquery/ExtJs, Spring, ORM – Hibernate/JPA , Oracle
Weblogic Server/Tomcat

• Unix

• PL/SQL, Oracle

• Willing to work on Performance testing and Java development tasks,
manager will consider core Java developers with no testing experience as
well, as long as the candidate is willing to do performance testing.



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


[android-developers] Qa or Manual Test Analyst--Urgent Need (9+ Profile with Nearby )

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



*Job Title : Manual Test Analyst*

*Experience : (in Yrs) 8+ years*

*Location : Pittsburg, PA*

*Domain : Banking*

*Rate : $45/hr on C2C*



*Visa Copy Must at the time of Submission*

*No Transfer Cases*



*Technical/Functional Skills :* Manual testing with experience in HP
ALM/Quality Center,Agile Testing and Ecommerce

*Experience Required :* Experience in Manual Testing,Agile testing, and HP
ALM/Quality Center



*Roles & Responsibilities*

Excellent Communication, Testing & Quality and SDLC Management in Banking
Domain, Excellent knowhow of Test Strategy Definition, Manual Testing

Testing & Quality and SDLC Management in Banking Domain, Mainframe, ALM,
Excellent Communication, Agile testing

Strong Communication skills, ability to work in a team-oriented
collaborative environment,

Mobility Testing – iOS, Android

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


[android-developers] Network Systems Engineer

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

*Location: Atlanta, GA*

*Work Duration: Contract *

*Interview: Phone/ Skype *



*Required Experience and Technical Skills*:-

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 CPIWiFi, 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.



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


[android-developers] URGENT REQ **** Core Java Developer **** CA Locals / CONTRACT

2016-09-08 Thread tejasri surapaneni
Hi,







*Position:  Core Java Developer Location:  El Segundo CA Duration of
Hiring: 6+ Months Contract *

*Need Locals can go for In Person Interview*



*Job Description:*

Attend a face to face in person interview with client El Segundo CA. The
Skillset required is Core Java, J2EE Web services, EJB, XML, JMS, Web
development JqueryExtJs, Spring, ORM HibernateJPA, Oracle Weblogic Server
Tomcat.





*Tejasri Surapaneni (Teju)*

 Desk No-609-853-0818 Ext-2162
tejasri.surapan...@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/CAD4JY0K8Ev-ehxRBTfX-oyFR9a0yKDeMKLddge6q3jP2M0Uk%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hiring Angular JS Developer at Washington DC.

2016-09-08 Thread Chandra Lakki
Hi
This is Chandra from Lakki, LLC. trying to reach you regarding a job
opening with us. If you would be interested in the below job description
let us know your interest in the same below position.

*Role: Angular JS Developer*
*Locations: Washington DC*
*Job Type: Contract*

*http://www.lakki.us/careers-list?job=1107
*

*Job description:*
Hands on experience with AngularJS development
Experience with the following web technologies: jQuery, HTML5, CSS3,
AngularJS
Good experience in implementing a solution with Angular JS framework
Good working knowledge on Java.
Candidate should have experience developing web applications with
AngularJS, JavaScript, HTML, react.js, ember.js, and jQuery.
Should have experience developing new features for websites and
applications for multiple/concurrent projects
Exceptional command of web standards, CSS-based design and cross-browser
compatibility
Good communication skills.

Regards
Chandra
Lakki, LLC.
3627 River Heights Crossing
Marietta GA 30067
Direct: 678-941-6188
Office: 678-661-2112
Email: chandr...@lakkic.com
Gtalk:nchandra.la...@gmail.com
*http://www.lakki.us/careers-list?job=1107
*

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


[android-developers] Need :: Sr. Network Security Engineer at New york city, NY

2016-09-08 Thread alan james
*Please reply ::** alan_ja...@visionisys.com* 


Hi,

Hope you are doing great.



*Job Title: Sr. Network Security Engineer*

*Location: New york city, NY*

*Duration: 6+ months*



Primary skills : Cisco ASA - Firewall & IDS, McAfee Webgateway , Cisco ACS
, RSA Server ,McAfee AV, RSA SA SIEM

Qualys VM





Thanks & Regards,



*Alan James*

Ph: 972-427-1708

Visionisys Inc

Email: alan_ja...@visionisys.com  || www.visionisys.com

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

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


[android-developers] Urgent Need :: Microsoft Dynamics CRM Technical Lead @ Princeton, NJ

2016-09-08 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: Microsoft Dynamics CRM Technical Lead*

*Location: Princeton, NJ*

*Duration: 6+ Months*



Job Descriptions

Skills

   - Techno-functional consultant with CRM / XRM background, having worked
   on the MS CRM / XRM product extensively and done multiple implementations.
   - Worked on different CRM / XRM versions.
   - Implemented complete life cycle of least 4 to 5 projects.
   - Also having done projects on premise/ cloud, support, upgrade and
   Migrations.
   - Aware of mobility in CRM / XRM
   - Knows the MS methodology well; able to articulate and understand the
   pain points of customer.
   - Design the solution to address the pain points and deliver it is one
   of the key responsibilities.
   - Develop solutions, resolve the issues etc.
   - Should be customer facing with excellent analytical and communication
   skills.
   - Good understanding & knowledge of Roadmap for MS CRM / XRM - on-Line
   version.
   - Design and deliver solutions based upon client

Required Skills

   - Education – B.E., B. Tech, MCA, Around 5+ years of relevant
   experience.
   - Certified professional and having experience in functional,
   configurations and customizations in On-Line (considering best practices
   within Microsoft Dynamics CRM / XRM).
   - Understanding of Integration with third party applications.
   - Working knowledge of Microsoft SQL Database, Windows Server Operating
   System, Active Directory and Active Directory Federation Services.
   - Project Lead experience
   - Solution designer & architect
   - Awareness of various technologies like HTML, CSS, SOAP, REST,
   Silverlight, Angular JS





*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/CAHxR9GbeC6d-V0Rq7S-7UNfN-eD1Ut36hWfECLDnWya%2BC%2Bjz-Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] REMOTE POSITION: Sr Systems Analyst - Facets Exp

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

Sr Systems Analyst - *Facets Exp*
Location: REMOTE
Duration: 12+ month contract
Interview: 1 phone and 1 Skype

*Need GC EAD, GC, TN or Citizen only*

*Must have:*
5+ years in Facets Configuration
5+ years in Systems Analysis
Worked in an Agile environment
Health care experience

Requirements:
• Bachelor's Degree or equivalent work experience
• 5+ years of experience in Systems Analysis or IT Development
• 5+ years of experience in Facets Configuration - Benefits, Claims, UM,
Pricing
• 5+ years of experience in all phases of Software Development Life Cycle
(SDLC) /System Development Life Cycle
• 5+ years of experience translating business requirements into a detailed
system specification
• 5+ years of experience mapping data from web services or database to user
interface
• Proficiency with MS Project, Word, Excel, Visio, PowerPoint
• 5+ years of Relational Database experience

Best Regards,

Mohammed Taher
US IT Recruiter
Email: tah...@usmsystems.com
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/CAL4ROq4ueH0j8Ko7%2BSp%3DYUVCc4Jv3yw%3DjC0cmUSroGu6oVz1ww%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IMMD START: Automation QA in OH

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

Automation QA
Duration – 1 year +
Location – Columbus, OH

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

Must Have:
Ruby
Cucumber
Testing
ATDD
Agile


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


[android-developers] Java Technical Lead with Financial Domain @Minneapolis, MN

2016-09-08 Thread Santosh kumar Nityo
Hi,

Hope you doing Well !!!

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



*Role: Java Technical Lead with Financial Domain *

*Location: **Minneapolis, MN*

*Work Duration: 6+ Month*

*Years of Experience: 9+*


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

Technology Lead - US - Java-J2EE
Mandatory:
*Domain knowledge of Financial Services*

Technology Lead - US - Java-J2EE
Qualifications Basic
• At least 2 years of experience with Java - J2EE using Spring framework.
• At least 2 years of experience with Java - Web Services.
Preferred
*• At least 5 years of experience in Java / J2EE skills with Spring
Framework in Tomcat environment.*
• Excellent hands on experience with Web Services using RESTful protocol.
• Hands on experience in OData 2.0, STS for Eclipse, JSON, JUnit & Linux
• Knowledge on development and source control tools such as Maven and GIT.
• At least 5 years of experience in software development life cycle.
• At least 5 years of experience in translating functional/non-functional
requirements to system requirements.
• At least 5 years of experience in software development life cycle.
• Experience and understanding of in Production support and performance
engineering.

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



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536

*Santosh Kumar *

*Technical Recruiter*

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

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

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


[android-developers] Looking for Sr. AIX administrators in Sunnyvale, CA, USA with my direct client.

2016-09-08 Thread SALMA BHAT
Hi Partners,

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



*Skill Set*

AIX administrators

*Work Location*

Sunnyvale, CA, USA

*Special Instructions*

NA



*Job Description*

AIX administrators

JD :
Requirement for 2 Senior AIX System Engineers
5+ years experience in managing large scale AIX systems on IBM pSeries
hardware.
Senior system admin experience required -- patching, tuning, filesystem,
account management.
Excellent troubleshooting skills required along with experience working
with IBM on PMRs.
Shell and Perl scripting a plus


Note: We appreciate not to see any rejects at screening stage due to poor
quality.

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


[android-developers] Urgent Need--Data Analyst----EAD or GC or Citizens Only

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


*Data Analyst*

*Location: Boise, ID*

*Duration: 1 year plus *

*EAD or GC or Citizens Only*



*TOP SKILLS*

• Experience with Oracle 11g & 12c features

• Experience querying XML data

• Experience tuning queries using Explain Plans, TKProf, etc.

• Experience using database links to join data

• Experience creating PL/SQL functions and procedures

• Strong working knowledge of SQL and Oracle





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


[android-developers] Hiring for Oracle DBA at Philadelphia,PA

2016-09-08 Thread VIKAS GUPTA
We need an Oracle DBA with strong Goldengate experience.  We had a
candidate ready to start on Monday but he backed out today.



I do not have a description to send.



Financial experience would be a plus but not required.



6+ months in Philadelphia suburbs.

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


[android-developers] Urgent Need :: Semantic Developer with Teradata @ Des Moines, IA

2016-09-08 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: Semantic Developer *

*Location: Des Moines, IA*

*Duration: 16+ Months*





Experience (Years)  8+ Yrs



• 10+ years overall experience working on software development projects
preferably with an emphasis on data warehouse / business intelligence
projects

• 5+ Year Strong Technical Skills in Teradata.  Must have working knowledge
of Oracle and MS SQL Server.

• Extensively worked on development and implementation of data marts, data
structures, functions, data warehouse fact & dimension tables, views, and
indexes

• Demonstrated skills in working with multiple groups to create data
warehouse designs based on business and data requirements and conducting
reviews

• Demonstrated skills working with multiple groups to define key reporting
metrics, identify current database sources, assess the status of existing
reporting capabilities and work with teams on go forward solution

• Demonstrated ability to lead meetings and effectively interact with
Business Analysts, Project Managers, ETL developers, Quality Assurance and
other end users regarding data needs

• Excellent at writing complex SQL queries with Inner and Outer Joins,
Aggregate Functions, Set Operators, Sub queries, System Calendar, Ranking
Functions, Stored Procedures, Data Types, Logical and Conditional
Expressions, Macros, Derived Tables, CASE expressions, Views, String
Functions and Relational Concepts.

• Strong communication and documentation abilities

• Demonstrated experience with Power Designer

• Demonstrated experience with SQL performance tuning

• Working knowledge of software development lifecycle, analysis and design
standards and techniques

• Financial services experience, preferably mortgage.







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


[android-developers] HotList Excellent Consultants Available – Scepter Technologies.

2016-09-08 Thread Technical Consultants
Dear Business Partner,



Greetings from Scepter Technologies, Hope you are doing great.



This is Peter from Scepter Technologies Inc. I am really glad to introduce
my list of available consultants for your various Corp-Corp projects.

Please add pe...@scepter-tech.com to your distribution list & share your
Corp-Corp open positions on daily basis.

*Name*

*Job Title*

*Relocation*

Vinay Kumar

Application Packager

OPEN

Prasad

Sevicenow Developer

OPEN

Preetham

JAVA Developer

OPEN

Sri Krishna

Application Packager

OPEN

Akshara

OBIEE Developer

OPEN

Reshma

Hadoop Developer

OPEN

Deepthi

Application Packager

East

Pramod

Network Engineer

OPEN

Madhu Sudhan

.NET/Sharepoint

OPEN

Rohini Sindhu

JAVA Developer

OPEN

Srikanth

.NET Developer

OPEN

Chandrasekhar

JAVA Developer

OPEN

Chandra

Hadoop Consultant

OPEN

Swarna

Hadoop Developer

OPEN

Hari Prasad

Hadoop Developer

OPEN

Suresh

AWS Engineer

OPEN

Vamshidhar

AWS Engineer

OPEN

Ashwini

NET Consultant

OPEN

Samreen

QA Tester

OPEN

Karthik

Tableau Developer

OPEN

Prudhvi

JAVA Developer

OPEN

Sanath K.

iOS Developer

OPEN

Surya Teja

App Packing

OPEN

Vignesh K.

Network Engineer

OPEN

Kavya

UI Developer

OPEN

Shamitha

.NET Developer

OPEN

Vijaypal Reddy

.NET Developer

OPEN

Vamshi Krishna

AWS Consultant

OPEN

Suresh

Hadoop Developer

OPEN

Harmandeep Singh

MSBI

OPEN

Rahul

UI Developer

OPEN

Karthik

Linux/UNIX Engineer

OPEN

Madhuvan R.

DBA

OPEN

Monica

UI Developer

OPEN

Amer

Packaging

OPEN

Adarsh

Hadoop Developer

OPEN

Snehith Kumar

JAVA Developer

OPEN

Mallikarjun

Citrix Engineer

OPEN

Ramesh

Hadoop Developer

OPEN

Anish Goyal

JAVA Developer

OPEN

Sriram Prasad

Hadoop Developer

OPEN



*Regards,*

*Peter*

**

pe...@scepter-tech.com 

*Scepter Technologies, Inc.*

10045 Red Run Blvd, St 150

Owings Mills, Maryland 21117

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


[android-developers] 09/08/2016-Available Candidate List

2016-09-08 Thread Riza Muhammad
Hello,


Hope you are doing great today.


   My name is *Riza Muhammad* I represent MoxieIT Solutions
Inc, as a *Bench Sales Recruiter* Our head quarters based out of Ashburn, VA.
We always have consultants on Bench with different technologies who are
available immediate and open to relocate anywhere in USA.


MoxieIt Solutions Inc market our own W2 employees we don’t source third
party resumes because of quality, competitive rates and 100% delivery
guarantee. We are diversified in to 20+ Technologies which are hot in
market. We always love to maintain long-term relationships with all our
clients.

Please find the below available consultants in various technologies, let me
know if you have suitable requirements.

Please send requirements to *r...@moxieit.com  *and add
my mail ID into your distribution list.



I Request you to keep me posted with all your Contract C2C requirements so
that I can submit right candidates and to have business relationship which
will be mutually beneficial.



Looking forward to work with you.



*S.No*

*Technology*

*Years of Experience*

*Relocation*

*Current Location*

1

Hadoop Developer

8 Years

Open

IL

2

Hadoop Developer

8 Years

Open

VA

3

Java/AWS Developer

8 Year

Open

OH

4

DotNet Dev

8 Years

Open

LA

5

DotNet Dev

8 Years

Open

IL

6

Dot Net Dev

8 Years

Open

NY

7

Java Developer

8 Years

Open

IL

8

Java Developer

8 Years

Open

UT

9

Java Developer

8 Years

Open

NY

10

Informatica Developer

8 Years

Open

AR

11

WorkDay Analyst

8 Years

Open

IL

12

SQL,T-SQL,SSRS,SSIS

8 years

Open

OH

13

Java UI Developer

8 Years

Open

TN

14

VM Ware Admin

8 Years

Open

CA

15

AWS/Devops Engineer

6 years

VA,DC

IL

16

DotNet Dev

8 Years

Open

PA



*Thanks & Regards,*
 *Riza Muhammad*
*MoxieIT Solutions Inc.*
*IT Staffing & Development*
*Dir: **571-934-6041** |Gtalk :  **riza55...@gmail.com
 **| Email
: **r...@moxieit.com  *
*Tel: 703-763-0777 | Fax: 703-773-6966| **www.moxieit.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/CALKgz0ZyLyQvJZxorAt4UgioRka%2B8imFKZBhM7QVGW9ZROG5zw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to create an android app which display window screen

2016-09-08 Thread Salman
Hello everyone,   I am final year student, as part of my final year 
project, I have been given task to develop an simple android application 
which displays the particular window of computer, that android app can use 
IP/Log In Password or any other link to connect with window. Waiting for 
your help.

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/0e0b258e-1af7-417f-b7a5-2bc4153bf4d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] NEED: Adobe CQ consultant (AEM) @ Atlanta, GA --- Contract

2016-09-08 Thread Martin Zeller
Hi,

This Is Martin Zeller from Agile Enterprise Solutions,

This is Reference for Following Position



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



*Job Title:  Adobe CQ consultant (AEM)*

*Location:*  Atlanta, GA

*Duration:*  9+ Months

*Interview Type: * Phone+ Skype



*Primary Skills:   Adobe Experience Manager 6.1 / 6.2 , Adobe CQ5*



*Job Description:*



v  Experience in implementing solution around Web Content Management

v  Experience in implementing solution using Adobe CQ (AEM)

v  Hands on experience in developing templates, components using CQ.

v  Knowledge on basic administration task like creating and deploying
packages, tar optimization, datastore garbage collector etc

v  Understanding of the various configuration to optimize the author
performance

v  Good understanding of the deployment process.

v  Provides oversight, planning, and technical guidance to ensure
successful delivery CQ based projects.

v  Coordinates with team to ensure that team is operating in an efficient
and sustainable manner in developing CQ templates, components, services
etc.

v  Participates in the project design, development, and deployment
implementation using CQ.

v  Establish and implement best practices around using the CQ platform.

v  Able to conceptualize and design workflows in CMS

v  Knowledge about configuration and optimization of CMS platform, example
Tar optimizer etc.

v  Ensures project developed is held to quality standards through code and
design reviews

v  Mandatory skills* • *Adobe Experience Manager 6.1 / 6.2 , Adobe CQ5*

v  Good to have skills* *HTML5, Angulat JS*

v  Domain* Telecom



Thanks & Regards

*Martin Zeller*

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

martin_zel...@aesinc.us.com

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


[android-developers] NEED: IBM Datapower consultant @ Hartford, CT --- Contract

2016-09-08 Thread Martin Zeller
Hi,

This Is Martin Zeller from Agile Enterprise Solutions,

This is Reference for Following Position



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



*Job Title:  IBM Datapower consultant*

*Location:*  Hartford, CT

*Duration:*  6+ Months

*Interview Type: * Phone+ Skype



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



*Job Description:*



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

v  Web service architecture

v  REST & SOAP principles

v  Security considerations - SSL, OAuth, SAML, JWT

v  Encryption / decryption

v  Deployment architecture

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

v  Prepare design for new requirements

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

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

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

v  Domain* Healthcare



Thanks & Regards

*Martin Zeller*

*Agile Enterprise Solutions, Inc*

Ph: 972-427-1837

martin_zel...@aesinc.us.com

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


[android-developers] Using bluetooth low energy to send message without connections.

2016-09-08 Thread 吴梦飞
Recently I'm doing a project about broadcast my location infos (latitude, 
longitude, bearing and speed) from gps module in smartphone, then ppls or 
drivers who are closer to each other could get the distance. I wanna use 
the bluetooth low energy (BLE) to broadcast these infos without 
establishing connections among the devices. But I have no idea where to put 
these infos in the bluetooth module of android phones. Could anyone give me 
some suggestions? Thanks a lot!

-- 
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/5710f204-caa0-46a0-83f8-79e65e1a6b07%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android 6 and 7 proxy configuration from code

2016-09-08 Thread Luca Vitali
Hi developers,

anyone know if there is a solution to configure proxy ip and port from code 
in Android 6 and 7 ?
If no as I test, is it a solution to configure the PAC url from code ?

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/0eb0d7b7-6c37-4acd-9a0d-679ec50ae889%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Coding design pattern consideration

2016-09-08 Thread Abhi
How should we design our code base for Android Apps:

   1. Should we follow traditional web style with proper abstract classes, 
   interfaces, different design patterns?
   2. Or Should we try to avoid these as much as possible to get a minimal, 
   maintainable code for better performance?

-- 
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/60607415-4ba8-48b5-807a-562716410159%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HELP Gradle sync failed

2016-09-08 Thread ivan tan chia chiet
hello,

any can help me to solve this problem?

after i can my pc user name, from Xian Shi,to XIanShi, without space, i was 
getting this Gradle sync problem, 
say that can not  create directory c:/user/Xian Shi/.andriod.




how can i fix this?

already reinstall andriod studio still the same problem there.

-- 
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/e69d182b-f571-41d8-a614-04612d411423%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] save contact on phone device and sync to google account

2016-09-08 Thread Pushpa Online
Hi,

i want to store all my contact on phone storage and sync all of those 
contact to google account.

example:
i want to set contacts to display as "device" ( in contact setting) and 
then when i add new contact i will save on phone device storage and when i 
have internet access sync that contact automatically to google account. 

thanks
pushpa

 

-- 
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/83e8428b-a36c-4be6-8865-ced64f29c2be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to connect android device using ADB CONNECT over Wi-Fi using IPV6?

2016-09-08 Thread Chetan Bhalara
Dear All,

I need to connect my device with laptop over Wi-Fi using ADB CONNECT though 
IPV6, but getting "Unable to connect message". 

Using IPV4 (Public IP) every thing is working very well, but I need to 
connect device using IPV6 only.

Anyone can help me to resolve this issue?

Thanks in advance.

Regards,
Chetan

-- 
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/3c713acb-7008-47a4-9ffc-75b527f4de65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Add my carrier at apns-conf.xml and lteon_netlist.xml

2016-09-08 Thread Valon Zhuniqi
Hi everyone,
Can someone help me, how is the procedure to add officially a carrier to 
*apns-conf.xml*  and *lteon_netlist.xml* list?
I'm working for a mobile operator in Kosovo called 'vala' with MCC=212, 
NMC=01.

Thank you 
Valon

-- 
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/1eb1d694-4502-4d11-b246-f59567bfe8e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How get calendar event time on Android?

2016-09-08 Thread 'Erik' via Android Developers


Sry for my stupid question, but I'm new on android.


I write an app that should change the volume if some events in my calendar 
are activ. How I can realise this idea. I belive I can make a 
Broadcastreciver that listen on the calender and if a new event start, he 
say my service that he should modify the volume. Is it possible or should i 
choose a other way?


Thanks for your help.

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


[android-developers] In Android 7.0 we're removing three commonly-used implicit broadcasts — CONNECTIVITY_ACTION, ACTION_NEW_PICTURE, and ACTION_NEW_VIDEO

2016-09-08 Thread Jacky Lam
Dear All,
Refer to android official web page, it mentions:
In Android 7.0 we're removing three commonly-used implicit broadcasts — 
CONNECTIVITY_ACTION 

, ACTION_NEW_PICTURE 
,
 
and ACTION_NEW_VIDEO 

 — 
since those can wake the background processes of multiple apps at once and 
strain memory and battery. If your app is receiving these, take advantage 
of the Android 7.0 to migrate to JobScheduler and related APIs instead.

(
https://developer.android.com/about/versions/nougat/android-7.0.html#surfaceview
)

I would like to clarify this point. Is it means on/after android 7, apps 
cannot further receive these types of messages from a BroadcastReceiver?

If yes, I would like to know how can I make my apps work to receive these 
kinds of message?

Thanks.

Jacky

-- 
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/103b9f9b-6d71-4e09-b50f-eb4e34defd48%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.