[android-developers] Play Store Redirect Issue

2016-05-17 Thread ryant
Having an issue trying to redirect people to Google Play app download from 
our website.
We have a redirect in place on the server that seems to work when the 
address is entered directly into search bar, but not when clicking a link 
with the same address.
When using the link I end up with Google Play opening to a blank screen.
Not sure if it is just my phone or a technical issue (using chrome on 
android phone), any help appreciated.

Redriect goes to: market://details?id=com.silvershotz.SS
Also tried: https://play.google.com/store/apps/details?id=com.silvershotz.SS

Link with redirect for android phones: https://app.silvershotz.com (this 
works as expected when typed directly into browser)

-- 
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/54f85ec9-b069-4f5e-bd8d-b3ca18e15ec5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: no audio or sound during sip audio call

2016-05-17 Thread Sahaba Sahaba R.A.
Hello Kiran: I am using SIPDEMO in Android Studioneed to discuss 
something on SIP...r u able to fix this issue of your's?.

On Friday, June 24, 2011 at 12:45:55 PM UTC+3, kiran wrote:
>
>
> Hi
>   i am using SipDemo application provided by the android and i am using  
> ekiga.net sip provider, the sip demo application perfectly logins and 
> registers with server and perfectly establish call between two device and 
> after establishing the call i am not able to hear any sound and other 
> person on the other device  is also not able to hear any sound.
>  Is there any problem with codec negotiation of sip or any audio device 
> issue.
> -- 
> Regards
>  Kiran
>
>

-- 
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/dd315c35-9113-44fe-9d9b-21e5f4582d3f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Keyboard

2016-05-17 Thread sardar khan
did you find any resourse ..?? i want to build the same app thanks

On Tue, May 17, 2016 at 7:50 PM, 'Carina Huellen' via Android Developers <
android-developers@googlegroups.com> wrote:

> hey,
>
> I'm trying to build an App with Android Studio and I need some help
> because I don't know how to access to the google keyboard.
> I want to change the keyboard by myself.
>
> I am very great full 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/c86ee276-631d-4a34-ae0d-87f7ccbc1ff6%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/CABHzXAT6SccYu13fUQdoTqEwi%3Do85f6AQNex1AqzGcT_V137Yg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] settext in edittext and edit that string

2016-05-17 Thread sardar khan
hy, you can set the cursor position by using this
http://stackoverflow.com/questions/8035107/how-to-set-cursor-position-in-edittext

On Tue, May 17, 2016 at 11:17 PM, Nomana Malik 
wrote:

> i have a edittext in which i am setting a string
> edittext.settext(result).i want to edit result string but after settext
> there is no cursor no keyboard..
>
> --
> 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/a1258f20-ddb7-4719-b6d3-3b03a3abd795%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/CABHzXAQ3wEEpjd5Kqrk0025o0zxRaBVeeBK0zobPB4BTjFh1WQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SIPDEMO --- seccond REGISTER, Request-URI

2016-05-17 Thread Sahaba Sahaba R.A.
Hello:

I am trying to connect SIPDEMO application to IMS Network (SBC/P-CSCF). I 
am using Android Studio. I just commented few lines and added following 
code to setup correct SipProfile , targetting P-CSCF/IMS 

username="+9665xxx";
domain="rcs.xxx.xxx.com.sa";

builder.setOutboundProxy("xx.xx.xx.xx");
builder.setAuthUserName("+9665...@rcs.xxx.xxx.com.sa");


Now,

I am tracing in IMS/P-CSCF and can see REGISTER message coming and is 
replying to my application with "401 UNAUTHORISED". You can see below 2 
REGISTER messages that first one has Request-URI without port:5060 but the 
second one has port:*5060* (in the first line of both REGISTER). This is 
causing failure in REGISTRATION as Response to second register should match 
with the first one saved in IMS...so, all i need to remove port:5060 from 
Request-URI in second REGISTER. Any help will be apreciated.


FIRST REGISTER
==
REGISTER sip:rcs.ksa.zain.com.sa SIP/2.0
Via: SIP/2.0/UDP 
51.36.23.185:1616;branch=z9hG4bKa9c834f6a38ee3cb85e41bb99ec297d3343431;rport
Call-ID: 4879fafe9136742e297f1d60da8f0e35@10.185.25.70
From: ;tag=3228249145
To: 
CSeq: 1118 REGISTER
Max-Forwards: 70
User-Agent: SIPAUA/0.1.001
Contact: 
Expires: 3600
Content-Length: 0


SECOND REGISTER
===
REGISTER sip:rcs.ksa.zain.com.sa:5060 SIP/2.0
Via: SIP/2.0/UDP 
51.36.23.185:1616;branch=z9hG4bK8981b68d329313b6b56eadeb92bb53e9343431;rport
Call-ID: 4879fafe9136742e297f1d60da8f0e35@10.185.25.70
From: ;tag=3228249145
To: 
CSeq: 1119 REGISTER
Max-Forwards: 70
User-Agent: SIPAUA/0.1.001
Contact: 
Expires: 3600
Authorization: Digest 
username="+9665...@rcs.xxx.xxx.com.sa",realm="rcs.xxx.xxx.com.sa",nonce="W5zuSqrOAyQDQ4HVyRk3/Q==",uri="sip:rcs.xxx.xxx.com.sa:
*5060*
",response="a6325969f125416e6a8256a34eabbc46",algorithm=MD5,cnonce="xyz",qop=auth,nc=0001
Content-Length: 0

-- 
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/9b30db2a-5f50-4c7d-837b-1ba6cdfb180b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Closure::::::::::::Oracle Identity Manager (OIM) Developer ,AZ - Scottsdale/ RI- Rhode Island

2016-05-17 Thread sudhanshu pandey
*Hi There,*

*I am looking for Relevant consultant for below job description.*

*Job Title: Oracle Identity Manager (OIM) Developer *

*Location: AZ - Scottsdale/ RI- Rhode Island *

*Contract: 12 +Months*

*Requirement:*

•  *Consulting & Implementation experience in Oracle Identity & Access
Management using Oracle Identity Manager (OIM) 11gR2PS2 and PS3.*

•  *Experience in OIM Environment Setup (installation, configuration,
deployment and patching) *

•  Strong experience in developing connectors, approval workflows, and
custom event handlers, custom scheduled tasks and reconciliation.

•  Strong experience in Customization of ADF UI and SOA workflows.

•  Strong Experience in using OIM API and SPML web services.

•  Must have experience in integrating OIM with LDAP, AD, Exchange,
RACF, AS400 and SharePoint.

•  Must have Core Java/J2EE knowledge for customizations.

•  SQL/LDAP query language and Share Point skills beneficial.

•  Supports existing production systems; coordinates related support
and enhancement activities. The support will require working in 24x7
rotating shifts

