[android-developers] Gradle project refresh failed

2016-08-17 Thread Nozar Kianian-Fard
After most recent update to Android Studio, get the following error:

Error:No service of type Factory available in 
ProjectScopeServices.  This is a "Gradle project refresh failed".

I've only been using Android studio for 2 weeks, so am fairly noob, but 
definitely a noob software developer.  Any advice/help is appreciated.

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/509c2aaa-de96-40f3-b01a-42ba151ac861%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Views vs Graphics

2016-08-17 Thread Aleksey Shurtygin
Hi,

I am long-time C# developer. I recently decided to play around with Android 
and Java. My first project I am trying to do is to create Crossword game. I 
have general idea on how to proceed but there is one thing that still is 
not very clear. If anyone can provide any input I would appreciate it.

What would be the best way to build crossword board? I am considering 
couple of ways:

1. Create a view/fragment for a single cell and dynamically build whole 
board. With this approach I am concerned about performance. Considering I 
will have a 12x12 board, that will create 124 view objects. Is that 
considered to be heavy or it should be no big deal?
2. Draw the whole thing manually and catch user's clicks/touch to add 
interactivity. This probably can avoid performance issues but feels like 
too much manual work. 

Do you think it makes sense to invest time into learning graphics or 
creating basic GridLayout/GridView/TableLayout with 120 TextViews should do 
it nicely? Or if there are any other suggestions feel free to jump in.

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/a7e3ab71-e284-4564-91e9-2244946bcd76%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Download manager android tv

2016-08-17 Thread Cristian Ortiz Ramírez
Hi guys.

 I'm new to android development I'm working now in an application that 
implements AndroidManager class but I'm facing some issue when I emulate my 
app in android tv device.

What I want to do is download a video from a url and when download finishes 
show de downloaded video on a VideoView, the problem here is that when I 
emulate on android TV the DownloadManager does not work, and if a try any 
other emulator(phone, tablet) it works like a charm. I've added everything 
that it's necessary in the Manifest to run on android tv, but no success.

Hope you could 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/df24c5bb-49d9-459d-9cf4-a34109583e30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Google Play Developer Console, An unexpected error occurred. Please try again later. (4800000)

2016-08-17 Thread 'Alex Nino' via Android Developers
Hi,

I have reached my highest limit of desperation trying to find out why my 
app Google Play integration stopped working out of the sudden. I do 
appreciate any help, ideas, suggestions you might have.

My app (which is a game) published in 2013 has been up and running without 
any problems until now, basically I uploaded (for the very first time) a 
new APK to the Beta testing section and somehow something got broken in the 
production version, What I mean by broken is that if I navigate to Game 
Services > My Game > Game Details, the page shows me a red top bar error.

An unexpected error occurred. Please try again later. (480)

if I try to navigate to Game Services > My Game > Linked apps (and add a 
new one) it shows me a similar error, red top bar.

An unexpected error occurred. Please try again later. (484)

also, navigating to Settings > API access will show the error.

An unexpected error occurred. Please try again later. (480)

Regarding these error messages I have already contacted Google via email, 
and unfortunately I haven't got any answer from them, I have no idea what 
else I can do, since August 11th none of my players are able to login using 
Google Play from the game (they lost their progress). It feels like the 
google backend is broken, and sadly it was my game what got heavily 
affected this time.

please let me know what your thoughts are, any ideas?

>From my client, when I try to login to Google Play, I am getting a very 
weird error:

*SIGN_IN_FAILED: *The Application is incorrectly configured. Check that the 
package name and signing certificate match the client ID created in the 
Developer Console. Also, if the application is not yet published, check 
that the account you're trying to sign in with is listed as a tester 
account. See logs for more information.*

and when I take a look at the LogCat events what I can see is:

.





















*08-18 00:19:33.490: W/GamesServiceBroker(3660): Client connected with SDK 
8487000, Services 9452438, and Games 3724003808-18 00:19:33.602: 
E/Volley(3660): [156] BasicNetwork.performRequest: Unexpected response code 
403 for https://www.googleapis.com/games/v1/players/me?language=en_GB 
08-18 
00:19:33.666: E/SignInIntentService(3660): Access Not Configured. Google 
Play Game Services API has not been used in project 608941808256 before or 
it is disabled. Enable it by visiting 
https://console.developers.google.com/apis/api/games/overview?project=608941808256
 

 
then retry. If you enabled this API recently, wait a few minutes for the 
action to propagate to our systems and retry.08-18 00:19:33.666: 
E/SignInIntentService(3660): 
com.google.android.gms.games.server.error.GamesException08-18 00:19:33.666: 
E/SignInIntentService(3660):  at 
com.google.android.gms.games.server.GamesServer.getResponseBlocking(GamesServer.java:174)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
com.google.android.gms.games.server.api.PlayersApi.getBlocking(PlayersApi.java:86)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
com.google.android.gms.games.broker.PlayerAgent.getPlayerFromNetwork(PlayerAgent.java:1638)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
com.google.android.gms.games.broker.PlayerAgent.fetchPlayer(PlayerAgent.java:633)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
com.google.android.gms.games.broker.DataBroker.loadSelf(DataBroker.java:1048)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
com.google.android.gms.games.service.PlayGamesSignInIntentService$LoadSelfOperation.executeInternal(PlayGamesSignInIntentService.java:294)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
com.google.android.gms.games.service.PlayGamesSignInIntentService$BaseOperation.execute(PlayGamesSignInIntentService.java:56)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
com.google.android.gms.games.service.PlayGamesSignInIntentService$OperationAdapter.execute(PlayGamesSignInIntentService.java:520)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
com.google.android.gms.chimera.BaseAsyncOperationService$OperationTask.run(BaseAsyncOperationService.java:177)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1113)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:588)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
com.google.android.gms.common.util.concurrent.PriorityRunnable.run(PriorityRunnable.java:17)08-18
 
00:19:33.666: E/SignInIntentService(3660):  at 
java.lang.Thread.run(Thread.java:818)08-18 00:19:33.682: 
E/LoadSelfFragment(21925): Unable to sign in - application does not have a 
registered client ID08-18 00:19:33.682: I/SignInActivity(21925): Transition 
from 8 to 1108-18 

