[android-developers] Developping android apps on Android device

2016-06-17 Thread Tor Rent
Hi guys,
one question:
is it possible to code/compile/link android apps on Android device ?
and how ? what gui/apps do I need ?

... actually it's 6 question :P

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/40bb42c3-4f21-4d19-9bce-62f52c9acb99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Installation crashes on Galaxy Note when SQLCipher is used

2016-06-17 Thread Tom Stol
simple reason: ARM64 (which the Galaxy Note 5 uses) is currently not 
supported by Cipher (
https://discuss.zetetic.net/t/sqlcipher-for-android-native-library-support/1440
)

On Friday, June 17, 2016 at 6:45:01 PM UTC+7, Tom Stol wrote:
>
> We are using an encrypted SQLCipher database in our Android app (internal 
> memory, not on SD card), compiled in (SDK23) and we are facing issues with 
> the app crashing IMMEDIATELY when "installation" starts when we install it 
> on our Galaxy Note 5 (running Android 6.0.2).
>
>
> On other devices (Sony Xperia S, running Android 4.1.2, Sony Z5, running 
> Android 6) NO problems - apk installs and app runs. We only see this on our 
> Galaxy Note 5. When we use the same database without Cipher (also in 
> internal memory, not on SD card) then it ALSO works on the Galaxy Note 5. 
> So, this issue is Cipher related and as we only see it on the Galaxy.
>
>
> This is quite an urgent issues for us and we could not figure over several 
> days what the issues is.
>
>
> Can anyone offer some advice?
>
>
> THANKS a MILLION !!!
>

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


[android-developers] Mock Location Service only works for google maps

2016-06-17 Thread Daniel Schindler
Hi,

I have got a problem with my mock location service.
It should mock the location for an other app, but it only works for google 
maps.
I know that the "other app" is not the problem, because "Fake GPS" is able 
to mock it.

AndroidManifest.xml:


http://schemas.android.com/apk/res/android;
package="user.tpmockvuln">



















MockService:
public class MockService extends Service implements 
GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener 
{

private GoogleApiClient mGoogleApiClient;
private Location mockLocation;

@Override
public IBinder onBind(Intent intent) {
return null;
}


@Override
public void onCreate() {

// Create an instance of GoogleAPIClient.
if (mGoogleApiClient == null) {
mGoogleApiClient = new GoogleApiClient.Builder(this)
.addConnectionCallbacks(this)
.addOnConnectionFailedListener(this)
.addApi(LocationServices.API)
.build();
}
}

@Override
public void onDestroy() {
if (ActivityCompat.checkSelfPermission(this, 
Manifest.permission.ACCESS_FINE_LOCATION) != PackageManager.PERMISSION_GRANTED
&& ActivityCompat.checkSelfPermission(this, 
Manifest.permission.ACCESS_COARSE_LOCATION) != 
PackageManager.PERMISSION_GRANTED) {
} else {
LocationServices.FusedLocationApi.setMockMode(mGoogleApiClient, 
false);
}
mGoogleApiClient.disconnect();
super.onDestroy();
}

@Override
public int onStartCommand(Intent intent, int flags, int startId) {
mGoogleApiClient.connect();
return super.onStartCommand(intent,flags,startId);
}

private void mockLocation(double latitude, double longitude, float speed) {
if (ActivityCompat.checkSelfPermission(this, 
android.Manifest.permission.ACCESS_FINE_LOCATION) != 
PackageManager.PERMISSION_GRANTED
&& ActivityCompat.checkSelfPermission(this, 
Manifest.permission.ACCESS_COARSE_LOCATION) != 
PackageManager.PERMISSION_GRANTED) {
} else {
mockLocation = new Location(LocationManager.NETWORK_PROVIDER);
mockLocation.setLatitude(latitude);
mockLocation.setLongitude(longitude);
mockLocation.setSpeed(speed);
mockLocation.setAltitude(0);
mockLocation.setAccuracy(500);
mockLocation.setTime(System.currentTimeMillis());

mockLocation.setElapsedRealtimeNanos(SystemClock.elapsedRealtimeNanos());
mockLocation.setBearing(10);
mockLocation.setProvider(LocationManager.NETWORK_PROVIDER);

LocationServices.FusedLocationApi.setMockMode(mGoogleApiClient, 
true);
LocationServices.FusedLocationApi.setMockLocation(mGoogleApiClient, 
mockLocation);
}
}

@Override
public void onConnected(@Nullable Bundle bundle) {
mockLocation(48.133357, 11.573496, 0);
}

@Override
public void onConnectionSuspended(int i) {
}

@Override
public void onConnectionFailed(@NonNull ConnectionResult connectionResult) {
}
}