•  Technical Support

•  Incident Escalation

•  Product Support

•  Trainings

•  Performance Mgmt., change & Release Mgmt.

•  Configuration Mgmt. And service Level Mgmt.

•  Availability & Continuity Mgmt.

•  Incident Analysis & Validation

•  Monitoring the system performance

•  Resolve issues as per tickets

•  Service enhancement

•  Product issues

•  Manage new requirements and services

•  Escalation Management

•  Compliance management and reporting

•  Architecture design enhancements

*QUALIFICATIONS AND SKILLS REQUIRED:*

· Minimum of 7 years experience with Identity and Access management
planning and implementation including 5 years enterprise organization
experience.

· In-depth understanding and knowledge of Identity and Access
management concepts, processes and general trends in the industry

· Experience implementing Oracle Identity Governance Product
OIM11gR2 PS2

· Experience in implementation, configuration and deployment of OIM
solution that involves integration with legacy systems using custom
connectors and various B2B partners

· Experience configuring OIM toolset to provision/de-provision and
reconciliation.

· Experience with access control modeling methodologies,
authorization policy management, and risk-based methods of access lifecycle
management for applications and data.

· Experience maintaining, troubleshooting and enhancing OPAM/ IAM
infrastructure; leading or participating in their day-to-day operation and
maintenance; and monitoring, reporting, and auditing technical, security,
and business activities.

*Total experience in required skill (years) *

· 6-8 years



*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

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


Re: [android-developers] Re: HTTPS access to PlayStore is very very very bad idea!

2016-05-17 Thread Raymond C. Rodgers
What about the device and possibly user account information that might
get transmitted as part of the download process? Encrypting the package
while leaving meta data exposed will not help keep the application,
device, or user account secure.

On 5/17/2016 2:27 AM, Tourism SecondGuide wrote:
> A better solution would be to secure the package
>
> Le samedi 14 mai 2016 18:03:40 UTC+2, bjv a écrit :
>
> So what you are saying is that Apple is better because they enable
> a MITM attack against your apps when being downloaded, perhaps
> letting criminals replace your app with their modified one?
>
> -- 
> 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/392d51b7-25ac-495f-9bc4-ee43b466356e%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/573B7B24.3040003%40badlucksoft.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Dynamic control of Google Search App Indexing

2016-05-17 Thread 'Gennadii Ivanov' via Android Developers
Hi,

According to https://developers.google.com/app-indexing/android/app#noIndex 
there is only one way to prevent Google from indexing your app content: use 
noindex.xml file and put it into the final APK.

How does it work with content that may be dynamically restricted?

Let's assume that each user has a separate page on our website (or inside 
mobile application). And there is a specific option that allows/disallows 
Google Bot to index this certain page. This option is available through 
internal API call.

Can we make an API call to know whether access is restricted by user and 
allow/disallow Google Bot to index it? We are looking for a solution on 
both Android and iOS platforms.

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/dc0c2c08-35bc-4cfb-8ea3-8b27fe7dd573%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Very Urgent Position::::::Linux Engineer - Suse linux - Woonsocket , RI OR Scottsdale, Arizona OR Dublin, Ohio

2016-05-17 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: Linux Engineer - Suse linux *

*Location: Woonsocket, RI OR Arizona OR Ohio *

*Contract: Long Term*



*Requirement:*

We are looking for a Linux Engineer with the following below highlighted
skills:



· DNS

· NFS

· Bash Scripting

· Tomcat Configuration

· *Apache Configuration (LAMP) Linux, Apache, MySQL.. No PHP*

· *SLES (Suse Linux Enterprise Server) version 11, 12 *

· *Ubuntu*

· *Virtual Machines (KVM)*

· Networking concepts

· HP/ IBM blades , ILO





*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

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


[android-developers] settext in edittext and edit that string

2016-05-17 Thread Nomana Malik
i have a edittext in which i am setting a string edittext.settext(result).i 
want to edit result string but after settext there is no cursor no 
keyboard..

-- 
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/a1258f20-ddb7-4719-b6d3-3b03a3abd795%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: Looking : Oracle Data Integrator at Bellevue, WA

2016-05-17 Thread Dev
*Role*

Oracle Data Integrator

*Work Location*

Bellevue, WA

*Duration*

Long term



*Job Description*

Experience in Oracle Data Integrator.
Have experience in data Extraction, Loading and Transformation in data ware
house
environment.
Designed and developed interfaces to load the data from multiple sources
like
Relational databases, flat files into oracle /Teradata warehouses
Developed packages, scenarios using interfaces and variables.
Good knowledge about Topology, Designer, Operator in Oracle Data Integrator.
Debugging the master jobs and packages by using operator navigator.
Good Understanding about ODI Architecture





Thanks & regards

Dev

Phone : 408-722-9448

*Fax*: 408 521 0167

E-solutions Inc: 2 N. Market St., #400, San Jose, CA 95113

*Email*: de...@e-solutionsinc.com

*www.e-solutionsinc.com *

*Linkedin:* https://www.linkedin.com/in/dev-vishnu-a0aa3791

*An *

* Employer*



Under Bill s.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered spam as long as we include contact information and a
remove link for removal from our mailing list. To be removed from our
mailing list reply with "remove" and include your "original email
address/addresses" in the subject heading. Include complete addresses
and/or domain to be removed. We will immediately update it accordingly. We
apologize for the inconvenience if any caused. If you have erroneously
received this message, please delete it immediately and notify the sender.

Before opening any attachments please check them for viruses and defects.

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


[android-developers] Looking for Senior Abinitio Developer

2016-05-17 Thread sarita D
Hello,

Hope you are doing great. Please find the below job description and share
your profiles to r...@hclglobal.com.



*Title: **Senior Abinitio*

*Location: **Mc Lean - Virginia*

*Duration: 6 months*

*Rate: DOE*



*Job Description:*

Key skills required for the job are:

1.Should have 5-7 years of experience working on UNIX & Abinitio
2.Should have 3 - 5 years of experience on Teradata or any other Data base.
3. Should have a good understanding of basic Sql.
4. Should have exposure to all the phases of SDLC
5. Should have good verbal & written communication skills.
6. Should have worked in a Agile delivery environment.
7. Should be a self-starter & should be proactive in gathering information.
8. Should work on proactively getting feedback from customers & identify
improvement areas.
9. Should be good at setting the correct expectation & should strive to
build a positive perception with the customers.
10. Previous Working in Onsite and offshore model is preferred.
11.Capable of understanding of business requirement/mappings and converting
them into design.
12.Capable of communicating the design via documents to developers
13.Capable of co-ordination with QA folks
14.Capable of prod rollouts/warranty support
15.Capable of scheduling

16.Should be also versed in Conduct IT