[android-developers] Rooting Android without Apps

2016-08-17 Thread GN Sanjay
Hi,

Is it possible to root an android device 

Without using any third party applications like Kingo Root?
Without Custom Recovery or Custom ROM?

If yes, please guide me, how to do?

Regards
GNS

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


[android-developers] Why unable to unlock boot-loader?

2016-08-17 Thread GN Sanjay
Hi,

My android device is Android: 4.4.2, Kernel version: iBall3.4.67and MT6592.

Whenever I am trying to unlock its boot-loader, it’s failed. After ‘adb 
devices’ I see the ‘List of devices attached’. And after ‘fastboot oem 
unlock’, android device asks for permission.

I confirmed on android device by pressing Volume Up but no changes on 
device screen and computer screen. Even after 45 min, there are no changes 
both screens.

I changed USB cable and USB port. However, no changes.
Even no images of TWRP is compatible for this device.

Please guide me to fix it.

GNS

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


[android-developers] Phone than Skype Interview:CISCO Consultant with VOIP EXP...in Cleveland, Ohio!

2016-08-17 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: CISCO Consultant with Voip EXP…..*

* INTERVIEW: Phone than Skype  Interview*

*LOCATION: Cleveland, Ohio*

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*





What we require for this position:

· At least five years of experience supporting a global Cisco
environment

· Share knowledge and coach others in a diverse, collaborative team
environment

· Deep understanding of TCP/IP, subnetting, DNS and DHCP

· Experience troubleshooting, implementing and configuring the
following:

· Mixed VPN/MPLS WAN environment

· Voice infrastructure experience and or VOIP experience.

· Quality of service

· Routing protocols such as BGP and EIGRP

· Switching, wireless and firewall technologies Working knowledge
of the following:

· Network security technologies such as VPN, TACACS+ and Cisco ISE,
IPS, web filtering

· Network protocol analysis and troubleshooting using various tools
(e.g Wireshark) and equipment for root cause determination



Bachelors degree required:

· CCNA certification (CCNP considered a plus)

· Experience with ITIL is 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/CAH6F14e_W7ddEZJheH5EW8OmPgTJJXDHEC6zywk%3D6RWw7UAfbA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need, Java developer with Production support at Short hills NJ

2016-08-17 Thread Habeeb
please reply to ray_br...@visionisys.com




*Position: Java developer with Production supportLocation : Short hills
NJDuration : 6+ Months*

*Job Description:*

   - Good understanding of Core Java concepts
   - Should possess in-Depth knowledge of Java/J2EE Applications, Hibernate
   and Webservices
   - Should be able to Debug Applications, SQL and Database Stored
   Procedures (Oracle)
   - Experience in working with Weblogic and Unix environment
   - Should have good understanding of support model and able to manage
   SLA's
   - Good communication skills
   - Previous experience in a production support project is required




Regards,
Ray
*901-203-2881*

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


[android-developers] Urgent Need--- BizTalk Developer-----EAD or GC or Citizens Only

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



*BizTalk Developer*

*Duration – 2 months*

*Location – Seattle, WA*

*EAD or GC or Citizens Only*



*Required Qualifications:*

·   Overall 7+ years of experience

·   Minimum of 3 years of development in BizTalk

·   Minimum of 1-2 years of working experience with ESB toolkit (1.0,
2.0 or 2.1) and itinerary design and implementation, resolvers, exception
handling framework

·   Good knowledge of MS SQL Server

*Preferred Qualifications:*

·   Minimum of 3 years of working experience with BizTalk (2006+, and
some recent experience with 2013) development and messaging design
patterns, orchestrations, pipelines, adapters and convoys

·   Application or coding experience using Microsoft Visual Studio
platform

·   Experience/knowledge with XML, HL7, X12, or other industry
transaction/protocol formats

·   Good knowledge of MS technologies: TFS, SharePoint

·   Experience with implementing Business Rules Engine (BRE)

·   Knowledge of Web Services (SOAP/WSDL) Restful state services,
Windows Communications Foundation (WCF)

·   Experience integrating with real-time and web services interfaces



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%2BorC-qtKp-MUKvwOR-eP-jiiBwSHw9-X%2BnWCVoQAh_uxm3A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] URGENT REQ **** FACETS – EDI System Analyst ****** CA / CONTRACT

2016-08-17 Thread tejasri surapaneni
Hi,



*Position: FACETS – EDI System Analyst Location: Eldorado Hills, CA
Duration: 6 months (high probability of extension). *



*Mandatory Skills:  *Trizetto’s Facets, EDI



*Skill Set/Experience/JD: *

   -

   Extensive experience & knowledge in writing technical requirements, data
   mapping, requirements gathering, analyze, troubleshoot and resolve FACETS
   Configuration related issues
   -

   Conduct data analysis on FACETS Database, pattern analysis and
   recommendations
   -

   Minimum 5 yrs. of experience with Trizetto’s Facets Application suite
   (front end & backend) with good understanding on Facets Data Models, Table
   structures and Key business workflows.
   -

   Minimum 3 years of experience in Member Enrollment/EDI - 834 processing
   for commercial, medicare, exchange line of business
   -

   Proficient in understanding, analyzing and in writing SQL Queries
   -

   Strong Communication & Documentation Skills





*Tejasri Surapaneni (Teju)*

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

Fax :   609 799 5746
www.nityo.com

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


[android-developers] Cloud HCM Functional consultant.

2016-08-17 Thread USIT Recruiter
Need a Cloud HCM Functional consultant.

Duration: 16 weeks

Location: Cambridge, MA

Client-Apps Associate



Please look for locals who have core HR experience.

*Thanks & Regards!*

*Abhishek Kumar | Sr. Technical Recruiter | Saras
Solutions |abhis...@saras-solutions.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/CALnpRi1XbhhS7EtHwkbXPCcKnLzDVVw5%3Db-aCGgrEsbEmof7vQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urg Req: JCAPS Developer - Coppell, TX

2016-08-17 Thread Wasim Akram


 

*Java Developer with Java CAPS*

*Long term role*

*Coppell, TX*

*Essential Duties and Responsibilities:*