call from activity:
public void run(View view) {
statusTextView.setText("running");
intent = new Intent(this, MockService.class);
startService(intent);
}

Thank you for your help


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


[android-developers] Phone than F2F Interview:Cobol Developer in Spring Valley, NY

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

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Spring Valley, NY*

*START :ASAP*





*Job Overview:*

*Until 12/31/2016 (Initial duration)*

*Local*





*Assignment Details*

· Contractors will be working the O programmers in building
interfaces between the ORU Billing System (CIMS Client 1), the new Meter
Data Management (MDM) and Meter Asset Management System (MAMS) and working
with Client Biz Talk Programmers to support the AMI project rollout.



*Skills & Requirements*

· 10 Years of COBOL Experience, 10 Years of JCL, 10 Years of TSO, 5
Years of MQ Series, DB2, understanding of Client's Customer 1 billing
system.

· *MUST HAVE Client Customer 1 Billing System in COBOL *



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%2BacCU75FHM%3DyvsKKCSNf%2BVLj9mhG-oWC9C1PFtx6-KA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: Salesforce Environment Manager @ Chicago, IL

2016-06-17 Thread Ateeq Rehman
*Please share profiles for Salesforce Environment Manager position
at sac...@enterprisesolutioninc.com *



*Role : Salesforce Environment Manager*

*Location : Chicago, IL*

*Job Type : Contract*



*Job Description:*

*Scope of Responsibility*:

Consultant  will own the release life cycle which includes scheduling,
coordinating and the management of releases across the enterprise for
multiple Salesforce instances. Consultant will be responsible for
implementing and managing release processes for the progression of code in
the development, test, and production environments. The Salesforce
environment analyst function works collaboratively with all participants in
software development projects and is supportive of developers and testers
in preparation of the dev and test environments. The responsibilities also
include building the IT Release Calendar and communicating with confidence
to the steering committee.  You will work and report with the environment
manager who will be driving the environment roadmap and determine and
manage all SFDC sandbox instances.



*Essential Duties and Responsibilities:*

· Plan the release iterations across the multiple applications

· Manage risks and resolves issues that affect schedule

· Measure and monitor progress to ensure releases are delivered on
time

· Communicate all key project plans, commitments, and changes
including requirements, QA plans, schedule, and scope changes

· Host weekly environment meetings with the training group and
admins

· Coordinate/facilitate testing and development activities for
progression of releases through the hierarchy of environments (e.g.
development, regression testing, UAT testing, production)

· Produce Deployment Instructions

· Includes the ownership of branching & merging of various
development work streams

· Communicate release details and schedules to the Business as
required

· Negotiate, plan and manage all release activities

· Continually work towards making improvements in the release
process

· Includes automating build and deployment actions to increase
efficiency and consistency

· Coordinate the go-live activities including the execution of the
deployment instructions and checklists

· Participate in scrum and technical meetings to discuss release
scope and/or roadblocks

· Maintains a release repository (TFS) and manages key information
such as build and release procedures, dependencies, and notification lists





*Regards*

*Sachin Kumar**Enterprise Solution Inc.*

*(T): 630-496-7000(ID): sac...@enterprisesolutioninc.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/CAN6NZJvnuLC6X03bVHc1eSsAVVHVCqp3KFCHpp-4H1V8UUNPpA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Phone than F2F Interview: JavaScript Front-End Engineer(Must provide code samples) in Pleasanton, CA

2016-06-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: JavaScript Front-End Engineer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Pleasanton, CA*

*DURATION:6 MONTHS*