*Sarita D **|* Recruiter *|* HCL Global Systems, Inc.

T 248.473.0720 Ext:171 *|* r...@hclglobal.com

24543 Indoplex Circle, Suite #220, Farmington Hills, Michigan - 48335



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


[android-developers] WebView behaves weird when setting pivot point to rotate WebView

2016-05-17 Thread Pavel Vasilyev
Hi all,

I'm trying to rotate WebView (actually don't think there is a difference 
with any Views) by rotation gesture with two fingers.
I use the following code:
mView.animate().rotation(-mCurrentAngle).setDuration(0).start();

I get fingers' relative coordinates by MotionEvent.getX(pointerIndex);

The problem appears if I'm trying to change pivot point. WebView suddenly 
starts changing its view in layout after I set pivot point.

I had the same problem with scaling and tried solutions from this topic: 
http://stackoverflow.com/questions/14415035/setpivotx-works-strange-on-scaled-view
And it helped. But not for rotation.

Does any body know is it possible to rotate view with changed pivot button?

-- 
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/b4db2d86-6290-4ec8-9099-3d769e5e1ed3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent req for Sr. Drupal Developer @ Washington, DC

2016-05-17 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *Sr. Drupal Developer**..* Please let me
know if you have any consultants and get back to me with their updated
resume in .doc format immediately. Given below is the job description.



*Job Title: Sr. Drupal Developer *

*Location: Washington, DC*

*Duration: 6+ Month*

*Total **Experience: 9 Years*



*JD:*

Experience in leading and Architecting Drupal applications

-   Assign tasks to offshore team members

-   Experience in Agile and waterfall methodologies

-   Experience developing, modifying, and debugging custom Drupal modules.

-   Strong proficiency in PHP, HTML, CSS, and JavaScript

-   Proficient in Drupal including custom module development, key
contributed modules and core API

-   Experience building responsive websites using Drupal CMS, HTML/HTML5,
CSS/CSS3, and JavaScript/jQuery

-   Experience with Acquia hosting environment

-   Knowledge of Solr

-   Comfortable with Linux, Git and Drush





*Sadiq Shaik*

ASAP Solutions Group LLC,

678-221-4992 (ext) 217

ssh...@myasap.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/CAMy78atfHeNheU9VjeLL%3DMsZG%3DNc1NQASkPajhEd5LPEm9B%2BYw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for Senior Abinitio

2016-05-17 Thread sarita D
Hello,

Hope you are doing great. Please find the below job description and share
your profiles to r...@hclglobal.com.



*Title: **Senior Abinitio*

*Location: **Mc Lean - Virginia*

*Duration: 6 months*

*Rate: DOE*



*Job Description:*

Key skills required for the job are:

1.Should have 5-7 years of experience working on UNIX & Abinitio
2.Should have 3 - 5 years of experience on Teradata or any other Data base.
3. Should have a good understanding of basic Sql.
4. Should have exposure to all the phases of SDLC
5. Should have good verbal & written communication skills.
6. Should have worked in a Agile delivery environment.
7. Should be a self-starter & should be proactive in gathering information.
8. Should work on proactively getting feedback from customers & identify
improvement areas.
9. Should be good at setting the correct expectation & should strive to
build a positive perception with the customers.
10. Previous Working in Onsite and offshore model is preferred.
11.Capable of understanding of business requirement/mappings and converting
them into design.
12.Capable of communicating the design via documents to developers
13.Capable of co-ordination with QA folks
14.Capable of prod rollouts/warranty support
15.Capable of scheduling

16.Should be also versed in Conduct IT



*Sarita D **|* Recruiter *|* HCL Global Systems, Inc.

T 248.473.0720 Ext:171 *|* r...@hclglobal.com

24543 Indoplex Circle, Suite #220, Farmington Hills, Michigan - 48335.

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


[android-developers] Green Card OR US Citizen:::VM Ware Engineer ,Schenectady , NY,24+ Months

2016-05-17 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: VM Ware Engineer*

*Location: Schenectady , NY*

*Contract: 24+ Months*

*Visa : US Citizen OR GC Only.*



*Requirement:*

•  VM Ware Engineer –Cloud based

•  Associates or Bachelor of Science degree in Engineering,
Computer Science, or Information Technology

•  Minimum of 1 year as the primary administrator on a cloud
infrastructure

•  Minimum of 5 years of hands-on experience with VMware
technology

•  Ability to manage, upgrade, maintain and troubleshoot a
virtualization infrastructure

•  Working knowledge of Linux syntax to illicit results from
VMware ESXi

•  Working understanding of GE P tools used for complete
control system simulation including (but not limited to) Mark VI/VIe
controls, virtual control technology, Matlab / SIMULINK, Easy5, Dynsim,
CIMPLICTY and ARTEMIS