*The following duties and responsibilities generally reflect the 
expectations of this position but are not intended to be all inclusive:*

·  *Must be able Design, develop and support application 
using JCAPS platform.*

·  *Must be able to administer the JCAPS code repository.*

·  *Design, develop and support applications written in JAVA technologies 
(e.g., Java, J2EE, EJB, and Net Beans) and third-party objects.*

·  *Develop and support web, application and integration tiers using 
technologies (e.g. HTML5, JQuery, CSS, and JavaScript) and third-party 
objects.*

·  *Collaborate with other members of the team to determine root cause of 
production defects; requires the full understanding of the application at 
the UI, middleware, and database tiers.*

·  *Design, develop, unit/system test, and deploy resolution for production 
defects.  *

·  *Work through issues with business partners providing explanation of 
issues, business impacts, and resolution in a non-technical communication 
style.*

·  *Collaborate with Quality Assurance in defect root cause analysis.*

·  *Collaborate with architecture, database development and database 
administration staff to establish and adhere to industry and enterprise 
best practices for application development, integration and optimization.*

·  *Develop modules to accept and/or transmit data to other internal and 
external systems, using XML, HL7, X12 or vendor-specific technologies.*

·  *Participate in peer code review and collaborate with fellow developers 
and architects.*

·  *Work within multiple software development life cycle (SDLC) models 
including Waterfall and Agile.*

·  *Adhere to all HIPAA and SOX software development compliance policies 
and procedures.*

·  *Other duties and responsibilities as assigned including but not limited 
to:*

o*Attend team meetings, phone conferences, and training as needed.*

o*Know, understand, and follow teammate guidelines, employment 
policies, and department or company procedures.*

*Required Skills: *

·  *Minimum 5 years’ experience in application development and support 
using Java technologies (e.g., Java, J2EE, EJB), Web 2.0, Glassfish 2.0, 
Tomcat, JCAPS, JBoss  , SOAP , REST, PL/SQL, on UNIX, AIX & Linux 
platforms, third-party objects and other similar technologies.*

·  *Minimum 2 years’ experience using JCAPS 5.2 and above.*

·  *Minimum 3 years’ experience leveraging relational and OLTP database 
technologies such as Oracle 11g or SQL Server. *

·  *Minimum 2 years’ experience building enterprise level applications for 
the web/Internet, using (HTML5, JQuery, CSS)*

·  *Minimum 2 years’ experience with development tools such as Eclipse, Net 
Beans, SQL Developer and/or TOAD, XML Spy.*

·  *Minimum 2 years of working experience with Spring, Hibernate, JUnit and 
Struts software frameworks.*

·  *Working knowledge of Design Patterns (GOF, J2EE).*

·  *Experience with software development estimating techniques.*

·  *Experience with unit testing systems and validation tools.*

·  *Familiarity with UML modeling (Activity, Class, Sequence, Collaboration 
diagrams, etc.).*

·  *Bachelor’s degree in computer science or related discipline.  
Combination of education and progressively responsible work experience in 
related discipline may be substituted in lieu of degree on a year-for-year 
basis.  *

*Desired Skills:*

·  *Exposure to Quality Assurance and Quality Assurance initiatives, 
testing methodologies, and procedures preferred.*

·  *Implementation experience on ESBs like Mule Soft is a plus.*

·  *Experience with Agile development methodologies like SCRUM (preferred), 
Rapid Application Development, and Extreme Programming, as well as working 
in a highly user-interactive prototyping mode is desirable.*

*Essential Behaviors, Skills and Attitudes Required for Success in the 
Position:*

·  *Commitment to values of Service Excellence, Integrity, Team, Continuous 
Improvement, Accountability, Fulfillment and Fun with ability to 
demonstrate those positively and proactively to patients, teammates, 
management, physicians, and/or vendors in every day performance and 
interactions.*

·  *Strong written, verbal, and interpersonal communications skills 
including ability to listen attentively and to communicate information 
clearly and effectively throughout all levels of the organization with 
audiences of varying degrees of familiarity with technical material.*

·  *Demonstrated ability to work well with cross-functional groups.*

·  *Demonstrated strengths in organizational, attention-to-detail, 
follow-through, analytical, reasoning, critical thinking, and problem 
solving skills.*

·  *Strong understanding of business process with the ability to translate 
business requirements into technical requirements and deliver requested 
output timely and accurately.*

·  *Self-starter who is 

[android-developers] DevOps Engineer

2016-08-17 Thread Manisha Nityo
Hi,

Hope you doing Well !!!

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



*Role:- **DevOps Engineer*

*Location: **Mooresville ,NC*

*Duration:- 6+ months*

*Interview: -Phone/Skype*



*Required Experience and Technical Skills*:-

Primary skill* DevOps with Unix, SOAP UI, Jenkins, Shell Script, Selenium,
Bamboo

Python/Groovy script

SOAP UI/REST client exposure

Experience with Jenkins/Bamboo Build tools-Good to have

WAS/Adobe CQ/Node Js - Good to have Unix/shell scripting + Java - Good to
have

Containerization - Good to have



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


[android-developers] Fwd: Urgently Looking for Strong Angular JS Developer: in Washington DC

2016-08-17 Thread SALMA BHAT
Hi Partners,

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

*Angular JS Developer: *

· *Bootstrapping, Angular, Less CSS (3+ years)*

   - *Agile methodology*

·

· HTML, CSS, and JavaScript required (5+ years)

· Experience implementing JavaScript build, development and testing
scripts using tools like *Grunt, Bower, and Karma*

· Experience in consuming backend RESTful services (1+ year)

· *Proficiency in Jasmine/Karma and test-driven development (6+
months)*

· Creating e2e test cases using Protractor (6+ months)

· Experience in all phases of application system analysis,
application development and application maintenance support is required (3+
years)

· Excellent oral and written communication skills.

· Experience working on Agile new software development projects (2+
years)

· Quick learner and willing and able to learn Bootstrapping,
Angular, Less CSS and become a productive coder within 2-4 weeks.

· Proven productivity from previous projects.

· Works well on 4-6 person developer team.

Experience in doing design and doing coding work in 2-week sprints

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