*START :ASAP*





*Job Overview:*

*Interview  : 30 minute phone screen and an in-person interview*



*H1B is fine but GC and USC will heavily be considered*



We are looking for a Javascript Front-End Engineer to find solutions to
project design problems in the short-term as well as guiding development to
support the long-term product vision and goals. The engineer must be
interested in helping "raise the bar" within the entire web development
team to help improve current and future project performance, functionality,
and ease-of-use.



This position will service two major projects:

1) The main company website, a Hybris (Java backend) CMS-driven website
that is in constant development

2) A set of single-page web applications which are structural
engineering-oriented.



The work on the primary company website will involve developing new dynamic
and often data-driven features as well as troubleshooting or maintaining
the current code base.



The web applications work consists of writing JS functional and view
support for a set .NET MVC apps. These apps deliver both on-screen and PDF
rendered outputs for engineers. Additionally, the candidate will help with
the development our next-generation of React-based single-page applications
which will interact with a .NET backend API for data.



*Required Javascript Skills*



   - *Single Page JavaScript Applications*
   - *Javascript Application Frameworks: React (with Flux or Redux)
   preferably but Angular works too*
   - Task Runners: Gulp, Grunt, or similar
   - Webpack, Browserify, or similar
   - *Test-driven JS development*
   - *JavaScript Templating Engines: Handlebars, Mustache, or similar*
   - Object-oriented Javascript
   - AJAX
   - jQuery



*Other Required Web Development Skills*



· HTML 5

· CSS Preprocessor: SASS preferably

· BASH or other UNIX Shell environment

· Git

· Agile software development



*Nice To Have Skills*



· Javascript PDF creation

· ES6

· Java/JSP experience

· Familiarity with Foundation for Apps

· Experience working in the Hybris Web Content Management System



*Education and Experience*



· 3+ years of professional web development experience

· B.S. or M.S in Computer Science or related field



*Additional Information:*



   - Must be able to code extremely well!
   - 1st DB Driven website
   - Web ap development
   - Work with offshore and onsite teams
   - Nice to have .net experience
   - Must have modern Javascript experience like React or Angular
   - You will be placed in a 9 person digital team within the marketing
   department



-- 



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


[android-developers] APK size weirdly got increased (increase upto 10 MB)

2016-06-17 Thread Darshan Phy

Hey Hi everyone,

I am currently working on this project for my company.
The initial/usual size of the apk before the weird thing happened was ~10MB
This project uses two external libraries
1. KAndroid (company customised lib, not to worry)
2. PayU - Payment gateway for our app.
Note: I am excluding all the libs from GRADLE dependency (assuming the libs 
thr are not contributing much to the apk size)

But you can check the build.gradle as well I might wrong in assuming.

Issue:
# The entire resources folder is 2.56MB (size on disk) and 1.63MB(size)
# The size of the APK suddenly, drastically and weirdly got increased by 
10MB last week and now the size of the APK is ~20MB.
# No extra libs have been added since 6 months back. The KAndroid lib was 
always there from the beginning, PayU sdk (payment gateway lib) was added 
months back.
# The sdk PayU's build folder is around ~20MB, this could have been a 
suspect but it was added months back as I said and so the APK size must 
have been increased initially only and not in the last week

link to my entire project on drive; please feel free to checkout: 
https://drive.google.com/open?id=0B-lDLHmPjFIwS0U0NVZnVTRPYjQ
I could have linked to the same project at bitbucket but since last few 
days i haven't pushed the code yet... Sorry about the huge size of zip file 
on drive

It will be a great help if someone can find me a solution.
Awaiting your responses
Thanks a ton 

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


[android-developers] San Francisco|CA|.NET Developer San Francisco|CA|$52/r on c2c

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

* INTERVIEW: Phone than F2F Interview*

*LOCATION: San Francisco|CA*

*DURATION:6 MONTHS+*

*START :ASAP*





*Job Overview:*





*if you have someone in SF with strong C#, JavaScript and Angular,
preferably financial background, great communication skills and longevity
 – here are the details for you **J*



All applicants must be willing to undergo a background check and be
available for a face to face interview.