•  Working knowledge of various Linux and Unix operating
systems  Extensive experience with MS Operating Systems  (Windows NT, 2000,
XP, Windows 7, etc

•  10+ years of general IT experience

•  Data Center maintenance and configuration experience
including HVAC and power.

•  Excellent working knowledge of TCP/IP, Virtualization
connection protocols, SSH, DHCP and DNS technologies

•  Demonstrated ability to be effective in a customer service /
ready to serve role

•  Highly-motivated, energetic, confident, self-starting
personal characteristics

•  Able to accomplish tasks without supervision, communicate
effectively and take ownership of assigned projects

•  Strong analytical approach to problem solving

•  Ability to lead in a matrix organization

•  Strong oral and written communication skills

•  Strong interpersonal and leadership skills

•  Ability to succeed in a global team environment

•  Excellent understanding of the Windows registry

•  Working knowledge of Windows command line

*Roles & Responsibilities *

· Responsibilities will include technology exploration, development
planning, infrastructure administration, troubleshooting, and
ready-to-serve (RTS) support of the greater controls organization in all
cloud activities. The broad scope of responsibility provides an opportunity
to optimize the cloud experience for the global user group. The candidate
is expected to perform the following tasks:

· Maintaining, upgrading and troubleshooting VMware Windows based
virtual machines building, deploying and customizing virtual machines

· communicate effectively and work in a team environment

· Develop and maintain documentation and procedures

*Specifically you will: *

•  Manage software licensing needs for the cloud and its user
group.

•  Define, plan, and secure funding for the growth & sustaining
efforts around the cloud infrastructure

•  Insure security practices are followed and drive stability /
availability of the cloud infrastructure

•  Interface with P IT counterparts to insure the cloud
operation is seamless in the P business and consistent with best
practices.

•  Manage, upgrade, maintain and troubleshoot VMware virtual
machine infrastructure

•  Manage facility needs as they relate to the cloud
infrastructure

•  Build, deploy and customize virtual machines

•  Develop & execute sub-system & system validation test plans.

•  Develop documentation and procedures.



*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

-- 
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/CAEZkQ%2BgWub%3DW%2B2n8j%3DXhHJzDnyDU4xg_y15d61jLKbvQ-wPUVw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sure Closure Guarantee:::::Oracle Identity Manager (OIM) Developer

2016-05-17 Thread sudhanshu pandey
*Hi There,*

*I am looking for Relevant consultant for below job description.*

*Job Title: Oracle Identity Manager (OIM) Developer *

*Location: AZ - Scottsdale/ RI- Rhode Island *

*Contract: 12 +Months*

*Requirement:*

•  *Consulting & Implementation experience in Oracle Identity & Access
Management using Oracle Identity Manager (OIM) 11gR2PS2 and PS3.*

•  *Experience in OIM Environment Setup (installation, configuration,
deployment and patching) *

•  Strong experience in developing connectors, approval workflows, and
custom event handlers, custom scheduled tasks and reconciliation.

•  Strong experience in Customization of ADF UI and SOA workflows.

•  Strong Experience in using OIM API and SPML web services.

•  Must have experience in integrating OIM with LDAP, AD, Exchange,
RACF, AS400 and SharePoint.

•  Must have Core Java/J2EE knowledge for customizations.

•  SQL/LDAP query language and Share Point skills beneficial.

•  Supports existing production systems; coordinates related support
and enhancement activities. The support will require working in 24x7
rotating shifts

•  Technical Support

•  Incident Escalation

•  Product Support

•  Trainings

•  Performance Mgmt., change & Release Mgmt.

•  Configuration Mgmt. And service Level Mgmt.

•  Availability & Continuity Mgmt.

•  Incident Analysis & Validation

•  Monitoring the system performance

•  Resolve issues as per tickets

•  Service enhancement

•  Product issues

•  Manage new requirements and services

•  Escalation Management

•  Compliance management and reporting

•  Architecture design enhancements

*QUALIFICATIONS AND SKILLS REQUIRED:*

· Minimum of 7 years experience with Identity and Access management
planning and implementation including 5 years enterprise organization
experience.

· In-depth understanding and knowledge of Identity and Access
management concepts, processes and general trends in the industry

· Experience implementing Oracle Identity Governance Product
OIM11gR2 PS2

· Experience in implementation, configuration and deployment of OIM
solution that involves integration with legacy systems using custom
connectors and various B2B partners

· Experience configuring OIM toolset to provision/de-provision and
reconciliation.

· Experience with access control modeling methodologies,
authorization policy management, and risk-based methods of access lifecycle
management for applications and data.

· Experience maintaining, troubleshooting and enhancing OPAM/ IAM
infrastructure; leading or participating in their day-to-day operation and
maintenance; and monitoring, reporting, and auditing technical, security,
and business activities.

*Total experience in required skill (years) *

· 6-8 years



*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

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


[android-developers] ETL Architect--Maryland Heights, MO--H1B only

2016-05-17 Thread Ayaan Ali
Greetings,
Hope you are doing well today,

Position:  ETL Architect
Location: Maryland Heights, MO
Duration:  4 month

Need H1b Copy with Submission.
*Must be Architect *

Must-Haves:
2+ years of architect experience and 8+ years’ experience with Teradata or
Informatica development
Informatica Power Center ETL Development and Infrastructure experience
Teradata Development and Infrastructure experience
Architectural experience with creating High Level Designs, Data Flow
Diagrams, etc.
Using Visio or familiar tool
Excellent decision making and leadership skill set
This person will be the technical lead for the XDW team and main point of
contact for M activity

Plusses:
Experience working in data warehousing environment
Exposure to any of the following tools: TPT, Fastload or multiload

__
Thanks & Regards
Ayaan Ali | Technical Recruiter
Panzer Solutions
50 Washington Street,
9th Floor, SONO Corporate Center
Norwalk CT 06854
*ayaan@panzersolutions.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/CABz%2BdUyUe%2Bn_O_ufKKoDDc4%3DcLKacJc-1T2Zmah9W0_a2nAr8A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sure Closure::::::SOA Technical Architect,Blacklick, OH, 9+ Months

2016-05-17 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: SOA Technical Architect*

*Location: Blacklick, OH*

*Contract: 9+ Months*



*Requirement:*

· SOA Architect For TCS Client Location Total IT Work Experience
greater than 10 Yrs Full Time.

· Hands On Experience In: 1. Oracle SOA Suite 11g 2.

· OSB, BPEL, AIA, Human Workflow

· XML, XQUERY, XSLT Transformations

· WAR/JAR Deployments Added Advantage:

· Oracle OEM & BTM Tools knowledge

· Oracle SOA 12c Upgrade Experience

· SOA Administration Knowledge

· SOA Hardware Estimation knowledge

· Oracle SQL PL/SQL Roles & Responsibilities:

· Responsible for design and architecture of small, medium and
large scale Oracle SOA Projects.

· Work closely with Client Tech and Business Teams to gather SOA
requirements and suggest solutions.

· Prepare High Level & Low Level Design Documents.

· Coordinate with TCS development team for implementation of
solutions.

· Handle Escalations & communicate with TCS & Client Management for
resolutions.



*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

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


Re: [android-developers] Re: Android Studio + Kotlin + databinding = unused methods?

2016-05-17 Thread Streets Of Boston
You're right, that could be an issue. 
When coding Java source, you can add comments to disable certain Lint 
checks. I know those work in Kotlin as well, but the set of available 
'comments' may be limited compared to their Java counterpart.


On Tuesday, May 17, 2016 at 10:46:37 AM UTC-4, Mike Hurley wrote:
>
> I just looked in Android Studio 2.1.1 and I didn't see an option to 
> "comment out" the unused method warning for that method. My only choice was 
> to clean delete the method. Is there a manual syntax/annotation I can try? 
> I wonder if the Kotlin plugin is simply less advanced in this area.
>
> On Mon, May 16, 2016 at 1:51 PM, Streets Of Boston  > wrote:
>
>> What about just disabling the Lint processing for this 'unused' issue?
>>
>> Click on the yellow warning and fix it by adding a lint-disabling comment 
>> to the method. This will remove the warning.
>>
>> On Saturday, May 14, 2016 at 10:47:33 AM UTC-4, Mike Hurley wrote:
>>>
>>> Here are the versions I'm using:
>>> Android Studio 2.1.1
>>> Kotlin 1.0.2
>>> Android databinding 1.1
>>>
>>> I currently have an annoyance in Android Studio with Kotlin and 
>>> databinding. A method bound to a button's onClick event is showing up in 
>>> the gutter as a yellow warning saying the method isn't used. Is this a 
>>> general databinding problem for all languages or is this an issue with the 
>>> Kotlin plugin? Are there any JVM or Kotlin annotations I can use to mark 
>>> the method as "used"? Any other ideas?
>>>
>> -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Android Developers" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/android-developers/mWI0KC7i5mQ/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> android-developers+unsubscr...@googlegroups.com .
>> To post to this group, send email to android-d...@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/f1604e76-1fdf-4932-bbaa-91bc9d707727%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/e4d6a89b-b251-492b-8af4-e009d5c6bfd3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java Developer - Columbus, OH 43040

2016-05-17 Thread Ankush Chaudhary
*F2F required*

*Here are the Job Details:*

*Position: Java Developer*
*Location: Columbus, OH 43040*
*Duration: 12+ Months*

Ideal candidate will have broad based past experience in designing,
prototyping, and building custom data centric web based applications in
either MS or Oracle based client/server environments.

The developer would be asked to work with business users on helping to
develop requirements and functionality that is desired by the business, so
excellent communication skills are a must.

*Required Skills*
HTML, XML, scripting languages (JavaScript, PL SQL)
Object oriented programming knowledge
JAVA

*Desired skills:*
Salesforce.com Development environment - S-Controls, AJAX Toolkit, Apex API

*Additional Information* *Form Manager :*

Please break down the following or % of time that will be spent on the
following.
o   New Development -70%
o   Maintenance – 10%
o   Enhancements – 10%
o   Support – 10%

Thanks & regards,

Ankush Chaudhary
Team Lead Recruitment
Email:  anku...@adventglobal.com

Advent Global Solutions, Inc.
12777 Jones Road, Suite 445, Houston, TX 77070

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


[android-developers] Looking for Splunk with Mapreduce

2016-05-17 Thread sarita D
Hello,

Hope you are doing great. Please find the below Job Description and forward
profiles to r...@hclglobal.com.


*Title: Splunk with Map Reduce*

*Location: San Jose, CA*

*Duration: 6 months*

*Rate: DOE*



*Job Description:*

Key skills required for the job are:

   - MapReduce (Mandatory)
   - Java-J2EE (Alternate)
   - Apache Spark
   - Hive

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

Minimum work experience: 8 Years

*Skill and Experience Details:*


*Mandatory Skills:* MapReduce MapReduce, Splunk - Analytics

*Desirable Skills:* Java-J2EE

*Language Skills:* English Language

-- 

*Sarita D **|* Recruiter *|* HCL Global Systems, Inc.

T 248.473.0720 Ext:171 *|* r...@hclglobal.com

24543 Indoplex Circle, Suite #220, Farmington Hills, Michigan - 48335.

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


[android-developers] Hot-List

2016-05-17 Thread Rahul Technocraft
*Hi ,*

*Hope you are doing great!*

*Please find the Hotlist of our Bench consultants, they are available
immediately and are open to relocate. Please share the suitable
requirements to **ra...@technocraftsol.com* * or you
can reach me at **614-664-7826**.  let me known if you any suitable
Contracts requirements for them.*

*Note:  please add my Email ID to your distribution list. *


*S.NO* 

*Name*

*Technology*

*Location*

*Experience*

*Relocation*

*1*

*Mayu*

*ETL Informatica*

*Plattsburgh,NY*

*7.5*

*Yes*

*2*

*Mrunali*

*Informatica*

*Irvine,CA*

*7+*

*CA, TX, FL, NC, AZ*

*3*

*Saurin*

*ETL Informatica*

*Birmingham, IL*

*8+*

*Yes*

*4*

*Shradha*

*Sr. ETL Developer*

*Dallas,Tx*

*11+*

*Only Dallas*

*5*

*Krunal*

*ETL Informatica*

*Cary, NC*

*7+*

*Yes*

*6*

*Sree *

*Sr. Business Analyst*

*Houston, Texas*

*7+*

*Yes*

*7*

*Rounak*

*Business Analyst *

*Des Moines, IA*

*7+*

*Open*

*8*

*Sowmya*

*PL/SQL*

*Dallas, TX*

*8+*

*Yes*

*9*

*Rama Krishna*

*PL/SQL*

*Tampa,FL*

*7+*

*Yes*

*10*

*Anu*

*SQL SERVER*

*Houston,TX*

*7+*

*Open*

*11*

*Sampath*

*Tableau*

*Bloomington,IL*

*7+*

*Open*



*Thanks and Regards*

*RAHUL*



*Business Development Manager*

*Email** : *ra...@technocraftsol.com

*Contact**:* 614-664-7826

*Yahoo ID / Gmail ID** :*
rahul.technocr...@yahoo.com/rahul.technocaft...@gmail.com

*Linkedin : **https://www.linkedin.com/home?trk=nav_responsive_tab_home*


www.technocraftsol.com

www.xdimensiontech.com

Partner with XDimension Technology

-- 
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/CAJV2-za_gwdLkf6E1WjQsu4sEvnTrk9Xj%2B%3D5Y5ZSgJxKFE%3DEKA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Keyboard

2016-05-17 Thread 'Carina Huellen' via Android Developers
hey,

I'm trying to build an App with Android Studio and I need some help because 
I don't know how to access to the google keyboard.
I want to change the keyboard by myself.

I am very great full 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/c86ee276-631d-4a34-ae0d-87f7ccbc1ff6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: Android Studio + Kotlin + databinding = unused methods?

2016-05-17 Thread Mike Hurley
I just looked in Android Studio 2.1.1 and I didn't see an option to
"comment out" the unused method warning for that method. My only choice was
to clean delete the method. Is there a manual syntax/annotation I can try?
I wonder if the Kotlin plugin is simply less advanced in this area.

On Mon, May 16, 2016 at 1:51 PM, Streets Of Boston 
wrote:

> What about just disabling the Lint processing for this 'unused' issue?
>
> Click on the yellow warning and fix it by adding a lint-disabling comment
> to the method. This will remove the warning.
>
> On Saturday, May 14, 2016 at 10:47:33 AM UTC-4, Mike Hurley wrote:
>>
>> Here are the versions I'm using:
>> Android Studio 2.1.1
>> Kotlin 1.0.2
>> Android databinding 1.1
>>
>> I currently have an annoyance in Android Studio with Kotlin and
>> databinding. A method bound to a button's onClick event is showing up in
>> the gutter as a yellow warning saying the method isn't used. Is this a
>> general databinding problem for all languages or is this an issue with the
>> Kotlin plugin? Are there any JVM or Kotlin annotations I can use to mark
>> the method as "used"? Any other ideas?
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/mWI0KC7i5mQ/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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/f1604e76-1fdf-4932-bbaa-91bc9d707727%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/CA%2BN1GyGEns8EePJ4KJKD6xszj%2B3XfAMk86NwW5zcF2HotyhxaQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Senior JAVA DEVELOPER - San Diego CA

2016-05-17 Thread Jadhav Ashok
*senior java developer*
*12 Months Contract*
*San Diego CA *
*NEED 10+ Years Profiles Only*

*Qualifications:*

   - 5+ years development experience.
   - Expert technical knowledge, with hands-on experience in program
   development in one or more technology environments.
   - Expert skills in verbal and written communications, with the ability
   to express highly complicated technical concepts in business terms.
   - Expert analytical, problem-solving, and conceptual skills. Strong
   interpersonal skills
   - Ability to work well on cross-functional project teams.
   - Strong experience in the industry or in a production/service
   environment similar to SEu.
   - Extensive knowledge in systems development life cycle and
   methodologies .
   - *Demonstrated ability to lead small (1-3 resources) development
   efforts. *
   - *Qualified candidate will have experience in OSB, WebLogic Server,
   OBPEL, and JAVA. *


*Responsibilities:*

   - The Sr SI Developer conducts requirements gathering, systems analysis
   and design for high complexity applications.
   - Prepares detailed program specifications for high complexity
   applications from which programs will be designed, coded, configured,
   visually developed, tested, debugged.
   - Follows program specifications to design, install, code, document,
   configure, visually develop, test, debug, plan and execute implementation
   of application programs. Develops process business knowledge and
   relationships to integrate activities with other IT and business personnel
   to ensure successful implementation of projects and production support
   efforts.
   - Reports to management on the status of project efforts for self and
   others, anticipating and identifying issues that inhibit the attainment of
   project goals and implementing corrective actions.

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


[android-developers] Urgent req for Oracle SOA Consultant with EBS @ Raleigh, NC

2016-05-17 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *Oracle SOA Consultant with EBS..*
Please let me know if you have any consultants and get back to me with
their updated resume in .doc format immediately. Given below is the job
description.



*Job Title: Oracle SOA Consultant with EBS*

*Location: Raleigh, NC*

*Duration: 3+ Month*

*Total **Experience: 8+ Years*



*JD:*

Experienced IT Analyst with excellent communication skills, managing stake
holder expectations, ability to work independently, excellent documentation
and interpersonal skills. Functional experience in Oracle Projects (or
Oracle EBS), Designing Extensions/Bolt-on Application in Oracle EBS needed.
Experience of working in Agile would be an added advantage. Should be able
to work in onsite-offshore operating model


Note: Candidate should have 4+ years of experience in EBS



*Sadiq Shaik*

ASAP Solutions Group LLC,

678-221-4992 (ext) 217

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


[android-developers] Google Play - Zero Supported Devices after uploading in Google P

2016-05-17 Thread Waqas Ahmed
I'm trying to publish an app, but no matter what I try the developer console is 
reporting that there are zero supported devices

Dev Console screenshot

Here's my full manifest;


http://schemas.android.com/apk/res/android;
package="com.blah.blahpro"
android:versionCode="6"
android:versionName="1.0" >



ere's my full manifest;


http://schemas.android.com/apk/res/android;
package="com.blah.blahpro"
android:versionCode="6"
android:versionName="1.0" >



 




 































 




https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/4abec718-0aa0-439e-a88e-e358bedff079%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sure Closure:::::SOA Technical Architect,Blacklick, OH, 9+ Months

2016-05-17 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: SOA Technical Architect*

*Location: Blacklick, OH*

*Contract: 9+ Months*



*Requirement:*

· SOA Architect For TCS Client Location Total IT Work Experience
greater than 10 Yrs Full Time.

· Hands On Experience In: 1. Oracle SOA Suite 11g 2.

· OSB, BPEL, AIA, Human Workflow

· XML, XQUERY, XSLT Transformations

· WAR/JAR Deployments Added Advantage:

· Oracle OEM & BTM Tools knowledge

· Oracle SOA 12c Upgrade Experience

· SOA Administration Knowledge

· SOA Hardware Estimation knowledge

· Oracle SQL PL/SQL Roles & Responsibilities:

· Responsible for design and architecture of small, medium and
large scale Oracle SOA Projects.

· Work closely with Client Tech and Business Teams to gather SOA
requirements and suggest solutions.

· Prepare High Level & Low Level Design Documents.

· Coordinate with TCS development team for implementation of
solutions.

· Handle Escalations & communicate with TCS & Client Management for
resolutions.



*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

-- 
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/CAEZkQ%2Bj4ubD-TXUbXTKXmVZYZqf%2BZkxahwkU5qs%3Dui-TWphJaw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot-List

2016-05-17 Thread Rahul Technocraft
*Hi ,*

*Hope you are doing great!*

*Please find the Hotlist of our Bench consultants, they are available
immediately and are open to relocate. Please share the suitable
requirements to **ra...@technocraftsol.com* * or you
can reach me at **614-664-7826**.  let me known if you any suitable
Contracts requirements for them.*

*Note:  please add my Email ID to your distribution list. *

*S.NO* 

*Name*

*Technology*

*Location*

*Experience*

*Relocation*

*1*

*Mayu*

*ETL Informatica*

*Plattsburgh,NY*

*7.5*

*Yes*

*2*

*Mrunali*

*Informatica*

*Irvine,CA*

*7+*

*CA, TX, FL, NC, AZ*

*3*

*Saurin*

*ETL Informatica*

*Birmingham, IL*

*8+*

*Yes*

*4*

*Shradha*

*Sr. ETL Developer*

*Dallas,Tx*

*11+*

*Only Dallas*

*5*

*Krunal*

*ETL Informatica*

*Cary, NC*

*7+*

*Yes*

*6*

*Sree *

*Sr. Business Analyst*

*Houston, Texas*

*7+*

*Yes*

*7*

*Rounak*

*Business Analyst *

*Des Moines, IA*

*7+*

*Open*

*8*

*Sowmya*

*PL/SQL*

*Dallas, TX*

*8+*

*Yes*

*9*

*Rama Krishna*

*PL/SQL*

*Tampa,FL*

*7+*

*Yes*

*10*

*Anu*

*SQL SERVER*

*Houston,TX*

*7+*

*Open*


*Thanks and Regards*

*RAHUL*



*Business Development Manager*

*Email** : *ra...@technocraftsol.com

*Contact**:* 614-664-7826

*Yahoo ID / Gmail ID** :*
rahul.technocr...@yahoo.com/rahul.technocaft...@gmail.com

*Linkedin : **https://www.linkedin.com/home?trk=nav_responsive_tab_home*


www.technocraftsol.com

www.xdimensiontech.com

Partner with XDimension Technology

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


[android-developers] Looking for Cleo Harmony Gateway

2016-05-17 Thread sarita D
Hello,

Hope you are doing great. Please find the below Job Description and forward
profiles to r...@hclglobal.com.



*Title: Cleo Harmony Gateway*

*Location: Oak Brook, IL*

*Duration: 6 months*

*Rate: DOE*



*Job Description:*

1. 7 Years of experience on Managed File Transfer technologies
2. At least 3 years of Experience on Cleo Harmony
3. Good understanding of different protocols of communication – FTP,SFTP,
HTTP,HTTPS, AS2 and Webservices

-- 

*Sarita D **|* Recruiter *|* HCL Global Systems, Inc.

T 248.473.0720 Ext:171 *|* r...@hclglobal.com

24543 Indoplex Circle, Suite #220, Farmington Hills, Michigan - 48335.

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


[android-developers] Hotlist - Technocraft Solutions

2016-05-17 Thread Tapan Kushwaha
Hello,

Greetings!



This is with reference to the Updated Hot-List of “Technocraft Solutions”
consultants, who are actively looking for a new contract opportunity;
Please let me know if you have any suitable requirement for our active
consultants. Also please send me your Job Requirements at
*ta...@technocraftsol.com*  or you can reach me
at 614-664-7644


*S.NO* 

*Name*

*Technology*

*Location*

*Experience*

*Relocation*

1

Shradha

Sr. ETL Developer

Dallas, TX

11+

Only Dallas

2

Mayu

ETL Informatica

Plattsburgh, NY

7.5

Yes

3

Saurin

ETL Informatica

Birmingham, IL

8+

Yes

4

Krunal

ETL Informatica

Cary, NC

7+

Yes

5

Mrunali

Informatica

Irvine, CA

7+

CA, TX, FL, NC, AZ

6

Sowmya

PL/SQL

Dallas, TX

8+

Yes

7

Rama

PL/SQL

Tamha, FL

7+

Yes

8

Ami

SQL/BI Developer

Piscataway, NJ

7+

 Open

9

Anusha

SQL/ SSIS/ SSRS

Dallas, TX

7+

Open

10

Sai

Service NOW

Dallas, TX

7+

Yes

11

Rounak

Business Analyst

Des Moines, IA

7+

Open

12

Sree

Business Analyst

Houston, TX

7+

Open



Looking forward to do Business with you.



Thanks,



*TAPAN*

*Business Development Manager*

*Technocraft Solutions LLC*

7000 parkwood Blvd, Ste#200G

Frisco,TX,75034

Email: ta...@technocraftsol.com

www.technocraftsol.com

www.xdimensiontech.com

Partner with XDimension Technology

Yahoo Id:Tapan_technocraft

Gmail Id: Tapan.technocraft

Contact: 614-664-7644

Fax: 866-360-3962

-- 
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%2BRjhA8tLg-8XZOaXPXo%2BW-es46A3Tvp6Fomtf5Fu8vr5HRuow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: reminders when timezone change

2016-05-17 Thread Jags
Ok, here is a bit more information on what I want. I understand broadcast 
receiver android.intent.action.TIMEZONE_CHANGED  is fired when timezone 
change occurs on device. But that does not wake my application, if my 
application is in killed state (entirely stopped, not even in background). 
Is there a way I can find when last timezone was changed when I run my 
application again ?

On Monday, May 16, 2016 at 4:56:50 PM UTC+5:30, Jags wrote:
>
> Hi All,
>
> In my android app, I set different set of reminders.
>
> When timezone of the device changes, I need to get some notification in my 
> application so that I can make necessary changes, is it possible ? which 
> api / broadcast caters to this ?
>
> regards
> jags 
>

-- 
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/b28cd76b-008f-49be-bfaa-36adfc3ab0d8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Issue with Android Support plugin version and associated error message

2016-05-17 Thread James Day
Noone else has this issue??

On Wednesday, 27 April 2016 16:02:14 UTC+2, James Day wrote:
>
> Please could you let me know if my post is lacking in detail to gain an 
> answer or if I simply have a question nobody know?
>
> Thanks
>
> On Sunday, 24 April 2016 14:11:44 UTC+1, James Day wrote:
>>
>> Hi All,
>>
>> Anyone had any experience with an error?:
>>
>> 13:57:29 Required plugins weren't loaded: Project 'android' requires 
>> 'Android Support' plugin of version at least '15', but '10.2.0' is 
>> installed.
>>
>> Android Studio 2.0
>> Gradle 2.12
>> SDK latest
>>
>> See screenshot for additional context.
>>
>> BR
>>
>> James
>>
>

-- 
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/e6bfbc34-6f99-4a82-a243-48f932e2a6ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] IP Pool of Google APIs