[android-developers] immediate need a SAP BI BW Consultant || Hopkins, MN || Any Visa is OK !!Face-To-Face Required !!

2016-08-17 Thread Mohammad Wasim
*SAP BI/BW Consultant*

*Hopkins, MN*

*6+ Months*

*Client : Cargill*



*Any Visa is OK !!*



*Face-To-Face Required !!*



*Requirements :*



• Understanding of using structured data, dimensional models or cubes and
various forms of ETL for reporting
• Skills building tables/views or data warehousing on Oracle or MS SQL
Server environments
• Skills and/or experience developing database programming on Oracle or MS
SQL Server
• 3+ years developing in at least 2 of the following SAP Business Objects
technologies: BEX, Webi, Crystal and Dashboards
• 3+ years of BI modeling in SAP BW
• Experience in Dimensional and Entity-Relational data modeling and OLAP
• Bachelor's Degree in Computer Science, Information Systems or equivalent
experience.
• 5+ years of experience in analysis, technical design and development.
• 2+ years of experience working in a project environment
• 2+ years of experience deploying solutions through formal change control
processes





**

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


[android-developers] URGENT HIRE:Phone Interview:Java Developer in Charlotte, NC|$50/HR ON C2C

2016-08-17 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 Interview*

*LOCATION: Charlotte, NC*

*DURATION:18 MONTHS*

*START :ASAP*





*Job Overview:*

*VERY URGENT POSITION !*





*Client need a java candidate strong in these areas. Thank you. *



*1. Websockets*

*2. Java*

*3. JavaScript*

*4. GED-188 Protocol (Cisco)*



Must Haves

· 5-7 years of Java Development

oMiddle tier/Back end

· Web services

oRest

· Spring

· Plus Skills:

 An Angular JS or Javascript



D2D: Responsible for developing a middle tier platform for telephony
services. It will be interfacing with multiple middle tier apps such as
Genesys, UCCE, CTI, etc and will integrate with the front end. They will be
performing enhancements on the web services.

-- 



*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/CAH6F14c3dyYj%3DZOiXF%2BJxbfHn_FTx_x0GfKS7U%2BJza%2BVKvQXSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hard reset, continua saliendo: "Lamentablemente, el proceso com.google.process.gapps se detuvo"

2016-08-17 Thread Luis Manuel S.
Hola,

Tengo el problema que en mi celular me sale el mensaje "Lamentablemente, el 
proceso com.google.process.gapps se detuvo". Indagando por internet, le 
realicé el famoso Hard Reset, sin embargo al terminar el proceso y al 
iniciar nuevamente el celular me continúa saliendo el mensaje, y no me 
permite continuar.

He reseteado en más de un oportunidad, he cambiado de chip y continúa el 
error, no levanta el sistema.

Alguien que me indique como proceder para solucionar el inconveniente, o 
que indique algún programa para flashearlo de raiz?

Gracias.
PD: El celular no cuenta con memoria externa.



Hello,

I have the problem that my phone I get the message " Unfortunately, the 
process stopped com.google.process.gapps " . I delving online , I realized 
the famous Hard Reset yet to complete the process and start again the cell 
continues leaving me message, and does not allow me to continue .

I reset on more than one occasion, I changed and continues to chip error, 
does not lift the system.

Someone to tell me how to proceed to solve the problem , or to indicate a 
program to root flash it ?

Thank you.
PS: The cell does not have external memory.

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


[android-developers] Java UI Consultant available for your requirement

2016-08-17 Thread Sudheer Kumar
Hello,

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

Name:  Samhitha

Phone: 734-661-7973

location:   Waltham, MA
Relocation:   Open
Visa:H1b
Availability: Immediate.



*Thanks & Regards*


*   Sudheer *

*TEKTREE LLC*


*Work* : (734) 661-7973

*Fax*: (302) 397-2097
*Email *: sudh...@tektreeinc.com

*Web   *: www.tektreeinc.com
*Gtalk*   : *sudheertektree...@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/CAMVYyP-a-7009pHgvYQr3wET9-CniDRjbou_dWLQO%2B%3DwqcOtuw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


UI _ Samhitha Resume.docx
Description: MS-Word 2007 document


[android-developers] While waiting for an activity's result, detect if the current task goes to the background

2016-08-17 Thread Felipe Erias
Hi,

I am trying to be notified when the current task has gone to the 
background/foreground. Note that I am not asking about the current 
activity, or the current application, or about any other different task.

The context for this question is that, in my case, some resources should be 
freed when the task goes to the background (and only then). This can be 
implemented with onStart/onStop in my application's activities, but this is 
not possible when external activities are being used.

When we start an external activity with startActivityForResult (e.g. to 
pick a document or take a photo), Android places it on top of the current 
task's stack. However, there is apparently no way to get lifecycle 
callbacks from that new activity, even though it belongs to the same task 
as the rest of my application.

In other words, I haven't found a way to detect if the current task has 
gone to the background when the activity on top of the stack is external to 
my application.

Any ideas?

Thank you for your help.

Best,
Felipe


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


[android-developers] Re: echo cancellation

2016-08-17 Thread Swapnil Gupta
Hi Neha,

Did you find a solution to the feedback cancellation problem for android?

Thanks.
Swapnil.