They are looking for a Web UI/Unit Testing QA developer with an keen eye
for Web Application UI design, unit testing as relates to UI excellent
technical skills to be a part of a software engineering team tasked with
delivering a next-gen Equity Portfolio Management system.



Responsibilities:



Work in a global team setting to design and develop an equity PM system
implemented in a web front end and Microsoft back-end while utilizing an
event-driven, service-oriented application architecture

Design and test application Interface in JS, Angular 1.0, HTML5, CSS, SASS,
C#, SQL, Dapper, RESTful APIs,  in a .NET development environment.

Implement and oversee best practices and regression testing procedures to
ensure quality of development across the team is maintained and can enter
UAT with only minor change requirements.

Apply and implement best practices associated with User Experience and
Interface design for a modern financial web application



Requirements:



5+ years of experience with JS, HTML5, CSS, RESTful APIs, .NET development

2+ years of experience with Angular 1.0, JSON, XML, SASS, C#, SQL, Dapper
ORM desired

Experience in or certification with User Experience design or proven track
record of delivering efficient, effective, and functional interfaces highly
desired.

At minimum a basic knowledge of UI/UE best practices and design principles

Experience developing investment or portfolio systems in support of
investment business processes a extra plus.

Experience with design patterns and data modeling, such as MVC and MVVM
Experience with message event techniques such as MSMQ, SQL Server - Service
Broker is a plus

BA/BS in related engineering or financial field highly desirable

Ability to provide a strong portfolio of past work for consideration is
helpful



-- 



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


[android-developers] Urgent Need: Business Analyst - Anti Money Laundering @ NYC, NY: Local or nearby consultants only

2016-06-17 Thread Ateeq Rehman
Dear Folk,

Hope you are doing great.

This is Sachin, from Enterprise Solution.



*Please share profiles for "Business Analyst with Anti Money Laundering" **at
sac...@enterprisesolutioninc.com *


*Job Description:*



*Role : Business Analyst - Anti Money Laundering*

*Location : NYC, NY (Local or nearby consultants only)*

*Job Type : Contract*



*Job Description:*



- Should have 10 - 12 years of Experience.
- Should have good experience in working in *Agile* and fast paced
environment
- Should have good understanding of Compliance domain. Especially in *AML
space.*
- Excellent communication skills
- Should have good understanding of Business analysis artifacts like BRDs,
FRDs etc.
- Should have worked with any of the major Investment Banks



*Regards*
*Sachin Kumar*
* Enterprise Solution Inc.*
*(T): 630-496-7000*
* (ID): **sac...@enterprisesolutioninc.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/CAN6NZJuSnndt4SOSppoYX%3D0P28vFu-f5AzqqVppJsrqoz5VcDQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Need: Oracle DBA @ New York City, NY : 6+ Months Contract Position

2016-06-17 Thread Ateeq Rehman
Dear Folk,

Hope you are doing great.

This is Sachin, from Enterprise Solution.



*Please share profiles for Oracle DBA position at
sac...@enterprisesolutioninc.com *



* Job Description:*



*Role : Oracle DBA with E-Business Suite experience*

*Location : New York, NY*

*Job Type : Contract*

*Rate : $40-44/hr on C2C*

*Visa : Any visa will work*





*Role Description:*


- help application team in tuning queries,

- troubleshoot database issues in application

- help in identification and resolution of any performance bottlenecks

- guide in PL/SQL development

- has very good understanding of data models and can help in any
change/update of data models



*Essential Skills:*


- Oracle DBA experience is a must

- NoSQL and PostgreSQL experience is nice to have but not a must

- has very good understanding of data models and can help in any
change/update of data models

- tuning queries



*Regards*

*Sachin Kumar Enterprise Solution Inc.*

*(T): 630-496-7000 (ID): sac...@enterprisesolutioninc.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/CAN6NZJtxLxhnm%3D%2B-zy_ouFJgi1%3DDGJMTc_4YKy6hMHKnCg1tkw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] absoluteDate in CalendarContract.Reminders

2016-06-17 Thread 'Reiko Nötzold' via Android Developers