2016-05-17 Thread Richard


> Date: Tuesday, May 17, 2016 01:10:52 -0700
> From: abhinav.shan...@ril.com
> 
> We are using/consuming following Google API/s in our application.
> 
> https://www.android.googleapis.com
> https://maps.googleapis.com
> https://www.googleapis.com
> 
> We need to whitelist the IP Pool allocated/reserved by Google for
> above  URL/s  in our firewall, as DNS resolves to new IP each time,
> when we do  nslookup to above specified URL/s. “

With a properly configured firewall you wouldn't run into a problem,
that said -- the hostnames you list appear to be CNAMES for
googleapis.l.google.com, so that's what you really need to look at. 

If you do a whois on the IPnumber returned for that hostname you'll
see the network block and can configure your firewall accordingly. In
my region -- I suspect this varies region-by-region -- I'm seeing
them using IPnumbers out of two blocks. 

They appear to have a 5m TTL on googleapis.l.google.com, so that's
the frequency that you'd want to check in order to build up a list of
their blocks. There is also a 1hr TTL on the CNAMEs so you might want
to watch that to see if they change things there too. I think you
need to use the "-debug" flag on nslookup to see the current TTL
value. A better lookup tool is "dig".
 

-- 
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/2E86334D98A92DA60276F5FA%40ritz.innovate.net.
For more options, visit https://groups.google.com/d/optout.


