Re: [android-developers] android intent getIntExtra returns default value

2016-07-14 Thread sardar khan
can you paste here the full code

On Fri, Jul 15, 2016 at 3:14 AM, essien david 
wrote:

> Please i am building an app and i keep having an error in the app
> getIntExtra keeps returning the default value.
> here is the code:
>
> Intent i = new Intent(MonthGridActivity.this,
> DevotionListActivity.class);
> int newPosition = position+1;
> i.putExtra("monthId", newPosition);
> startActivity(i);
>
> public int getMonthId(){
> int monthId;
> Intent i = getIntent();
> monthId = i.getIntExtra("monthId", 0);
> return monthId;
> }
>
> I keep getting 0 as the return value. please 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/03637173-a76f-40d1-b25b-62b5e8352cd3%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

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


[android-developers] Re: Textview not scrolling marquee in lollipop version and above

2016-07-14 Thread thepooja93


On Wednesday, July 13, 2016 at 4:29:30 PM UTC+5:30, thepo...@gmail.com 
wrote:
>
>
>
> down votefavorite 
> 
>
> Textview text marquee are scolling in pre lolliop versions but not support 
> for lollipop and after that..please help me . following are code for xml 
> and added code in java also setselected(true). Please Reply.
>
> Thanks.
>  Following are code fro that.
>
>
>  android:layout_width="match_parent"
> android:layout_height="wrap_content"
> android:textAppearance="?android:attr/textAppearanceLarge"
> android:id="@+id/textView1"
> android:layout_gravity="center_horizontal"
> android:ellipsize="marquee"
> android:singleLine="true"
> android:layout_marginTop="-12dp"
> android:marqueeRepeatLimit="marquee_forever"
> android:scrollHorizontally="true"
> android:textColor="@color/white"
> android:background="#00AEEF"
> android:focusable="true"
> android:focusableInTouchMode="true"
> android:fadingEdge="horizontal"
> android:freezesText="true"
>/>
>

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


Re: [android-developers] sqlite databases

2016-07-14 Thread Alex Baule
If you app is in debug mode, you can do this:

adb -d shell "run-as ** cat /data/data/**/databases/** |cat > /sdcard/**.db"

Now you can get your database from the sdcard.

if Someone want, i build a script for linux and mac, to make this command
more friendly/





2016-07-14 19:38 GMT-03:00 Gonzalo Cimma :

> Hi, I make app and use SQLite db, but my phone I can't root, for that I
> can see the db, and need every time update the db, I working in Visual
> Studio, Android Studio, how can update the db, maybe if send db to sdcard
> in the phone and the app have option for update the database, I need help
> with this, 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/6041e3a8-4903-4cc5-b838-8f3109a22346%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

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


[android-developers] sqlite databases

2016-07-14 Thread Gonzalo Cimma
Hi, I make app and use SQLite db, but my phone I can't root, for that I can 
see the db, and need every time update the db, I working in Visual Studio, 
Android Studio, how can update the db, maybe if send db to sdcard in the 
phone and the app have option for update the database, I need help with 
this, 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/6041e3a8-4903-4cc5-b838-8f3109a22346%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] android intent getIntExtra returns default value

2016-07-14 Thread essien david
Please i am building an app and i keep having an error in the app
getIntExtra keeps returning the default value.
here is the code:

Intent i = new Intent(MonthGridActivity.this, 
DevotionListActivity.class);
int newPosition = position+1;
i.putExtra("monthId", newPosition);
startActivity(i);

public int getMonthId(){
int monthId;
Intent i = getIntent();
monthId = i.getIntExtra("monthId", 0);
return monthId;
}

I keep getting 0 as the return value. please 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/03637173-a76f-40d1-b25b-62b5e8352cd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview:Salesforce Business Analyst.|Chicago, IL|GC/USC/GC-EAD ONLY

2016-07-14 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: Salesforce Business Analyst*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Chicago, IL*

*VISA:GC/USC/GC-EAD ONLY*

*START :ASAP*





*Job Overview:*



Salesforce Business Analyst. They are looking for someone on a 6 month
contract basis with a likely extension, and possibility for full time hire.
We have placed 3 people on this team in the last week, and this is the last
hire they need to make for this project!



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


[android-developers] Phone than F2F Interview:Java Developer|Bethesda, MD|$52/hr on c2c

2016-07-14 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 with Ant*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Bethesda, MD*

*DURATION: UPTO 3 YEARS*

*START :ASAP*





*Job Overview:*





 Experience with Object oriented design and development, data structures
and design patterns
• Experience with Java 6+, Spring MVC, JDBC, Hibernate, Eclipse, Web
Services (XML, SOAP/RESTful) ,Rational ClearCase , JIRA, Stash and
Bootstrap.
• Experience with RDMS and database design and troubleshooting (Oracle
11g/12c, PL/SQL)
• Experienced with software development lifecycles (SDLC) and ability to
apply best practices using industry standards throughout all software
developed.
• Experience with Automated unit test and test driven development
• Experience with build servers such as Cruise Control, working knowledge
of *ANT* Scripting. Familiarity with Continuous integration principles.
• Able to multi-task and work in a dynamic, fast-pace environment.
• Good verbal and written communication skills.




-- 



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


[android-developers] Sr. .Net Developer is available for new project

2016-07-14 Thread Nitin Taneja
Hi

Please find the summary of my consultant who is available immediately for
the new projects.

Let me know if you have any suitable position for him.


*Please reply at ans...@enolimitsinc.com  for
quick response. *

*NAME*

*SKILL*

*LOCATION*

*AVAILABILITY*

*RELOCATION*

Nitin Taneja

.NET

Parsippany, NJ

Immediate

Open