On Thursday, May 26, 2011 at 11:28:29 AM UTC+2, neha wrote:
>
> Is there any way to synchronize the capturing and playback of audio 
> data in Android? 
>
> I am using audioRecord/track to achieve this.But its producing echo. 
> Is there any way to cancel echo. 
> My code is- 
> { 
> isRecording=true; 
>
>   bufferSize = 
> AudioRecord.getMinBufferSize(8000,AudioFormat.CHANNEL_CONFIGURATION_MONO,AudioFormat.ENCODING_PCM_16BIT);
>  
>
> audioRecord = new 
> AudioRecord(MediaRecorder.AudioSource.MIC, 
> 8000, 
> AudioFormat.CHANNEL_CONFIGURATION_MONO,AudioFormat.ENCODING_PCM_16BIT, 
> bufferSize); 
>
> audioRecord.startRecording(); 
>
> int BUFFER_SIZE_IN_BYTES 
> =AudioTrack.getMinBufferSize(RECORDER_SAMPLERATE,AudioFormat.CHANNEL_CONFIGURATION_MONO,RECORDER_AUDIO_ENCODING);
>  
>
> AudioTrack audioTrack = new 
> AudioTrack(AudioManager.STREAM_SYSTEM, 
>
>  
> 8000,AudioFormat.CHANNEL_CONFIGURATION_MONO, 
>
>
>  AudioFormat.ENCODING_PCM_16BIT, 
> BUFFER_SIZE_IN_BYTES, 
>
>  AudioTrack.MODE_STREAM); 
> byte[] buffer=new byte[400]; 
> audioTrack.play(); 
> while (isRecording) { int bytesRead = 
> audioRecord.read(buffer, 
> 0, 
> 400); 
> int bytesWritten = 
> audioTrack.write(buffer, 0, 400); 
>
> }

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


[android-developers] Need for Pega LBA || NYC,NY

2016-08-17 Thread Dev Singh
*Hi,*

*Role :Pega LBA*

*Loc.: NYC,NY*



*Skills:-*

· Experience with  Pega DCO experience with Version 7.

· Experience in Customer Services for Financial Services or Payment
Providers, with expertise in Disputes, Claims, and Chargeback business
areas. Experience in Smart Disputes a plus.

· Deep experience with industry standard methodologies of SDLC,
Agile, and SCRUM. Experience with Rally preferred.

· Possess advanced understanding of PRPC architecture, tools, and
frameworks

· Must possess a track record of strategy execution, innovation,
and execution in a high-pressure environment

· Experience in IT as a business analyst for large-scale projects
and programs

· Must be a Pega Certified Business Analyst or Architect

Thanks & Regards

*Dev Singh*


Phone: 609-853-0818 Extn: 2112

*Email*: de...@nityo.com 

   dev09...@gmail.com 

*Hangout: **devs09...@gmail.com *

*Skype : **dev.singh526*

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


[android-developers] Phone than F2F Interview:Data modeler in NYC,NY

2016-08-17 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: Data modeler*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: NYC,NY*

*START :ASAP*





*Job Overview:*

I need someone who has experience with Hadoop, Java or Java frameworks, and
Sybase or DB2 databases. This person should come from a finance background.
Previous work with large sets of data.

Thanks,


-- 



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

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

Reipen Avenue # 255 Jersey City, NJ 07306 |

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

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


[android-developers] Phone than F2F Interview: Mobile/iOS QA Analyst in Seattle, WA|$45/HR ON C2C

2016-08-17 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: Mobile/iOS QA Analyst*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Seattle, WA*

*DURATION:5 MONTHS+*

*START :ASAP*





*Job Overview:*

*Start: 08/30/2016*



Overview

· This is a QA role.



Duties

· Test native mobile applications, manage development stories,
interact closely with developers and stakeholders, deep technical
understanding of the platform testing upon.



Required

· iOS platform knowledge

· Charles Proxy, Fiddler or other network management tool

· Version control (Git, etc.)

· Xcode

· Form factor experience (tablet, phone, landscape/portrait, etc.)

· Test case management (JIRA, TestRail, etc.)



Technical/Prescreening Questions

· Describe a well-formed user story

· Describe a well-formed test case

· What does QA do while developers are working on stories/defects
in the queue?

· Give two examples of hypothetical defects you would submit. The
first is a crash that occurs when the application starts on wi-fi but not
cellular. The second is a mismatch between the user story and the actual
implementation that contains a layout concern.

· For the second example, the developer rejects the defect “as
designed”. What do you do?

· What is difference between Performance Testing, Load Testing and
Stress Testing? Explain with examples.

· What is a regression pass or test?

· Describe how you would test for the following:

· Out of memory crashes

· Accessibility coverage

· Network utilization

· Lapse in security


-- 



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


[android-developers] Looking for Risk Analyst in Tampa_JC

2016-08-17 Thread SALMA BHAT
Hi Partners,

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

*Skill Set*

Risk Analyst

*Work Location*

Tampa_JC

*Special Instructions*

NA



*Job Description*

JD follows:


Experience:
• 5+ years of risk assessment experience in one or more areas: application,
infrastructure, vendor risk management
• Financial Services Industry experience a plus but not required.
• Proficiency with Information Risk Management best practices.

Knowledge and Skills Required:
• Proven knowledge of technical infrastructure, networks, databases and
systems as they relate to cybersecurity risk
• Proven knowledge of security methodologies, policies, standards and best
practices
• Proven knowledge of information technology systems, infrastructure and
operations
• Ability to explain and articulate technical concepts using both technical
and non-technical language
• Critical thinking and analytical skills
• Excellent presentation skills (MS PowerPoint)
• Ability to work collaboratively by building consensus and influencing
decision making to foster forward progress with projects and initiatives
• Strong oral and written communication skills
• Excellent organizational skills, coupled with ability to be versatile and
flexible
• Sound business judgment and the ability to work successfully with all
levels of management
• Excellent grammar and style skills; ability to adapt writing style for
different audiences and media

Education, Training and Certification: Bachelor’s degree preferred.
CISM/CRISC certification preferred

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group 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-U-NbSHrwTw-xLxhAJxgOAb5NNXNJ23%3DAKsphD4XZC5g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Excellent consultants available for TIBCO || SALESFORCE || PEGA || JAVA || Validation

2016-08-17 Thread kiran kumar
If you have received this message in error or, are not interested in
receiving our emails, please reply to the email with "REMOVE" in subject
line to *sa...@cblsolutions.com *





Hi Friends/ Business Associates,



Here is the *Cerebral Technologies, Inc*., Hot List of our Consultants,
Please consider for all your C2C Requirements.

We do have Top Notch Consultants on our payroll and they are associated
with big IT giants across US and consultants available for projects
immediately. Our talented pool might be your right fit for any of your
current and future needs. Kindly add me into your distribution list and
let’s have win-win relation from here on.



You can share me the requirements at *sa...@cblsolutions.com
* and you can reach me at # *469-242-0939
<469-209-9152>*



*Name*

*Skill*

*Experience *

*Location*

*Relocation*

*Availability*

FRANCISCO

Sr.Java Lead

12+  Years

Bellevue, WA

Open

1-week

SHEERAZ

Sr.PEGA Developer*(CSSA)*

8+Years

Sterling,VA

Open

1-week

YESHWANTH

Sr Tibco Lead

8+Years

Bellevue, WA

Open

1-week

LINGAM

Sr.Salesforce

8+  Years

San Diego, CA

Open

1-week

DEEPTHI

Validation Engineer

6+  Years

Bridge Water, NJ

Open

1-week



Hope we can achieve mutual benefits with working together.



*My Sincere Request:*  Kindly add my Email *sa...@cblsolutions.com
*   in your distribution list and send me your
direct client requirements on daily basis.


-- 
*Sagar*   , *CBLSolutions*
*Email: *sa...@cblsolutions.com 
*Website: *http://www.cblsolutions.com/
*Address: *300 Decker Drive Suite 225,Irving, TX - 75038
*Office: **469-242-0939*

*   Fax: 516-900-2687 <516-900-2687> *














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


[android-developers] Gatt error on Bluetooth low energy

2016-08-17 Thread Gustavo Monteiro
Hello,

I'm working on a project in android that uses Bluetooth low energy (BLE). 
I have a DeviceScanFragment that shows a list of all BLE devices. When I 
select a device to connect, it should go to another fragment (
ScanProfessionalFingerprintFragment ), start the BluetoothLeService and 
connect.

The problem is that sometimes it doesn't connect. The BluetoothGattCallback 
on the BluetoothLeService receives status 133.

private final BluetoothGattCallback mGattCallback = new BluetoothGattCallback() 
{
@Override
public void onConnectionStateChange(BluetoothGatt gatt, int status, int 
newState) {
String intentAction;

if (newState == BluetoothProfile.STATE_CONNECTED) {
intentAction = ACTION_GATT_CONNECTED;
mConnectionState = STATE_CONNECTED;
broadcastUpdate(intentAction);
Log.i(TAG, "Connected to GATT server.");
// Attempts to discover services after successful connection.
Log.i(TAG, "Attempting to start service discovery:" +
mBluetoothGatt.discoverServices());

} else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
intentAction = ACTION_GATT_DISCONNECTED;
mConnectionState = STATE_DISCONNECTED;
Log.i(TAG, "Disconnected from GATT server.");
broadcastUpdate(intentAction);
}
}


After that I receive ACTION_GATT_DISCONNECTED in the BroadcastReceiver on 
the ScanProfessionalFingerprintFragment  and it doesn't connects.


private final BroadcastReceiver mGattUpdateReceiver = new BroadcastReceiver() {
@Override
public void onReceive(Context context, Intent intent) {
final String action = intent.getAction();
if (BluetoothLeService.ACTION_GATT_CONNECTED.equals(action)) {
mConnected = true;
updateConnectionState(R.string.connected, mConnected);
getActivity().invalidateOptionsMenu();
} else if (BluetoothLeService.ACTION_GATT_DISCONNECTED.equals(action)) {
mConnected = false;
updateConnectionState(R.string.disconnected, mConnected);
getActivity().invalidateOptionsMenu();

} else if 
(BluetoothLeService.ACTION_GATT_SERVICES_DISCOVERED.equals(action)) {
// Show all the supported services and characteristics on the user 
interface.
displayGattServices(mBluetoothLeService.getSupportedGattServices());
if(mGattCharacteristics != null && mGattCharacteristics.get(0) != 
null && mGattCharacteristics.get(0).get(0) != null) {

mBluetoothLeService.writeCharacteristic( 
prepareCharacteristic(), Constants.REQUEST_CONNECTION_CODE_1);
mBluetoothLeService.readCharacteristic( 
prepareCharacteristic());

}
} else if (BluetoothLeService.ACTION_DATA_AVAILABLE.equals(action)) {
displayData( intent.getBooleanExtra("receivedProfessional", false));

}
}
};

   
What could it be?

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/4814b4a4-dc4d-43bb-87e5-a46f27a8dcb8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for IKM certified Java developer in Houston, TX

2016-08-17 Thread SALMA BHAT
Hi Partners,

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

*Skill Set*

senior Java developer

*Work Location*

Houston, TX

*Special Instructions*

NA



*Job Description*

*Assessment process: Candidate has to score more than 80% in IKM. Post
that, candidate will be considered for Interview.*

Skillset:

? A proven track record of professional hands-on design and development
experience with various technologies when applied to long term technology
solution provision in , JSP, JQuery, Opensource software, Grid Computing
? Strong development experience with the following technologies:
o Java/J2EE
o Web services
o N-Tier solutions
? Strong to Expert Oracle SQL and MS SQLServer
? Performance tuning ability
? Test driven development
? Agile software development (SCRUM)
? Experience with large-scale enterprise wide IT environments containing
multiple technologies, servers and logical environments

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group 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-_vdXhqq_nh-soduyVsgSmqF6cr3Hcd4EVPKN7wCWdVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Position : IOT engineer

2016-08-17 Thread up2datecorp


*Position : IOT engineer*

Location : Bay Area.

Rate : $55 to $75 / Hr

Resumes to : up2date2...@gmail.com

 

*Must haves: *

-Passion for testing and integrating new systems

-General wireless and telephony networking theory knowledge

-Advanced knowledge of data exchange formats such as XML and JSON

-Strong RESTful Interface/API experience

-Agile and Test driven development


*Added skills:*

-Extensive experience with in-vehicle networking technology such as CAN, 
Ethernet AVB, MOST, etc.


-Experience with connected car services including infotainment, telematics, 
fleet management, etc.


-Experience with public and proprietary ODB-II data from multiple 
manufacturers


-Experience with Apple CarPlay and Android Auto a plus

- Mobile Development (iOS/Android) Experience

- QT (C++ Experience)

- API Integration Experience

- 3D Game/Interaction Development (WebGL/Three.JS/Unity)


Patent Experience

Diverse Team Leadership

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


[android-developers] RE : MicroStrategy Developer_Dallas, TX

2016-08-17 Thread Amit Sharma
Hi,



We have urgent requirement for MicroStrategy Developer at Dallas, TX.

Kindly share your consultant profile.



*Job Title : Microstrategy Developer*



*Location : Dallas,TX*



Microstrategy 10x/9x

- 7 yrs with hands on experience. Oracle 9i, 10g, 11i

- 5 yrs JBoss

- 5 yrs PL/SQL

- 5 yrs Unix Shell Script

- 5 yrs-Installing and Configuring Micro Strategy 10.x, Micro Strategy
Desktop, Micro Strategy Web (Jboss), Micro Strategy Mobile, Micro Strategy
Intelligence Server in a clustered environment.

-Experience with full enterprise applications migration from MSTR 9x to
MSTR 10x.

-Install and configure OM/EM, R integration, D3, ESRI.

-Scale the processing servers to fulfill scheduled jobs and adhoc requests.

-Meta data recovery and back up, implement security.

-Distribute content across nodes for effective use of in memory cubes and
efficient performance.

-Installing drivers ad Configuring DB connections on MSTR Servers

- Teradata, Aster, Big Data, Hive, Oracle, Windows AD, pass through.

-Technical resolution for Micro strategy environments, including trouble
shooting server errors.

-Vendor Management, Performance Management.



Regards,

*Amit *| SYSMIND, LLC

Phone: 609-897-9670 x 2160

Email: am...@sysmind.com

Website: sysmind.com

Address: 38 Washington Road, Princeton Junction, NJ 08550

https://www.linkedin.com/in/amit-s-9964573a


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


[android-developers] PLSQL Developer (TA/TL)With Oracle Database@EL Segundo , CA

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

*ONLY FOR LOCAL*

*Role:* *PLSQL Developer (TA/TL) With Oracle Database*

*Location: **El Segundo , CA*

*Work Duration:** 6+ Month*

*Years of Experience: 8+*

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

Title: PLSQL Developer (TA/TL)
Proficiency in PL/SQL(Oracle11, 9) with strong fundamentals
o Strong Understanding of the Oracle database.
o Should have a very good knowledge and practical experience of stored
procedures, Triggers, Cursors, PL/SQL development, PL/SQL Packages, SQL
Exceptions and Functions in oracle.
o Should have experience in Performance tune queries, packages, procedures
and functions.
o Strong experience in software development lifecycle and should follow
standard development process such as code review.
o Good experience in backend development including data analysis, data
modeling, design and implementation.
o Experience in Unix and autosys will be added advantage.
o Should have good troubleshooting skills in Pl/SQL and should be able to
do reverse engineering where ever required .







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


[android-developers] Automation Test Lead with Java Knowledge

2016-08-17 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:- **Automation Test Lead with Java Knowledge*

*Location: **Albany, NY*

*Duration:- 6+ months*

*Interview: -Phone/Skype*



*Required Experience and Technical Skills*:-

Excellent Automation knowledge, Selenium, Java, SQL, Groovy, Jeb & Spock,
Functional Testing, Jira, Agile testing approach & methodologies.



Job Description:-
Ø 6+ years of testing experience, with at least 3 years as a Team Lead
Ø Complete testing background incl. hands on automation knowledge and
should have strong roots in a Java environment
Ø Understanding of internet application architecture, including web
services, database technologies, and SOA/Micro Services architecture
Ø Experience with Continuous Delivery techniques and tools a plus
Ø Significant hands-on experience in project management using Agile/Lean
development methodologies
Ø Excellent written and verbal communication skills
Ø Excellent analytical, troubleshooting, and problem solving abilities
Ø Passion, resourcefulness, and dedication are a must to succeed
Ø Leading teams of highly-creative software professionals in a dynamic,
fast-paced environment
Ø Understanding and driving Lean, Systems Thinking software engineering
principals
Ø Establishing best practices for software engineering to ensure
high-quality services that can be easily run in production
Ø Collaborating with architects and other technology leaders to help drive
the direction of technology within the team and the company
Ø Establishing a culture of continual learning and quality across the
organization
Dropping down to a low level, when needed, to help direct project teams and
keep projects on course



*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/CANOPGKzCjWySuNfRrq0%2BUmyy6r%3D8FjxQr5vwcm%3Di-M05_4pL_A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need---AWS Resource---EAD or GC or Citizens Only

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



*AWS Resource*

*New Orleans, LA*

*Long Term Contract*

*EAD or GC or Citizens Only*



*Job Description:*

Design, implement and deploy high availability solutions in the cloud
environment. Plan and conduct technical tasks associated with the
implementation and maintenance of cloud application infrastructure. The
Cloud Solutions Engineer collaborates with technical leadership, system
administrators, and business stakeholders to develop cloud solutions to
meet operational goals for high availability, performance, stability,
security, and cost efficiency.



*Minimum Qualifications:*



  Education: Bachelor’s degree with major in Computer Science, Mathematics,
Information Systems, or related.

· Experience:

o   7+ years as a Linux System Administrator or similar

o   2+ years as systems design lead

· Technology and Software

o   Amazon Web Services experienced required

o   Linux Operating systems (CentOS or similar) required

o   Scripting language: Ruby, Perl, or Python

o   Monitoring: Nagios, Zenoss, or similar

o   Configuration Management Systems: Salt, Chef, or similar

o   Databases: PostgreSQL or similar







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


[android-developers] Automation Test Lead with Capital Market Domain Experience

2016-08-17 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:* *Automation Test Lead with Capital Market Domain Experience*

*Location: **Weehawken, NJ*

*Work Duration:* *6+ Month*

*Years of Experience: 8+*

*Note: Please attached Visa Copy & Id proof With Resume*




*Job Description:- *In the role of Test Lead, you will be involved in
automation requirement analysis, creating automation test strategy/plan,
test estimation, script creation, test scripts execution, defect management
and test progress reporting to stakeholders.



Must
· Bachelor’s degree or foreign equivalent required from an accredited
institution. Will also consider three years of progressive experience in
the specialty in lieu of every year of education.
· At least 8+ years of in-depth experience on automation testing in Agile
environment.
· 5+ years of hands on Automation experience on (Selenium (JAVA), Cucumber)
exp. Knowledge on Gherkin.
· Experience on continuous integration tools Jenkin or Teamcity. Experience
in working on Behavior Driven Development (BDD).
· Candidate must 3+ years of Capital markets domain experience.



*Thanks & Regards,*

*Manisha Budhwar*

Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-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/CANOPGKy8tmujkxGyMjuTxjm%3Dn5ZF%3DnwA9taMmQerXpRtkHBk%2BA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] immedaite neea a Application Developer with UX exp || Redmond, WA || No H1B ||