[android-developers] SOA Technical Architect,Blacklick, OH, 9+ Months

2016-05-17 Thread sudhanshu pandey
*Hi There,*

*I am technical recruiter and I am looking for Relevant consultant for
below job description, if interested please let me know the hourly rate you
are looking for below mention job position.*

*Job Title: SOA Technical Architect*

*Location: Blacklick, OH*

*Contract: 9+ Months*



*Requirement:*

· SOA Architect For TCS Client Location Total IT Work Experience
greater than 10 Yrs Full Time.

· Hands On Experience In: 1. Oracle SOA Suite 11g 2.

· OSB, BPEL, AIA, Human Workflow

· XML, XQUERY, XSLT Transformations

· WAR/JAR Deployments Added Advantage:

· Oracle OEM & BTM Tools knowledge

· Oracle SOA 12c Upgrade Experience

· SOA Administration Knowledge

· SOA Hardware Estimation knowledge

· Oracle SQL PL/SQL Roles & Responsibilities:

· Responsible for design and architecture of small, medium and
large scale Oracle SOA Projects.

· Work closely with Client Tech and Business Teams to gather SOA
requirements and suggest solutions.

· Prepare High Level & Low Level Design Documents.

· Coordinate with TCS development team for implementation of
solutions.

· Handle Escalations & communicate with TCS & Client Management for
resolutions.