What is the reason that CalendarContract.Reminders only the value "minutes"?

The RFC 5545 says: https://tools.ietf.org/html/rfc5545#section-3.8.6.3

  A trigger set to an absolute DATE-TIME.

   TRIGGER;VALUE=DATE-TIME:19980101T05Z

The competitors it has long implemented.

Thanks Reiko

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


[android-developers] Phone than F2F Interview:Hadoop Administrator/Developer |Yorktown Heights, NY

2016-06-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: Hadoop Administrator/Developer*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Yorktown Heights, NY  *

*START :ASAP*





*Job Overview:*



*Duration: very long term*



Hadoop, HBase and Spark deployment

2 years

Required

Server, networks and hosting environments

2 years

Required

Linux systems administration

2 years

Required





The position requires managing the deployment of an integrated software
solution and involves daily interactions with adiverse interdisciplinary
team of scientists, engineers and healthcare professionals.  The candidate
must have demonstrated experience in Hadoop, HBase and Spark deployment and
Linux systems administration.  The ideal candidate would have knowledge in
one or more of the following areas: stream computing, biosignals, real-time
analytics and healthcare applications. Good oral and written communication
skills are required.



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


[android-developers] Hiring for Sim corp Developer | Chicago,IL || Contract Poisition

2016-06-17 Thread USIT Recruiter
Hi

Please lookup the below position and if you feel comfortable ,then please
send me your updated resume



Position: Sim corp Developer

Location: Chicago,IL

Duration : Contract



Job Description :

UBS Investment management group is replacing core platform with Simcorp
Dimension product. Looking for experienced Developer/SME who can be
responsible for analyse various work streams focused on integration,
decoupling or migrating exiting system to Simcorp platform. Mapping the
data from Legacy systems to Simcorp Dimension & CORIC products. The
candidate is required to have Simcorp and/or CORIC experience and knowledge
in investment management space.



Job Requirements:



   - The role requires close collaboration with the BA & SMES to understand
   the existing data, structure for mapping exercise. Does require through
   knowledge of each function in Simcorp products
   - Bachelor's Degree or higher in Business
   Administration/Finance/Accounting referred
   - 3-5+ years of Simcorp experience
   - Strong working knowledge of System Development Lifecycle and standard
   software development methodologies
   - Advanced Business process and business analysis knowledge as well as
   Financial and Business acumen skills
   - SME or Strong expertise in Financial services industry, technology and
   systems integration
   - Excellent written and oral communication skills
   - Experience in creating test scripts and test methodologies, as well as
   implementing and executing manual and automated scripts
   - Proven ability to adapt to constantly evolving priorities, ability to
   multi-task
   - Working Knowledge or exposure to Fund Administration systems is an
   asset:
   - Geneva, Paladyne, Investran, HedgeTek, Oracle Flexcube, NTAS, Simcorp
   knowledge is a plus



Technical Skills:

   - Experience with Simcorp Infrastructure (Comm Server, MUCs etc..)
   - SQL development (Oracle)
   - Unix, Perl or Python experience is required
   - Knowledge of Microsoft and/or Unix platform
   - Java or Any other programming language is plus





Thanks & Regards!


Abhishek Kumar | Sr. Technical Recruiter | Pro-Tek Consulting | Office:
201-204-1263 | 
abhis...@pro-tekconsulting.com

Hangout :: USITRecruiter1993

Description: cid:sigimg0@feaa1bdd6ffc62da9a44d4fc65960bcd

New Thinking. New Staffing. 
http://www.pro-tekconsulting.com



For H1B Consultants H1B Copy Is Mandatory For Submission To Client.

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


[android-developers] JDK error massage come

2016-06-17 Thread Sukalyan Banga
I got this error massage "Invalid Project JDK" [File attached], 
even at environment variable is set & JDK run on my machine.
what should I do, Please help me.. 

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


[android-developers] Phone than F2F Interview: .NET Developer in Miami, FL| LOCALS | $45/hr on c2c

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

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Miami, FL*

*DURATION:12 MONTHS*

*START :ASAP*





*Job Overview:*



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