2016-08-17 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:

*Application Developer w/UX exp*

*Client:: Microsoft*

*Telephonic/Skype*

*Redmond, WA*

*No H1B’s*



Requirement::



Visual Designer – You sketch, design, tweak, crop and place yourself into
every project with a strong point of view on graphic design for
presentations, interaction layouts, apps, and a diverse range of
experiences delivered on a screen (sometimes print). You sell your work
through your concepts, talk big picture and solve the small details. You
have an eye for good, innovative design because you know the difference
between dated and trendy design. Can do this: - Design pixel perfect -
Communicate ideas clearly - Bring a variety of fresh and appealing
aesthetics to every project - Do visual research and present mood-boards
before tackle a project. Also this: - Work hard - Be nice and humble -
Animate your designs



*Must haves:* *- Over 5 years of experience in design and interactive* *-
Solid thinker with a point of view* *- Collaborative nature* *- Positive
attitude* *- Outstanding portfolio* *- Passion for design and technology* *-
Independent spirit*



Nice to have:

- You can create 3D content - You are handy with a fancy DSLR camera - You
can handle some video production as well for capturing and editing - You
can illustrate and storyboard with charm and clarity.







**

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


[android-developers] Java UI Consultant available for your requirement

2016-08-17 Thread Sudheer Kumar
Hello,

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