*BACKGROUND SUMMARY*:-

· 10+ years of experience in Web Applications, Web
portals, windows applications, business analytics and reporting
applications using Microsoft Technologies and .Net framework.

· Experienced in developing web applications using .NET
Framework 2.0/3.0/ 3.5 and 4.0, ASP.Net, ASP.NET  MVC
3/4/5, MVP, MVVM, Entity Framework 4/5, LINQ to Entities, J Query, J Query
UI, Java script, C#, ADO.Net, XML, XSLT, HTML 5, CSS3,  AJAX, REST Web API,
WCF, Web Services, WPF, N-Tier Architecture, Nugget open source packages
and utilities.

· Gained expertise in all the major phases of SDLC
indulging requirements gathering, requirements analysis (via strong
documentation skills), technical feasibility (via applying developer’s mind
to requirements and proposing smart alternatives to requirements), and
comprehensive and detailed documentation at 3 levels – BRD, FRD and TRD,
data modeling (via Microsoft Visio and UML diagrams), database design
(taking into effect normalization forms, indexes, complex joins scope, data
redundancy scope and data expansion scope), web page mockups, application
architecture setup (taking into effect pluggable and playable
architecture), application development (taking into effect latest
technologies and agile methodology as basic governing approach for the
project), test driven development (via mocking frameworks (Moq) and unit
testing frameworks (N Unit), developing UAT use cases (mainly integration
testing with pre live data), load testing (via silicon), web page response
times optimization (via Y Slow and Fiddler).

· Good experience in ASP.NET  MVC
applications, Web services, Windows Communication Foundation (WCF), Windows
Presentation Foundation (WPF) technologies.

· Gained expertise in various reporting and business
intelligence analytics tools mainly indulging Micro Strategy, SSRS, Crystal
Reports, J Query, Java script High Charts.

· Very good at cracking R’s as part of project
challenges.

· Applying OOPS S.O.L.I.D Principles and design
patterns to application architecture and multi layers.

· Involved in the design and development of 3 Tier,
N-tier distributed architectures and MVC architecture.

· Possess a proven track record of successfully
developing application systems based on user requirements. Well versed in
Unified Modeling Language (UML) and OOA/OOD methodologies.

· Experience in creating use case diagrams, class
diagrams, activity diagrams, sequence

· diagrams, page flow diagrams, architecture diagrams,
flow diagrams, implementation diagrams, migration diagrams using UML
technologies and Microsoft Office Visio.

· Extensively worked on the C# and ADO.net for
developing the windows applications.

· Worked on windows services for applying distributed
architecture.

· Knowledge on developing the web application using
framework like Language Integrated Query (LINQ) and Entity framework 4/5.

· Experience in Database
Analysis/Design/Normalization/Manipulation processes using SQL Server
2000/2005/2008. Extensively worked on stored procedures, Triggers, Indexes.
Identification of deadlocks, user errors and scope ofoptimization
using SQL profiler.

· Familiar with the bug tracking tools like Bug Zilla,
JIRA.

· Worked experience on the source control software
packages like Microsoft Visual Source Safe (VSS), Team foundation Server
(TFS), Tortoise SVN.

· Experience performing Unit and Integration Testing in
the Development, System Integration Testing (SIT), User Acceptance Testing
(UAT) including Bug Reporting and Fixing.

· Experience in using automated testing tools like
Coded UI for .net framework based web applications.

· Good communication skills, strong organization and
interpersonal skills and a very good team player, capable of working
independently with minimal supervision, and perform as part of a team



Regards..



*ANSHUL*



*Office:* 703.495.7861

*Fax:* 877.690.0720

*Email: *ans...@enolimitsinc.com

1600 Tysons Blvd Suite 800

Mclean VA 22102



*McLean, VA | New Delhi , India*

*www.enolimits.com *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this 

[android-developers] Fwd: Imm Need For C#/.Net developers In IL For F2F !!

2016-07-14 Thread Nitin Taneja
-- Forwarded message --
From: Dayle Wilson 
Date: Fri, Jul 15, 2016 at 12:56 AM
Subject: Imm Need For C#/.Net developers In IL For F2F !!
To: dayle.wil...@itbtalent.com


Hello,


I am looking for highly skilled and experienced C#/.Net developers to work
in a large scale Agile environment.


*Must be highly skilled developers with experience working on large
projects. Candidates must be US Citizens and local to Chicago!!!*


*REPLY ME AT:dayle.wil...@itbtalent.com *

Skills

• BS degree in Computer Science/Engineering or other directly related
technical field

• 5-7 year’s hands-on experience in projects and development.

• Knowledge of system analysis and programming tools and techniques.

• Experience in designing and programming applications.

• Must be comfortable and eager to perform tasks in all phases of the
software lifecycle (e.g., requirements analysis, design/development/test)

• 5+ years of Object-Oriented design experience

• 5+ years with C# development experience.

• 5+ years of relational database software development experience (SQL
Server)

• Additional Skills a Plus

o Experience using Tomcat

o Crystal Reports,

o Business Objects,

o Spring .NET


Regards
Dayle Wilson - IT Technical Recruiter
ITBrainiac Inc.
Direct : 201-448-4949
dayle.wil...@itbtalent.com

-- 
You received this message because you are subscribed to the Google Groups
"BostonJobs" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to bostonjobs+unsubscr...@googlegroups.com.
To post to this group, send email to bostonj...@googlegroups.com.
Visit this group at https://groups.google.com/group/bostonjobs.
For more options, visit https://groups.google.com/d/optout.

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


[android-developers] Skype than F2F Interview:Senior AEM Requirement|NY

2016-07-14 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

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



*POSITION: Senior AEM Consultant*

*INTERVIEW: Skype than F2F Interview*

*LOCATION: New York*

*START :ASAP*





*Job Overview:*





· *8+ years developing and implementing complex software
applications using Java/J2EE technologies.*

· *Has Built CMS solutions on top of the Adobe CQ/AEM 6.x WCM, DAM
and was involved in designing and implementing custom components. *

· *Integrating CQ5 components with JQuery and Angular JS
frameworks.*

· *API, Apache Sling/Felix in CQ/AEM6.x as part of developing
custom bundles.*

· *Created workflows and users administration in CQ.*

· *Exposure to dispatcher configurations as part of AEM 6.x website
architecture.*


-- 



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


[android-developers] Looking for Talend Support consultant in New Jersey

2016-07-14 Thread SALMA BHAT
 * Hi Partners,*

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

*Skill Set*

Talend

*Work Location*

New Jersey

*Special Instructions*

NA



*Job Description*

We have an immediate need for Talend at onsite:

Job Description :-
1. 6 yrs experience providing PROD support for Talend apps
2. 6+ yrs. architecting applications in Talend Integration Suite.
3. Worked on at least 2 projects architecting Big Data solutions using
Talend
4. Very good experience in the Linux OS
5. Experience in the Financial/Credit Card domain
6. Strong skills in Java
7. Ability to trouble shoot big data issues by getting into Big Data
libraries
8. Experience designing Run Books
9. Strong experience designing database tables and troubleshooting DB issues

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


[android-developers] Urgent Need---Informatica Architect--GC or Citizens ONLY

2016-07-14 Thread snandrolu


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.

 

*Informatica Architect*

*Duration: 4 months*

*Location: Minneapolis, MN (Skype/Phone interview)*

*GC or Citizens ONLY*

 

*TOP SKILLS:*
1. Install, configure, and test Informatica PowerCenter in Dev and Prod 
server environments and on six client machines

2. Install, configure, and test Informatica Data Quality in Dev and Prod 
server environments and on six client machines

3. Four (4) years’ experience in an IT Architecture role leading the 
planning and deployment of an enterprise Informatica environment

 

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/f4cf5c72-f4e8-448c-8b89-6b349fff761e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: A Cautionary Tale: Backup your Keystore

2016-07-14 Thread Kevin Newman
It's 2016 now. Is this still an (unnecessary) problem?

It's ridiculous if you think about it - and it causes people to do things 
like emailing the private key to themselves (for real - email!).

Apple doesn't have this problem because they store the publish keys, and 
issue a separate key for developers which can be regenerated and revoked at 
the server - this is simply better.

Kevin N.



On Tuesday, March 8, 2011 at 9:45:09 AM UTC-5, hoyski wrote:
>
> I had a frantic and terrifying couple of hours the other night looking 
> for my keystore file. A few months ago I restructured my workspace and 
> source directories and unwittingly deleted the keystore used to sign 
> my app, something I was completely unaware of until I went to sign the 
> latest release of my app. 
>
> I knew all of the inputs I'd used to create the keystore so I thought 
> there may be some way to recreate it. Searching Google I found that 
> the answers fell into two categories: "Dude, you're screwed" and 
> "Dude, you're [expletive deleted]." 
>
> Luckily my tale has a happy ending. I'd temporarily used a different 
> machine for development and I found a copy of my keystore on that 
> machine. Suffice to say, I now have copies of my keystore 
> *everywhere*. I may even print out a copy of a hexdump as the ultimate 
> hardcopy backup. 
>
> Just figured I'd share this in the hopes that it may spur others to do 
> what I should have done from the beginning. 
>
> - Dave 
>

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


[android-developers] Urgently Looking Business Analyst with Experience in Pharma Regulatory Domain Location: Groton CT,USA

2016-07-14 Thread SALMA BHAT
 Hi Partners ,

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

*Skill Set*

Business Analyst with Experience in Pharma Regulatory Domain

*Work Location*

Groton CT,USA

*Special Instructions*

NA



*Job Description*

Role Title: Business Analyst with Experience in Pharma Regulatory Domain
Duration: 6 months initially and may be extended.
Location: Groton CT,USA
Experience: 8-10 Years

· Strong knowledge of Regulatory Domain
· Strong knowledge of content management authoring and submission authoring
· Enterprise Business Analysis -Business process modeling, problem
analysis, building a business case, building a business process
· Knowledge of work involved in regulatory submissions as a part of
acquisitions
· Good knowledge of change management processes involved regulatory domain
· Should be able to work on process analytics, diagrams and documentation
· Excellent communication and documentation skills
· Interact with business stakeholders to identify and finalize the
business/functional requirements
· Experience of working with globally distributed teams

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


[android-developers] Urgent Need Java Lead with hybris exp consultant - Immediate position

2016-07-14 Thread mahesh
*Hi All,*
*Hope you are doing great !!*

Kindly please do find thr below requirement details if you looking for any 
openings please do share me your resume with details to 
mah...@themesoft.com OR reach me 669-721-0422

*Java Lead*

*Role: Dev Lead(8+ experience)*

*Duration of Contract – 12 months*

*Start Date : Immediate*

*Location – Bothell, WA*


Skill set needed:

1. Required : Java(core Java with mandatory on Servlets, Filters) , JS, 
JQuery, HTML5, CSS competencies

2. Required : The dev lead should also be able to demonstrate high 
competency in OAuth

3. Good to have : Competency in hybrid apps with some experience in native 
app design and development (Android and iOS).

Dev lead would need to interface with a team that would be doing 
development on hybrid apps.



 

*Regards,*

 

*Mahesh*

(669)-721-0422 | mah...@themesoft.com

*THEME**SOFT, **INC. | **www.themesoft.com* 

 [image: Description: Description: Description: unnamed]*MBE  
Certified Minority-Woman Owned Business*
*Celebrating a Decade of Providing Innovative Staffing Solutions*

 

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


[android-developers] Phone than F2F Interview:Oracle PL/SQL | LOCAL | BOSTON | MA

2016-07-14 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: Oracle PL/SQL*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: BOSTON | MA  *

*START :ASAP*





*Job Overview:*

*We have the following ADDITIONAL need for 2 Resources in BOSTON | MA*

*Expertise: PL/SQL, SQL, Oracle -XML, Preferably Financial Services
experience (5-10 Years),*



*Thanks,*






-- 



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

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

Reipen Avenue # 255 Jersey City, NJ 07306 |

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

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


[android-developers] NAZIST MAFIOSO SAL GALATIOTO WANTS TO GET AC MILAN OUT OF EXTREMELY KILLING CASH FROM RUSSIAN MAFIA, CHINESE MAFIA (TRIADE), COLOMBIAN & ITALIANAMERICAN MAFIA! THESE ARE "THE MIST

2016-07-14 Thread ALFREDO PIACENTINI DECALIA ASSET MANAGEMENT
NAZIST MAFIOSO SAL GALATIOTO WANTS TO GET AC MILAN OUT OF EXTREMELY KILLING 
CASH FROM RUSSIAN MAFIA, CHINESE MAFIA (TRIADE), COLOMBIAN & 
ITALIANAMERICAN MAFIA! THESE ARE "THE MISTERIOUS CHINESE FUNDS" HE HAS FOR 
PEDOPHILE, ASSASSIN SILVIO BERLUSCONI!
 
"THE FAMOUS SECRET CHINESE FUNDS" WHO MAY WANT TO BUY AC MILAN, ARE 
ACTUALLY RUSSIAN MAFIA ( NAZIFASCIST DESPOTS, MEGA PRINCIPAL OF MURDERS AND 
SLAUGHTERS, VLADIMIR PUTIN AND SILVIO BERLUSCONI, ARE VERY UNITED BY MEGA 
MAFIA MONEY LAUNDERING, BERLUSCONI DOES, SINCE DECADES, OF RUSSIAN MAFIA, 
UNDER DICTATOR VLADIMIR PUTIN'S PROTECTION AND SUPERVISION). TRIADE: SO 
CHINESE MAFIA. AS MUCH AS COLOMBIAN MAFIA, PANAMANIAN MAFIA (WHERE STINKY 
FELONIOUS PIG RICARDO MARTINELLI, ANOTHER EXTREMELY CRIMINAL AND BRIBED 
COLLAR CLOSE TO BERLUSCONI, IS KING). AND ITALIAN AMERICAN MAFIA. YES, 
ITALIAN AMERICAN MAFIA. IF YOU DEEPLY INVESTIGATE, YOU'LL SEE THAT MEGA 
MAFIA MONEY LAUNDERER SALVATORE SAL GALATIOTO FROM GALATIOTO SPORTS 
PARTNERS IS CLOSE TO IMMENSELY ASSASSIN NEWYORKER COSA NOSTRA'S FAMILIY OF 
GAMBINO ( WHICH HAS ALWAYS, ALSO, BEEN VERY CLOSE TO THE BRAND NEW ADOLF 
HITTLER: DONALD TRUMP... 
http://images.huffingtonpost.com/2016-02-27-1456595899-9124929-TrumpHitler-thumb.jpg
AND DONALD TRUMP IS A FAT FASCIST AND MAFIOSO "BUSSINESSUZZEDDU" MAN, LIKE 
SILVIO BERLUSCONI, WHO WANTS TO IMPOSE HITLERIAN DICTATORSHIPS IN 
POLITICS... TO THEN, OBVIOUSLY, EXPLOIT THESE DICTATORSHIPS, TO MAKE, AT 
THE SAME TIME, HIS BANK ACCOUNTS IN SINGAPORE, HONG KONG, CAYMAN, PANAM AND 
BAHAMAS, FATTER AND FATTER OUT OF BUILDING HIMSELF BIG HITLERIAN WALLS 
BETWEEN US AND MEXICO, FOR EXAMPLE... AND THAT WD BE JUST ONE LITTLE 
EXAMPLE OUT OF HUNDREDS WE COULD DO). BUT ALSO GENOVESE'S AND LUCCHESE'S 
FAMILIES. MOST LOVED BANKER BY ITALIAN AMERICAN MAFIA, SALVATORE SAL 
GALATIOTO ( THIS WHEN HE WAS LEHMAN, BUT ALSO NOW MORE THAN EVER) WAS BORN 
CLOSE TO TRAPANI, WHERE NUMBER ONE OF WORLDWIDE COSA NOSTRA, MATTEO MESSINA 
DENARO, IS OWNER AND BOSS OF EVERYTHING. THEY KNOW EACH OTHER EXTREMELY 
WELL. 
https://en.wikipedia.org/wiki/Matteo_Messina_Denaro
THEY KISSED EACH OTHERS ON THE LIPPS (MAMMASANTISSIMA'S STYLE) 
https://nottecriminale.files.wordpress.com/2011/06/daniele-d-agnese.jpg?w=893=611
ALL THE TIMES THEY MET EACH OTHERS BY BIG NDRANGHETA'S RESTAURANT IN NEW 
YORK QUEENS: "CUCINA A MODO MIO".
http://www.ibtimes.co.uk/queens-pizzeria-cucino-modo-mio-was-italian-mafia-cocaine-smuggling-operations-centre-new-york-1500126
http://www.ilfattoquotidiano.it/2015/05/08/ndrangheta-a-new-york-e-il-boss-disse-mi-sono-mangiato-un-rene-e-un-cuore/1664866/
MATTEO MESSINA DENARO IS ONE OF MAIN FUNDING OF SALVATORE GALATIOSO'S 
ACTIVITY ( HE PUT IN HIS COMPANY OVER 1.5 BLNS $, THRU HUNDREDS OF 
FIGUREHEADS). MORE IMPORTANT ITALIAN AMERICAN MAFIA'S BANKER, SALVATORE SAL 
GALATIOTO WAS BORN IN CASTELLAMARE DEL GOLFO: CENTRE OF MATTEO MESSINA 
DENARO'S MEG-A-SSASSIN KINGDOM. PROVINCE OF TRAPANI. CASTELLAMARE DEL 
GOLFO, FOR THE LAST 50 YEARS, HAS BEEN ONE OF MAIN POINTS, WHERE TONS OF 
DRUGS ARRIVED FROM ASIA, TO THEN BE REFINED AND SENT TO NORTH AMERICA AND 
NORTH EUROPE. EXTREMELY CRIMINAL "ITALIAN AMERICAN AND SICILIAN MAFIA'S 
CONSULTANT" SALVATORE GALATIOTO, HAS ALWAYS BEEN VERY FULLY IMMERSED IN 
ASSASSIN COSA NOSTRA'S ACTIVITY. ESPECIALLY WHEN WAS LEHMAN. BUT NOW MORE 
THAN EVER TOO. AS IMMENSELY MAFIA MONEY LAUNDERERS SILVIO BERLUSCONI AND 
DONALD TRUMP. BOTH, "COINCIDENTALLY", ALSO, VERY CONNECTED TO "THE EVIL 
EMPIRE" THAT WAS LEHMAN BROTHERS.
http://www.independent.co.uk/news/world/europe/silvio-and-the-cosa-nostra-berlusconis-links-with-italian-organised-crime-confirmed-9358790.html
http://www.telegraph.co.uk/news/worldnews/europe/italy/8142948/Timeline-Silvio-Berlusconi-and-the-mafia.html
https://www.theguardian.com/world/2009/dec/04/silvio-berlusconi-linked-mafia-court
http://www.politico.com/magazine/story/2016/05/donald-trump-2016-mob-organized-crime-213910
http://www.politico.com/magazine/story/2016/05/donald-trump-2016-mob-organized-crime-213910
https://www.washingtonpost.com/politics/former-mafia-linked-figure-describes-association-with-trump/2016/05/17/cec6c2c6-16d3-11e6-aa55-670cabef46e0_story.html

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


[android-developers] Urgent Requirement for Android Developer!!

2016-07-14 Thread seeker g


Hello Everyone,

 

 

Please send me suitable profiles for below position .

 

*Visa Copy is Compulsory for Submission.*



JD:

Duration: 6 Months+

Location: MI
Experience Required : 5-6 years

 

Mandatory Skills:

• Design and implement user-facing features in mobile applications.

• Optimize mobile applications on the iOS platform

• Experience in OO Programming

• Experience developing with Mobile platforms - iOS

• Experience and/or interest in Test Driven Development (TDD) and agile 
methodologies

• Strong communication skills for success in a pair-programming environment

• Mobile app deployment experience a plus

• Experience with multiple mobile platforms a plus (phone, tablet, watch)

 

 

Thanks

*Vivek Mishra*

*Systems USA*

Email: *vi...@sysus.com *

 

*Direct: 248-522-6942*

Alt: +1-248-247-1122  Ext 102

Fax: +1-248-779-1783

 

www.sysus.com

www.sysusit.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/851f8d15-b571-47e4-b5ab-f2b57c4a03bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Requirement for Android Developer!!

2016-07-14 Thread seeker g


Hello Everyone,

 

 

Please send me suitable profiles for below position .

 

*Visa Copy is Compulsory for Submission.*



JD:

Duration: 6 Months+

Location: MI
Experience Required : 5-6 years

 

Mandatory Skills: 

• Design and implement user-facing features in mobile applications.

• Optimize mobile applications on the iOS platform

• Experience in OO Programming

• Experience developing with Mobile platforms - iOS

• Experience and/or interest in Test Driven Development (TDD) and agile 
methodologies

• Strong communication skills for success in a pair-programming environment

• Mobile app deployment experience a plus

• Experience with multiple mobile platforms a plus (phone, tablet, watch)

 

 

Thanks

*Vivek Mishra*

*Systems USA*

Email: *vi...@sysus.com *

 

*Direct: 248-522-6942*

Alt: +1-248-247-1122  Ext 102

Fax: +1-248-779-1783

 

www.sysus.com

www.sysusit.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/1122d392-c09d-4a11-bd72-4b8d524b6619%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] F2F Interview:BA in Boston, MA|GC/USC ONLY|$42/hr on c2c

2016-07-14 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: BA*

* INTERVIEW: F2F Interview*

*LOCATION: Boston, MA*

*DURATION:6 MONTHS*

*VISA:GC/USC ONLY*

*START :ASAP*





*Job Overview:*



The Business Analyst works closely with the business and technical teams
and is a major contributor to the requirements specification deliverable,
writes the business and functional requirements . This person understands
business and ensures that there is integration between business and
technology.

Performs feasibility analysis, scopes projects, and works with the project
management team to prioritize deliverables and negotiate on product
functionalities. The BA understands development processes – SDLC – and is
very analytical with problem-solving and conflict resolution skills to help
identify, communicate and resolve issues

*Responsibilities:*

   - Performs feasibility analysis, scopes projects, and works with the
   project management team to prioritize deliverables and negotiate on product
   functionalities.
   - Creates detailed Business Requirement Document (BRD) and translate it
   into functional specifications.
   - Provides analytic support by coordinating data extraction from various
   databases and data interpretation.
   - Partners with development and analytic teams to provide reporting on
   software solutions.
   - Participates in Integration Testing and User Acceptance Testing (UAT)
   and Functionality Testing.

*Qualifications:*

Requirements

   - Bachelor’s Degree in Business or IT
   - 3+ years of experience working as a Functional, Data or Business
   Analyst
   - 3+ years experience in MS Office Suite
   - 3+ years of customer interfacing experience – project oversight,
   customer presentation.
   - Database experience
   - Nice to have JIRA experience.
   - Excellent communication skills (written and verbal)

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


[android-developers] Need iOS Developer in Michigan

2016-07-14 Thread seeker g


Hi Everyone,

 

Hope  you all are doing great!

I have an urgent requirement with one of our client for iOS Developer*. * 
Please 
go through the requirement and get back to me ASAP. 

 

*Role: iOS Developer*

*Location: Michigan*

*Duration: 6 months*

*Exp. Required: 5-6Years*

*Rate: $50 to $55/hr on c2c*

 

 

JD: Optimize mobile applications, Programming, developing with Mobile 
platforms ,Test Driven Development (TDD) and agile methodologies, Strong 
communication skills, Mobile app deployment ,multiple mobile platforms.

 

Please let me know your availability for this need. If interested, send me 
your updated profile along with these details:

 

Full Name:

Email id:

Phone no:.

Last four digits of SSN:

DOB:

Skype id:

Current location:

Visa status:

Visa expiry:

Availability:

Notice period to be given:

Education details- University/Degree/ Year of graduation

 

*Note: Only H1B candidates are required and visa **copy is mandatory at the 
time of submission. *

 

Thanks

*Ginny*

*Systems USA*

Email: *gi...@sysus.com *

 

*Direct: 248-522-6942*

Alt: +1-248-247-1122  Ext 102

Fax: +1-248-779-1783

 

www.sysus.com

www.sysusit.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/6efd5afb-eed9-4cb6-ad7e-89dd36ede3b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need---Informatica Architect--GC or Citizens ONLY

2016-07-14 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.



*Informatica Architect*

*Duration: 4 months*

*Location: Minneapolis, MN (Skype/Phone interview)*

*GC or Citizens ONLY*



*TOP SKILLS:*
1. Install, configure, and test Informatica PowerCenter in Dev and Prod
server environments and on six client machines

2. Install, configure, and test Informatica Data Quality in Dev and Prod
server environments and on six client machines

3. Four (4) years’ experience in an IT Architecture role leading the
planning and deployment of an enterprise Informatica environment



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


[android-developers] Phone/Skype Interview:Team Lead roles in Java/Spring/Rest in McLean, VA

2016-07-14 Thread Neha Kumari
*Hello,*

*GREETINGS !!*

*This is Neha from Apetan consulting,*

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



*POSITION: Sr. NET Developer C# ASP.NET *

* INTERVIEW: Phone/Skype Interview*

*LOCATION: McLean, VA*

*DURATION:6 MONTHS*

*VISA:GC/USC ONLY*

*START :ASAP*





*Job Overview:*

   - *Skills  : 9+ years Java experience, Spring, RESTful web
   services*
   - *Interviews  : 2 phone/Skype rounds*



Provides team or technical supervision and drives project/service delivery.
Performs as technical lead on software development projects with
responsibility for overall delivery of software components. Documents
design decisions, adheres to existing process guidelines, develops software
components, mentors junior developers, supports QA during testing, and has
oversight during implementation into production.

Responsibilities:

• Converts specifications about business problems into programming
instructions. Designs and codes programs; creates test transactions and
runs tests; revises as necessary.
• Conducts analysis of organizational needs and goals for the development
and implementation of application systems.
• Reviews, analyzes, and modifies programming systems, including encoding,
testing, debugging and installing for a large-scale system. Maintains
records to document program development and revisions.
• Monitors operating efficiency of existing application systems.

Basic Qualifications:

• Bachelors Degree
• 5 Years experience in Application development
• 1 Year experience as Senior Developer on IT Projects
• 2 Years experience in Application Development using Java, JEE, Linux
• Strong analytic capability
• Excellent teamwork and collaboration skills
• Strong oral and written communication skills

Preferred Qualifications:

• Bachelors Degree in Information Systems, Computer Science
• 7 Years experience in Application development
• 4 Year experience as Senior Developer on IT Projects
• Experience with Account Analysis applications.
• Familiarity with commercial banking concepts is desired



-- 



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


[android-developers] We have a requirement on Sr. Natural/Adabas Developer...!! Cleveland, OH.

2016-07-14 Thread lisausopera
Hello Partners ,

Please go through the below requirement and share suitable consultants with 
their updated resume, rates and contact details.

I have an immediate opening for a long-term contract (12-18+ months) in 
Cleveland, OH 

Title: Sr. Natural/Adabas Developer  

 

Location: Cleveland, OH

 

Duration: 12-18+ months

 

Rate: $75/Hr

 

Start Date: 8/8/16

 

Job Description:

 

My client is looking for a Sr. Mainframe Developer with expertise around 
Natural/Adabas, v8.x.  Must have strong experience with MVS JCL, CICS and 
IMS.  Looking for an overall expert with Natural/Adabas.  Client is very 
flexible with remote work, however must be onsite initially to prove 
skills. 

 

I look forward to hearing from you.  


--
Thanks & Regards,
Lisa
Opera Technologies Inc,
740 Springdale Drive, Suite #204,
Exton, PA 19341
Ph: 610 450 4686
Fax: 610 884 5252
Email: l...@operaus.com
www.operaus.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/36752a56-0818-41fb-8bea-18f33e48d6b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] UPDATED HOTLIST

2016-07-14 Thread rr aa
Greetings!!!



I’m *Raj* from *Thought Byte, Inc*. Please let me know if you have any Corp
to Corp opportunities for listed consultants.



Appreciate if you could have me in your mailing list *r...@thoughtbyte.com*
 for further opportunities.


*1.   Oracle Taleo*
*2.   Salesforce Developer*
*3.   Ruby on Rails*
*4.   Informatica Developer*
*5.   ServiceNow*
*6.   Hyperion*
*7.   Oracle Apps Techno-Functional*
*8.   Oracle Apps Functional*
*9.   QA Tester (Only MD, DC, VA, DE)*
*10. ODI*
*11. OBIEE *
*12. Oracle PL/SQL *
*13. Salesforce Business Analyst*
*14. UI Developer*







Best Regards…

Raj

973-512-7444

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


[android-developers] .NET DEVELOPER@Houston, TX

2016-07-14 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:*
* .NET DEVELOPER Location: **Houston, TX*

*Work Duration:* *5 months*

*Years of Experience: 7+*

*Note: We need Photo id and visa copy (H1b)*

*Note: We need Only For local*


Job Description:·
Detailed job description –

Skill Set:

Experience on Visual Studio 2005 -2014 VB.Net And C#.Net

Web Development with back end as SQL HTML 5 and JQuery Angular JS or latest
Java script framework

Knowledge on IIS Exposure on SQL Server 2005-2014
Mandatory Skills .Net, SQL Server, Angular JS
Good to Have Skills SharePoint or SSIS
Client Interview / F2F Applicable Yes

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


[android-developers] We have a requirement on Sr.Java/J2EE Developer...!! Philadelphia, PA.

2016-07-14 Thread lisausopera
Hello Partners ,

Please go through the below requirement and share suitable consultants with 
their updated resume, rates and contact details.

I have an immediate opening for a long-term contract (12+ months) in 
Philadelphia, PA. 

 

Title

Sr. Java/J2EE Developer

 

Rate

$75/hr. (all inclusive)

 

Job Location

Philadelphia, PA

 

Project Duration

12+ months

 

Start Date

08/01/2016


Interview Mode

In-person 

 

Job Description

 

Develop the aforementioned interfaces based on Agile project requirements, 
Core team & Vendor inputs and by data mining.

Active involvement in design & development activities including the 
creation of class models, sequence diagrams, detailed design specifications 
to ensure that requirements are met and technology standards are followed.

Closely work with the product manager, project management, chief architect 
and external vendors to plan application/interface releases and content of 
releases

 

Qualifications

 

7+ years of experience working in J2EE and core Java packages
Bachelor's degree (BS) in Computer Science/Engineering or any other top 
tier IT discipline.
Solid experience working with web services (REST, SOAP/WSDL & 
 XML/XSLT) required.
Solid working knowledge of network protocols such as TCP/IP , HTTP/S, 
SNMP & SSH.
Demonstrable Experience with Relational Databases(Oracle), LDAP/X.500, 
JDBC, XMPP & AMQP.
Experience developing front end user interfaces with HTML, CSS, 
JavaScript and Struts/JSF
Experience with enterprise messaging systems and designing asynchronous 
applications using technologies such as JMS, AMQP/RabbitMQ or XMPP is 
required.
Experience working with open source software such as Spring, Hibernate, 
Hadoop, Apache Commons, Tomcat, and MySQL is preferred.
Strong Object Oriented Analysis and Design/UML/AOP skills. Must have 
good understanding of database design/ERDs.
Prior experience with Virtualization & RackSpace Cloud Infrastructure 
is needed.
Shell scripting experience with Perl and/or Python
Solid understanding of the Software Development Life Cycle in Agile 
environment
Must be a good team player with excellent communication skills, 
presentation skills and attention to detail with a strong sense of 
ownership of tasks.
Knowledge of Video Controller Systems is a strong plus.


 I look forward to hearing from you.



--
Thanks & Regards,
Lisa
Opera Technologies Inc,
740 Springdale Drive, Suite #204,
Exton, PA 19341
Ph: 610 450 4686
Fax: 610 884 5252
Email: l...@operaus.com
www.operaus.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/ef940e07-10f6-4194-a0bf-0a8d6137fe8a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java Developer With Retail, Supply Chain and Logistic@Pleasanton, CA

2016-07-14 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 Developer With Retail, Supply Chain and Logistic Domain*
* Location: **Pleasanton, CA*

*Work Duration:** 9 months **Extension Possible*

*Years of Experience: 7+*

*Note: We need Photo id and visa copy (H1b)*

*Note: We need Only For local*


Job Description:·
Duration of Hiring 9 months
Years of Experience 7+
Mandatory skills JAVA
Good to have skills Advanced JAVA
Domain :

Retail,

Supply Chain

and Logistics
F2F interview Maybe

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


[android-developers] Looking for Talend and Big data consultant in Hartford (CT) – US & Informatica MDM Tech Arch

2016-07-14 Thread naseer bhat
Hi  Partners,

Good Morning





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



*Skill Set*

*Talend and Big data*

*Work Location*

Hartford (CT) – US

*Special Instructions*

NA



*Job Description*

Job Description :

§ Talend developer having Expert knowledge with 3+ year of experience.
§ Should have extensive knowledge on Big Data, Map Reduce, Python / Spark
with 4+ experience.
§ Assist in the ongoing development of technical best practices for data
movement, data quality, data cleansing.
§ Provide technical knowledge of Extract/Transform/Load (ETL) solutions for
Business Intelligence projects
§ Excellent written and verbal communication skills and be able to lead
meetings with technical peers regarding the solution designs.


__

*Skill Set*

Informatica MDM Tech Arch

*Work Location*

SFO, California

*Special Instructions*

NA



*Job Description*

§ Technology - Informatica MDM
§ Requirement description - Building an MDM using Informatica MDTechnology
-

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


[android-developers] Now Enjoy Snow Hill Racing -Driving in Car Max

2016-07-14 Thread Affan Haider
Driving in Car Max is a best Mobile  3D game for those  who  Love to play 
 Racing Game. This  is  very Simple  and Easy To use and Play.Enjoy the 3D 
car racing game free need for speed new 2016.Driving in car max is having 
beautiful 3d environment like snow, beach, hills, and mountains with 
excellent smooth endless highway.
As a highway Rider you will face many challenge  like highway *car driving* 
in
 
 snow falling road.Best  Highway Game  for Ecveryone.  Fast Highway 
Traffice Driving on  Snow  falling Road  experince you  best driving 
learning .Try to be  a best one Driver. 

*Screenshots:*




*Download Free:Driving in Car Max 
*


*How To Play:*
 1-Control Car  with Tilt
2-SpeedUp Car  to  Gain more icons

*Features:*
1-3d realistic cockpit view
2- Endless highway race game 
3- Best Tilt controls
4-Fast sports cars
5-HD graphics and 3d snow environment, hill and mountains
6-Easy to learn and driving
7-Different Color's Car  

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


[android-developers] Google Analytics Hits not delivered

2016-07-14 Thread Chirag Manwani
I have been trying to implement Google Analytics in my app by following the 
steps on the official documentation by Google. After completing the coding 
part, I moved on to the analytics console to see if I received any hits. I 
waited for almost 2 days but did not see any progress. I then tried to 
debug the problem by using GAv4 tag in my logcat. I got the following log,
07-14 05:47:28.290 23456-23483/"Package Name" D/GAv4: Hit delivery 
requested: ht=1468482448231, _s=6, _v=ma9.0.80, a=321943822, aid="Package 
Name", an="AppName", av=1.4, cd=Login, 
cid=139d8ee3-8cd7-4979-b41c-8f36af1e3e0c, sf=100.0, sr=720x1280, 
t=screenview, tid=UA-9576-2, ul=en-us, v=1
07-14 05:47:28.352 23456-23483/"Package Name" D/GAv4: Hit sent to the 
device AnalyticsService for delivery
07-14 05:49:31.654 23456-23483/"Package Name" D/GAv4: Hit delivery 
requested: ht=1468482571630, _s=7, _v=ma9.0.80, a=321943823, aid="Package 
Name", an="AppName", av=1.4, cd=Dashboard, 
cid=139d8ee3-8cd7-4979-b41c-8f36af1e3e0c, sf=100.0, sr=720x1280, 
t=screenview, tid=UA-9576-2, ul=en-us, v=1
07-14 05:49:31.752 23456-23483/"Package Name" D/GAv4: Hit sent to the 
device AnalyticsService for delivery

I am guessing if the hit is sent to the analytics service then the code is 
correct, but I am not able to see any progress in the analytics console. 
These two hits are for two different activities in my app. Can anyone help 
me out on how to further debug this issue, or suggest how to solve this 
problem? All views are welcome.

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


Re: [android-developers] Re: FCM data messages not received anymore in background

2016-07-14 Thread ramesh babu
I searched like fcm notification is not received when application is in
background in Google, I have tried a result specified in one stack overflow
post

On Jul 13, 2016 8:07 PM, "Alain Bonnefoy"  wrote:

> Hello,
> unfortunately, moving data at the end didn't solve my problem ... I think
> it's more subtle
>
> About what you read in a blog, when the app is killed by the system,
> certainly, but when the application is in background, that's not so clear
> to me.
> What can I say that I published a version few weeks ago with this same
> setting and it perfectly receives data message while in background.
>
> Is the behavior different now ??
>
>
> Le mercredi 13 juillet 2016 16:03:13 UTC+2, ramesh babu a écrit :
>>
>> I am not sure what it is, I had read in a blog that while app is in
>> background or killed the data part will not be recieved!!!
>> On Jul 13, 2016 7:25 PM, "Alain Bonnefoy"  wrote:
>>
>>> Additional Info,
>>>
>>> I looked at the messages with ADM and when I send a message, I can see
>>> the following display:
>>>
>>>
>>> 07-13 15:46:34.179: W/GCM-DMM(3997): broadcast intent callback: 
>>> result=CANCELLED
>>> forIntent { act=com.google.android.c2dm.intent.RECEIVE flg=0x1000
>>> pkg=com.my.example (has extras) }
>>>
>>>
>>> What does it mean?
>>>
>>> Regards,
>>>
>>>
>>> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/1c5b3317-b0e1-4bf7-a6da-45e247312fd8%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

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


[android-developers] App is not working in Micromax A63

2016-07-14 Thread Rajeev Kumar


My app is on play store and minimum version is 11 and target version is 23. 
When i'm trying to download my app below device :-
Model number – Micromax A63

Android version – 4.2.2

It is giving me the error *"Your device isn't compatible with this 
version".  *I have attached screenshot as well for the same.

Any kind of help would be helpful for 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/9dfdc0b4-9681-457b-b7a9-c5c6b71305b3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] How to use Surfaceview with mediaplayer in RecyclerView Adapter or Listview Adapter?? Plz Help me?? Any Good Tutorial on this??

2016-07-14 Thread rock on
Hello all,

I am Developing an application in on video's page Horizontal Recyclerview 
is required & video is Fetched thorugh the amazon s3.
i want to play that video in surface view..

if anyone knows about this. please tell me how to do this??

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