*Responsibilities *include but are not limited to the
following:

   - Work with end-users and IT technical staff gathering business
   requirements;
   - Develop specifications for web based .net applications ;
   - Modify / maintain existing .net applications;
   - Perform a variety of programming tasks.


*Requirements:*

   - Experience with C#, ASP.Net, ADO.Net, VB (3+ years);
   - Experience with .Net Framework v2, v4 and 4,5 (3+ years);
   - Experience with HTML5, CSS;
   - Experience with JavaScript Frameworks (AngularJs, jQuery, Knockkout);
   - Experience with MVC architecture;
   - Experience consuming XML web services using C# and ASP.Net, Ajax and
   JSON;
   - Experience with Windows environments (Windows Server 2008 and higher,
   IIS, Windows Authentication);
   - Experience with SQL Server and Oracle;
   - Experience with mobile development IOS, Android (preferred);
   - Experience with E-Commerce (preferred).



-- 



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

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

Reipen Avenue # 255 Jersey City, NJ 07306 |

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

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


[android-developers] URGENT:Business Analyst |Cincinnati, OH|$42/hr on c2c

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

* INTERVIEW: Phone/Skype Interview*

*LOCATION: **Cincinnati, OH*



*START :ASAP*





*Job Overview:*

*I am now looking for a Business Analyst with perfect communication skills
and experience in retail with agile methodology. *



*Cincinnati, OH*



*6 months contract*





*Skype, phone interview*





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


[android-developers] Phone than F2F Interview:UI Developer- React.js and Dojo|Parsippany, NJ

2016-06-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: UI Developer- React.js and Dojo*

* INTERVIEW: Phone than F2F Interview*

*LOCATION: Parsippany, NJ*

*START :ASAP*





*Job Overview:*

UI Developer with Dojo, React, F2F required
Parsippany, NJ
UI Developer with Dojo and React - f2f interview required, local candidates
only!
-Need experience with react.js, javascript, html5, css3
-Good communication skills and a team player



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


[android-developers] Re: Cant unenroll/uninstall Android N beta