Name:  Samhitha

Phone: 734-661-7973

location:   Waltham, MA
Relocation:   Open
Visa:H1b
Availability: Immediate.



*Thanks & Regards*


*   Sudheer *

*TEKTREE LLC*


*Work* : (734) 661-7973

*Fax*: (302) 397-2097
*Email *: sudh...@tektreeinc.com

*Web   *: www.tektreeinc.com
*Gtalk*   : *sudheertektree...@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/CAMVYyP-nS1a-6BTkhpxK%2BdMCZXGtTnMJWyph9C2Op12rtahtpw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


UI _ Samhitha Resume.docx
Description: MS-Word 2007 document


[android-developers] Looking for IBM BPM consultant

2016-08-17 Thread Sudhakar Reddy
Hi ,

Hope you are doing great,

My Self,  *Sudhakar* from *HCL Global Systems Inc*. We have a requirement
for IBM BPM consultant* for *Richfield,MN

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
*





Title: IBM BPM consultant

Location: Richfield,MN

Duration: 6 Months +


Job Description:

Key skills required for the job are:

   - IBM BPM - IBM Lombardi (Mandatory)
   - IBM BPM  - ESB Architecting

As a Lead, you are responsible for managing a small team of analysts,
developers, testers or engineers and drive delivery of a small module
within a project (Delivery/Maintenence/Testing) You may serve as entry
level specialist with expertise in particular technology/industry domain/a
process / application / product. You are responsible for
functional/technical track of a project.