*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu Pandey Sr. Technical Recruiter*

Desk : 609-853-0818 X 2126
Fax :   609 7995746

*sudhansh...@nityo.com   *
*www.nityo.com *
*Gtalk : sudhanshu.intime*

-- 
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/CAEZkQ%2BhH_5TT9%3D9s23pABUr3Td%3Dhvj4xVsh-4eBnUmRyY5K0cw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent req for Technical Consultant / Designer @ San Francisco, CA

2016-05-17 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *Technical Consultant / Designer**..*
Please let me know if you have any consultants and get back to me with
their updated resume in .doc format immediately. Given below is the job
description.



*Job Title: Technical Consultant / Designer*

*Location: San Francisco, CA*

*Duration: 3+ Month*

*Total **Experience: 8+ Years*



JD:

Strong Technical Designer with experience in design and development of
extensions, APIs, Interfaces, OAF, DB table design. Needs to have excellent
verbal and written communication skills. Experience in Oracle Projects, Web
Services, Oracle Service Bus (OSB), Agile would be an added advantage.



Note: *Candidate needs to be local (i.e. no travel)*





*Sadiq Shaik*

ASAP Solutions Group LLC,

678-221-4992 (ext) 217

ssh...@myasap.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/CAMy78att5AouBoBs%3Di9fmiL7ZMiypJUFjKCPB5G-sHn6W3P3qg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Reading and displaying long formatted text documents in Android