2016-06-17 Thread Juan Pablo González
Same problem here with Developer Preview 4... I unrolled my device from 
beta this morning and can't receive the OTA downgrade...
I restored my device and nothing also... :(

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


[android-developers] Looking for Test Analyst in Minneapolis(MN) with infosys

2016-06-17 Thread SALMA BHAT
 Hi Partners,

*naseer.ah...@nityo.com *

Please share matching profiles with  *Wholesale Banking experience
with these skills sets  **ALM QC,· MS Excel,SQL, Wholesale Banking **ONLY*


*Skill Set*

Test Analyst, ALM QC,· MS Excel,SQL, Wholesale Banking

*Work Location*

Minneapolis(MN)

*Special Instructions*
Duration : 12 months



*Job Description*

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


Open Position : 1
Experience : 5+ Yrs
Duration : 12 months

detailed JD


· Good Experience and domain knowledge in Wholesale Banking
· Involved in test planning, writing test cases/scripts, test case
automation and test execution.
· Defect coordination between multiple teams with strong experience in
functional testing.
· Experience in handling defect triage calls with multiple stake holders.
· Ensures baseline documents are available on time.
· Dissects business requirements for assigned projects by going through
requirements document, Functional Specifications, Technical Specifications.
· Contribute towards Requirement Analysis ,Test Strategizing, Test Planning
,Well Versed with Estimation Methodologies.
· Defines and tracks quality assurance metrics such as defects, defect
counts, test results and test status.
· ALM QC knowledge - working with setting up queries to pull data into
spreadsheets, minor administration
· MS Excel - Strong proficiency in use of MS Excel to manipulate and
present data for reporting. Pivot tables a plus.
· SQL - primarily for MS Access tables but also useful in developing and
supporting ALM QC queries

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


[android-developers] Looking for Oracle Taleo Implementation consultant in Valencia, CA with infosys

2016-06-17 Thread SALMA BHAT
Hi Partners,

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

*Skill Set*

Oracle Taleo Implementation Experience - Valencia, CA

*Work Location*

Valencia, CA

*Special Instructions*

NA



*Job Description*

Skill Set: Must have Experience with Taleo Recruitment and Onboarding
Implementation

Job Description:
• Ability to execute Taleo Recruitment & Onboarding implementation - Drive
Workshops, Design, Configuration, integration, testing , training &
deployment
• Integration - With 3rd Party Vendors, HRIS system using Bulk API & Taleo
Connect Client
• Expertise with system maintenance activities not limited to OLF,Workflow,
email templates, user set-ups, permissions, career portal configuration,
Ability to define the tasks/processes in onboarding
• Reports & Dashboards - Analyze, Design , Develop, implement and Analysis
summary.
• System assessment, configuration, development of test scripts and testing
of functionality, upgrades and enhancements.
· Nice to have - Social Sourcing, Learn Application experience will be an
added advantage

Experience: 2-3 years of Taleo experience (MUST)

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


[android-developers] Re: Cant unenroll/uninstall Android N beta

2016-06-17 Thread Jerome Gardrel
Same Things here Fox !
If you have an idea ... -_-


Le vendredi 11 mars 2016 21:02:18 UTC+1, Jez San a écrit :
>
> Hi -
>
> can anyone offer help...  Device:  stock nexus 6p.
>
> i enrolled the device and installed the beta yesterday but i can't get 
> certain things working (project Fi and various apps etc)... so i tried to 
> UnEnroll the device.
>
> it says when you unenroll it'll quickly do an OTA update back to the 
> latest public release, but it hasn't done an OTA.  its been a day.  I've 
> tried turning the device off and on several times.  I've tried asking to do 
> a check for updates.   How fast should the OTA happen?   is there anything 
> i can do to force it to do it?
>
> (i tried enrolling and un-enrolling again, just in case that helped, and 
> it didn't do anything), so right now i have beta Android N, and have found 
> no way of returning it back to 6.0.   I've also tried a factory reset but 
> that didn't help.i don't mind losing any data.
>
> any help appreciated.
>
> thanks
>
> -- Jez
>
>

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


[android-developers] Installation crashes on Galaxy Note when SQLCipher is used

2016-06-17 Thread Tom Stol


We are using an encrypted SQLCipher database in our Android app (internal 
memory, not on SD card), compiled in (SDK23) and we are facing issues with 
the app crashing IMMEDIATELY when "installation" starts when we install it 
on our Galaxy Note 5 (running Android 6.0.2).


On other devices (Sony Xperia S, running Android 4.1.2, Sony Z5, running 
Android 6) NO problems - apk installs and app runs. We only see this on our 
Galaxy Note 5. When we use the same database without Cipher (also in 
internal memory, not on SD card) then it ALSO works on the Galaxy Note 5. 
So, this issue is Cipher related and as we only see it on the Galaxy.


This is quite an urgent issues for us and we could not figure over several 
days what the issues is.


Can anyone offer some advice?


THANKS a MILLION !!!

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


[android-developers] Re: Help designning the UI

2016-06-17 Thread Ventura
The videos are great, also I didn't know that 1 dp is 1 pixel in a 160 dpi 
screen. This makes my life easier :)

El lunes, 6 de junio de 2016, 18:00:40 (UTC+2), Diego Torres Milano 
escribió:
>
> Follow https://developer.android.com/design/material/index.html
>
>
> On Sunday, 5 June 2016 07:16:02 UTC-4, Ventura wrote:
>>
>> Hello, I am trying to design a cool UI for my app, because it's really 
>> ugly at the moment.
>>
>> How can I know what size will have my icons and what mobile should I 
>> design by default? 
>> I checked the documentation.. but I get lose with that things. 
>>
>> I was thinking that I need a kind of template of a mobile with his 
>> dimesions in pixeles and his dp so I can export the icons to different 
>> mobiles, is it right? I hope that someone can help me with this here :).
>>
>

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


[android-developers] Re: Help designning the UI

2016-06-17 Thread Ventura
Thanks:D