Minimum work experience:8 Years

*Mandatory Skills:* IBM BPM - IBM Lombardi BPM Process Design

*Desirable Skills:* JavaScript, IBM BPM¿ - ESB Architecting

*Language Skills:* English Language

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


[android-developers] Swipe imageview in android with out listview concept

2016-08-17 Thread Vadivel C
how to make , if move Imageview right to like and move left to remove view 
in andorid without using listview.

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


[android-developers] Re: Information Request

2016-08-17 Thread abdelrahman mustafa
can any one know this problem and what could the solution be ?? 

On Wednesday, August 17, 2016 at 4:23:51 AM UTC-7, abdelrahman mustafa 
wrote:
>
> Dear, 
> I was trying to create Android developer Console charging 25 $ but 
> something wrong was happened  and then i have been charged for 5 dollar so 
> please kindly refund this charges ,i had this message through my process (An 
> unexpected error occurred. Please try again later. (668269003)
>

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


[android-developers] Information Request

2016-08-17 Thread abdelrahman mustafa
Dear, 
I was trying to create Android developer Console charging 25 $ but 
something wrong was happened  and then i have been charged for 5 dollar so 
please kindly refund this charges ,i had this message through my process (An 
unexpected error occurred. Please try again later. (668269003)

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


[android-developers] HOTLIST

2016-08-17 Thread Madhu Sudhan
Hi,

Below are the available consultants,

Let me know if you have any requirements,

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


Also please add me to your requirements distribution list

*Name*

*Skill*

*Location*

*Relocation*

*V M*

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

*CA*

*CA*

*D B*

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

*PA*

*Open*

*R T*

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

*GA*

*Open*

*N N*

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

*IL*

*Open*

*V V*

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

*MD*

*MD, VA, PA, TX*

*G G*

*Sr. ETL QA Tester (8 years)*

*CT*

*CT*

*S V*

*Sr. Tableau Developer (8 years)*

*TX*

*Open*

*B G*

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

*CT*

*CT*

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


[android-developers] IBM Job Openings For Freshers/Exp

2016-08-17 Thread IT Jobs



*@@@ Good News To Everyone @@@*

*IBM Job Openings For Freshers/Exp *

 Looking For a Mnc Jobs 

Apply Mode: Online

*Registration Link <==> http://bitly.com/2b22jxi*

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


[android-developers] Airtel job Mega Walkin Drive For Freshers

2016-08-17 Thread IT Jobs


*Breaking News...*

*Airtel job Mega Walkin Drive For Freshers || *

*No.Of Posts : 1550*

*Salary:28,000 to 32,000 PM*

*Register Now =>> http://bitly.com/2b22jxi*

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


[android-developers] Dell Mega Recruitment Drive For Freshers

2016-08-17 Thread IT Jobs


*Good News *

*Dell Mega Recruitment Drive For Freshers *

*Salary Package => Rs 3,25,000 - 3,50,000 P.A*

*Registration Link <==>http://bitly.com/2b22jxi*

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