2016-05-17 Thread sardar khan
Hy you can create pdf using IText Library and you can show pdf to user .
Sorry for bad english.
here is the link to create pdf using itext .

http://tutorials.jenkov.com/java-itext/table.html

On Tue, May 17, 2016 at 4:29 PM, Amitai Rosenberg 
wrote:

> Hi all.
>
> I'm developing an Android app which is supposed to present large text
> files (books for example), for the user to browse, read, and search.
>
> My question is as follows: How should I read and present the text file,
> which is currently in either a PDF or Word format, and is formatted?
>
> What file should the text be in (.doc, .txt, .xml, .html)?
>
> What controls/elements and code should I use to read it on the app so that
> it should be presented efficiently and formatted correctly (TextView,
> WebView, PDF reader, or some other way)?
> Should I convert it to some type of markup and then parse it?
>
> I'm quite at loss as to what to do...
> How is this usually done in Android?
>
> Hope someone can help me.
> 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/d6af3012-70aa-4a52-a42f-f30790df9577%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/CABHzXAQya33znkQFJmUOCZMoytr%3DKntcSYHwdhPMbLAHp2Y-aA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Reading and displaying long formatted text documents in Android

2016-05-17 Thread Amitai Rosenberg
Hi all.

I'm developing an Android app which is supposed to present large text files 
(books for example), for the user to browse, read, and search.

My question is as follows: How should I read and present the text file, 
which is currently in either a PDF or Word format, and is formatted?

What file should the text be in (.doc, .txt, .xml, .html)?

What controls/elements and code should I use to read it on the app so that 
it should be presented efficiently and formatted correctly (TextView, 
WebView, PDF reader, or some other way)?
Should I convert it to some type of markup and then parse it?

I'm quite at loss as to what to do...
How is this usually done in Android?

Hope someone can help me.
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/d6af3012-70aa-4a52-a42f-f30790df9577%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Play Games app incorrectly shows random Saved Games files meta description

2016-05-17 Thread Ben Murray
I am building an Android game that will be released shortly and have 
noticed something in the Play Games app

The recent games page shows random meta descriptions from files the game 
has uploaded to Drive

How do i override/define what should be shown as the subtitle here?

Thanks

Here is an example of what Threes! shows:




And an example of Guess The GIF:




-- 
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/19108f86-3c9a-46ec-a746-4d26a82d56f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] IP Pool of Google APIs

2016-05-17 Thread abhinav . shankar


“ Hello Team,

We are using/consuming following Google API/s in our application.

 

https://www.android.googleapis.com

https://maps.googleapis.com

https://www.googleapis.com

 

We need to whitelist the IP Pool allocated/reserved by Google for above 
URL/s  in our firewall, as DNS resolves to new IP each time, when we do 
nslookup to above specified URL/s. “

-- 
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/2470545a-2bf6-4ebb-8440-257af9c8e488%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: WAVE MOBILE APPS

2016-05-17 Thread muhammad izuwan Iberahim


On Tuesday, May 17, 2016 at 10:26:38 AM UTC+8, muhammad izuwan Iberahim 
wrote:
>
> [image: unknown.jpg] 
>
>
> WaveMobile, Apps utk create business & extra income
>
> FIRST in Malaysia
>
> TAK perlu sim card
>
> TAK perlu tukar no. hp sedia ada
>
> BOLEH guna mana-mana telco
>
> FREE high speed & uninterrupted calls
>
> FREE international roaming
>
> FREE SMS, Voicemail, video calls, etc
>
> CUMA RM60 yuran keahlian:
>
> RM10 intro fee x 5 ahli
>
> RM1 bonus x 5 x 7 level
>
> RM50 kupon bulanan utk pembelian barangan keperluan bulanan
>
> Peluang menjadi vendor pr 
>
>
> +60195710334 
>


cnctc sy untk join
limited jutawan 

... 

-- 
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/7788f9dc-1e4d-4e16-b52a-1f1d5fe141db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: HTTPS access to PlayStore is very very very bad idea!

2016-05-17 Thread Tourism SecondGuide
A better solution would be to secure the package

Le samedi 14 mai 2016 18:03:40 UTC+2, bjv a écrit :
>
> So what you are saying is that Apple is better because they enable a MITM 
> attack against your apps when being downloaded, perhaps letting criminals 
> replace your app with their modified one?

-- 
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/392d51b7-25ac-495f-9bc4-ee43b466356e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] App fails to load due to amount of assets

2016-05-17 Thread Andy A
 

I've gotten to where my Construct2-made Google Play game doesn't load, but 
rather has a red progress loading bar, due to having and trying to load too 
many image and audio assets: 771 .png images at 34.3mb, and 539 .ogg sounds 
at 23.7mb. However, it fails so soon that it seems to simply be giving up 
too quickly. Do you have any ideas on how to make it load the assets anyway 
instead of giving up so fast? I imagine the fix will involve editing or 
adding lines of code, such as to c2runtime.js, config.xml, or index.html.

Thank you

-- 
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/ade40e15-aacb-4b6e-99ea-2f7046a38d2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.