El lunes, 6 de junio de 2016, 18:00:40 (UTC+2), Diego Torres Milano 
escribió:
>
> Follow https://developer.android.com/design/material/index.html
>
>
> On Sunday, 5 June 2016 07:16:02 UTC-4, Ventura wrote:
>>
>> Hello, I am trying to design a cool UI for my app, because it's really 
>> ugly at the moment.
>>
>> How can I know what size will have my icons and what mobile should I 
>> design by default? 
>> I checked the documentation.. but I get lose with that things. 
>>
>> I was thinking that I need a kind of template of a mobile with his 
>> dimesions in pixeles and his dp so I can export the icons to different 
>> mobiles, is it right? I hope that someone can help me with this here :).
>>
>

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


Re: [android-developers] unable to publish app to beta

2016-06-17 Thread LEW CC
nope, what i did is just changing the minSdkVersion from 15 to 16.

some information
production version 45: min(15), target(unknown)
beta version 46: min(15), target(23), no problem
beta version 47: min(15), target(23), no problem
beta version 48: min(15), target(23), no problem
beta version 49: min(16), target(23), problem occur

the error occur after i uploaded version 49.

On Friday, June 10, 2016 at 7:10:34 AM UTC+8, TreKing wrote:
>
>
> On Tue, Jun 7, 2016 at 5:50 AM, LEW CC  
> wrote:
>
>>
>>- It is forbidden to downgrade devices which previously used M 
>>permissions (target SDK 23 and above) to APKs which use old style 
>>permissions (target SDK 22 and below). This occurs in the change from 
>>version 48 (target SDK 23) to version 45 (target SDK 21).
>>- 
>>
>> btw, both minSdkVersion for version 48(beta) and 45(production) is 15
>>
>> Anyone help me? Thanks!
>>
>
> Well ...  did you set the target SDK attribute to 23 in the older version 
> then back down to 21 in the newer version? 
>
>
> -
> TreKing  - Chicago 
> transit tracking app for Android-powered devices
>

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


[android-developers] Top mobile app development company in India

2016-06-17 Thread Mehdi Hasan
Are you thinking of hiring the services of a mobile app development company 
? That is by all means a smart move. Mobile apps 
are indeed making life more convenient and these useful applications are 
essential especially if you are in business or a service provider of any 
kind.

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


[android-developers] Mathrusoft Technilogies pvt lid

2016-06-17 Thread vijay koti koti
Hi Folks,
Weekend We are Providing Free Training Classes 
for Android Industrial Training *

whoever interested to attend please call/whatsapp below number or comment 
your email or phone no

Hurry up only limited seats
call or whatsapp at : +91 9611 340208

Location very near to Vijayanagar Metro station
#27, 3rd Floor, 17th cross, MC Layout Vijayanagar Bengaluru 560 040
Google Maps URL : https://goo.gl/B8Fp96

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


[android-developers] complying to the google play policies if we use PayPal gateway for payment

2016-06-17 Thread Sanjay Atreya
Hi,


In my application two type of user, Player and Coach, for being Coach 
existing player has to pay through PayPal (Payment option using in app).
When i am going to publish my application at google play store, during 
questionnaire what should be options selected for payment if we are using 
Paypal (yes or no)  

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


[android-developers] Re: implement a unity plug-ins of Firebase Cloud Message (FCM)

2016-06-17 Thread Yukio Murakami
description mistake.

But, since it's the library B has not been defined, an error will occur.
>

>From the above-mentioned B is the package name.

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


[android-developers] implement a unity plug-ins of Firebase Cloud Message (FCM)

2016-06-17 Thread Yukio Murakami
Hi, I am trying to implement the FCM plug-ins for Unity.

The Unity Plug-ins is defined as a library in build.gradle.

In order to correspond to the FCM,
I will need to declare the "apply plugin: 'com.google.gms.google-services'" 
to build.gradle.

But, since it's the library B has not been defined, an error will occur.

For Unity is not built in gradle, it can not be an extension of the 
app-level build.gradle.

After a review of documents, as a parameter in the initialization of 
Firebase class,
it is likely to pass the information of google-services.json.

But, if you do not put the google-services.json file,
an error will occur in the build.

If you have any good how to respond,
what you are unable to your professor to 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/58ae54b0-e1af-46dc-aeb8-79699d371fb2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.