[android-developers] Using the android(6.0) phone's USB port, it is possible to audio in/output?

2016-05-23 Thread Juno Shin
Using the android(6.0) phone's USB port, I performing a project about audio 
in/output.

During the call operation, it does not work that.(but Music play is normal)

There are following questions:

1) During a call, Mic/Speaker output is possible via USB port?
2) During a call, can receive button event(ex: HID) via USB? (A simple 
volume control / Make Call, etc ...)
3) For supported these function, need to make an application or rooting 
android phone(OS)?
4) Need to specific USB protocol for MIC/Speaker in/out?

Thanks,
Juno.



-- 
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/adda3431-4e4d-4ad9-be88-bf22796f1e33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Android DRM and Exoplayer with DRM CONTENT SERVER

2016-05-23 Thread Gurdeep Singh
Hi , 
  I have been struggling using ANDROID DRM and Exoplayer 
altogether. 

Actually I want to play DRM Modular data on android devices , but I don't 
know from where to start and where to finish. 

We are using drmtoday.com to encrypt our video content and we want to play 
that content on our android devices, but problem is whenever I am using 
android Drm package to communicate with drmtoday.com I got exceptions. 
Below is the Code snippet.  After executing this code I am using exoplayer 
to play Drm Content but nothing is playing . 

Any Help would be appreciated


mDrmManager = new DrmManagerClient(context);

 // Check available plugin for Drm
String engines[]  = mDrmManager.getAvailableDrmEngines();
 Log.e("Demo", "Available engines are " + engines.length);
 for (int i = 0; i 

[android-developers] Android 5.0 or higher

2016-05-23 Thread Валерий Старостин
Хотелось получить обновление андроид версии 5.0 или выше для своего смартфона 
фирмы NO.1 X-men X2 даже в режиме альфа или  бета тестирования,т.к. у 
производителя NO.1 андроид 5.0 уже используется,а на моей модели почему то 
нет.Возможно ли это устроить так как хочу опробовать новые версии андроид как 
пользователь при тестировании.Заранее спасибо.  

  I wanted to update Android version 5.0 or higher for your smartphone firms 
NO.1 X-men X2 even in alpha or beta testing,because the manufacturer NO.1 
Android 5.0 is already in use,but on my model there is no reason.Is it possible 
to arrange it as I want to try out new versions of Android as a user when 
testing.Thanks in advance.

-- 
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/f6f0a218-9ec6-4c7e-a440-cb8f49b4f35e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Google subscriptions validation returns error code 400 Invalid

2016-05-23 Thread Yossi Shemesh


Our app have a subscription option with various tiers.

We are validating the subscription tokens via the Google 
Purchases.subscriptions.get method :

GET 
https://www.googleapis.com/androidpublisher/v2/applications/packageName/purchases/subscriptions/subscriptionId/tokens/token

When validating some subscription tokens, we keep getting the following 
error :

{"error"=>{"errors"=>[{"domain"=>"global", "reason"=>"invalid", 
"message"=>"Invalid Value"}], "code"=>400, "message"=>"Invalid Value"}, 
"status"=>400}

While many of the subscriptions are okay, we are still experiencing a high 
volume of such "Invalid Value" validation responses.

At first we suspected it might be due to usage of apps like Lucky Patcher 
 
as 
mentioned here : enter link description here 
 but it seems 
to cumbersome to be so common.

Please advice!

-- 
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/fdd916e1-d9b0-4a08-8764-bda683e0a9ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Need: Performance Tester - WI

2016-05-23 Thread Megha Agarwal
*Hello,Please let me know if you have any consultant available for the
below role,*Role: Performance and Load Test Specialist
Length: 3 months
Location: Milwaukee, WI

*This project requires experience with Visual Studio 2015 and Team
Foundation Server (TFS) 2013.*

Required Skills:
Hands-on Senior-level consultant
Looking for a Microsoft guru with extensive Team Foundation Server (TFS)
experience with load and performance testing, including TFS 2013
Must have experience with Visual Studio 2015
MS Certifications preferred


*___*

*Please send your resumes to megha.agar...@panzersolutions.com
  for immediate consideration*

*Thanks,*

*Megha Agrawal**megha.agar...@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/CAOwfwP34ifimNFsBYB-NMcQPKbyqtXjRpQ%2BM07O0nfdpRS_Ueg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] running android camera and viewing it on full screen

2016-05-23 Thread Uttaran Wary
have to make an android project that starts the camera and displays the 
live feed on surfaceview. the display should appear when i run the app and 
on fullscreen. am new to android and running the camera sounds like a good 
start. i have written something on the activity file but the entire code 
will be most helpful.

activity.java

package com.example.uttaran.camera5;

import android.content.Context;
import android.hardware.camera2.*;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.SurfaceHolder;
import android.view.SurfaceView;

public class MainActivity extends AppCompatActivity {

private CameraDevice camera;
private CameraDevice.StateCallback callback;
private Handler handler;
private SurfaceView surfaceView;

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
}

public class cameraManager extends Object {
CameraManager manager = (CameraManager) 
getSystemService(Context.CAMERA_SERVICE);
}

public abstract class cameraDevice extends Object implements 
AutoCloseable{

}

class LooperThread extends Thread {

public void run() {
Looper.prepare();

handler = new Handler() {
public void handleMessage(Message msg) {
// process incoming messages here
}
};

Looper.loop();
}
}

String cameraList[] = String[] getCameraIdList();
String cameraId = cameraList[0];

openCamera(cameraId, callback, handler);

onOpened(cameraId){

}
}

-- 
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/05db5597-4447-4e26-91de-be4affc08a7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Fwd: Looking: SAS Developer- Pittsburgh, PA

2016-05-23 Thread Dev
Please share resume at de...@e-solutionsinc.com

Role: Sr. SAS developer

Location: Pittsburgh, PA



Visa status: USC/GC/GC-EAD



Exp.10+ years



Job Description:

• Must have minimum 10 years of experience as SAS Architect primarily on
SAS 9.4.
• Must have experience on desiging the blueprints from scratch for a new
environment.
• Must have experience on integrating the environment with Hadoop.
• Hands on experinece on SAS Administration skills (Server
Management,Capacity Management, Backing up the environment).
•  Good Communication skills
• Strong SAS Architect who understands the overall SAS landscape  - has
worked on SAS 9.4, SAS EG.
• Strong SAS Administration skills (Server Management, Capacity Management,
Backing up the environment).
• Experience in Installation of SAS Products
•Experience in Migrating legacy data sets to new environments.
• Migration of SAS Servers from one environment to other environment.
• User Management and Permissions. (Authentication Domains)
• Must understand how SAS environment integrates with Teradaa, Hadoop and
other data sources.





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


[android-developers] Immediate Need: PHP Developer with Magento Exp is Must

2016-05-23 Thread Megha Agarwal
*Hello,Please let me know if you have any consultant available for the
below role,*Job Tittle : Sr PHP Developer
Location : Austin, TX
Duration : 6 Months Contract

*PHP Developer with Magento EXP*

Minimum Qualifications:
Hands on development experience in PHP
Experience with Java script
Experience in Magento
Skilled in working with systems (ecommerce preferred) with multiple
business lines and creating solutions for each that are reusable and
independent of a particular ERP backend
Solid understanding of OOA/D concepts
Experience working with web applications from the backend through front end
tier
Strong understanding and experience with business logic and adhering to
preexisting and current architecture standards
Experience building Enterprise web applications or Software-as-a-Service
(SaaS) products and E-Commerce, web based consumer apps
Experience in a Scrum/agile development environment

Nice to have:
Experience working with order management applications
Experience with bridging heterogeneous technology environments through JSON
or REST services
Experience with various frameworks/tools such MS SQL, MySQL, Jenkins, Jira,
and Git a plus

*___*

*Please send your resumes to megha.agar...@panzersolutions.com
  for immediate consideration*

*Thanks,*

*Megha Agrawal**megha.agar...@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/CAOwfwP0d6gHqJWZAx2mHaMcE-k3M%3D3AC4hJLhetNKcS-HooxKg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] RecyclerView Single Selection Mode

2016-05-23 Thread Nanda Gopal
Dear All,

 I have done the single selection with Recyclerview. But it does 
not work like ListView Single Choice. I'm using 
notifyItemRangeChanged(0,itemList.size()) 
method to notify the selection. It shows time delay in the UI like a blink. 
How to resolve the single choice mode in recyclerview. Here is my code for 
my recyclerview adapter.

public class WorkSummaryRecyclerAdapter extends 
RecyclerView.Adapter {

private int mSelectedItem = -1;
private AdapterView.OnItemClickListener mOnItemClickListener;
private List itemList;
private Context mContext;

public WorkSummaryRecyclerAdapter(Context context, List 
itemList) {
this.mContext = context;
this.itemList = itemList;
}

@Override
public WorkSummaryViewHolder onCreateViewHolder(ViewGroup parent, int 
viewType) {
View view = 
LayoutInflater.from(mContext).inflate(R.layout.item_work_summary, parent, 
false);
return new WorkSummaryViewHolder(view, this);
}

@Override
public void onBindViewHolder(WorkSummaryViewHolder holder, int position) {
WorkSummaryItem item = itemList.get(position);
try {
holder.setDataToView(item);
} catch (Exception e) {
e.printStackTrace();
}
}

@Override
public int getItemCount() {
return itemList.size();
}

public void setOnItemClickListener(AdapterView.OnItemClickListener 
onItemClickListener) {
this.mOnItemClickListener = onItemClickListener;
}


public void onItemHolderClick(WorkSummaryViewHolder holder) {
if (mOnItemClickListener != null)
mOnItemClickListener.onItemClick(null, holder.itemView, 
holder.getAdapterPosition(), holder.getItemId());
}

public class WorkSummaryViewHolder extends RecyclerView.ViewHolder 
implements View.OnClickListener {

@Bind(R.id.work_title)
TextView mTitle;
@Bind(R.id.work_title_expanded)
TextView mTitleExpanded;
@Bind(R.id.work_description)
TextView mDescription;
@Bind(R.id.work_description_expanded)
TextView mDescriptionExpanded;
@Bind(R.id.work_count)
TextView mCount;
@Bind(R.id.work_count_expanded)
TextView mCountExpanded;
@Bind(R.id.work_checkbox)
CheckBox mCheckBox;
@Bind(R.id.work_checkbox_expanded)
CheckBox mCheckBoxExpanded;
@Bind(R.id.card_view)
CardView mLayoutUnChecked;
@Bind(R.id.layout_checked)
RelativeLayout mLayoutChecked;
@Bind(R.id.work_last_worked)
TextView mLastWorked;
@Bind(R.id.work_user)
TextView mUserName;

private WorkSummaryRecyclerAdapter mAdapter;

public WorkSummaryViewHolder(View itemView, WorkSummaryRecyclerAdapter 
mAdapter) {
super(itemView);
ButterKnife.bind(this, itemView);
this.mAdapter = mAdapter;
itemView.setOnClickListener(this);
}

public void setDataToView(WorkSummaryItem item) {
mTitle.setText(item.getTitle());
mDescription.setText(item.getDescription());
mCount.setText("" + item.getCount());
mTitleExpanded.setText(item.getTitle());
mDescriptionExpanded.setText(item.getDescription());
mCountExpanded.setText("" + item.getCount());
if (getAdapterPosition() == mSelectedItem) {
mLayoutChecked.setVisibility(View.VISIBLE);
mLayoutUnChecked.setVisibility(View.GONE);
} else {
mLayoutChecked.setVisibility(View.GONE);
mLayoutUnChecked.setVisibility(View.VISIBLE);
}
}

@Override
public void onClick(View v) {
mSelectedItem = getAdapterPosition();
notifyItemRangeChanged(0, itemList.size());
mAdapter.onItemHolderClick(this);
}
}

}


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


[android-developers] Informatica Developer

2016-05-23 Thread Manisha Budhwar
Hi,

Hope you doing Well !!!

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



*Role:- Informatica Developer*

*Location: **Springfield, MA*

*Duration:- 6+ months*

*Interview: Phone/ Skype*



*Required Experience and Technical Skills*:-
Interaction with user community and development teams for data collection
• Requirement Analysis
• High level and low level Design
• Development of end to end ETL mappings
• System Integration testing
• Creating project artifacts and documents as per the SDLC lifecycle.
• Status reporting of tasks assigned

* Mandatory skills** :- Informatica Power Exchange , Informatica DT Studio,
RDBMS databases preferably Teradata,DB2
Domain*Insurance

*Thanks & Regards,  *

*Manisha Budhwar*

Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160 <609-853-0818%20Ext-2160>

Gtalk ID:- manishanityo16

E Mail: manish...@nityo.com

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


[android-developers] Looking for Security Analyst

2016-05-23 Thread sarita D
Hello,

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



*Title: **Security Lead/Analyst*

*Location: **Hillsboro, OR*

*Duration: 6+ months*

*Rate: DOE*



*Job Description:*

• Resolution of password rotations, password malfunctions, account
creations, account changes, scheduling
• New implementation work which includes integration into applications.
• Vault all Administrative accounts and passwords.
• Remediate all failures from vault imports.
• Some Privileged Access Management Experience with CyberArk, including
working with components such as vaults, CPMs, accounts, policies, safes,
usages, PACLI and providers.
• Some knowledgeable of security and systems standards, Access Management,
Authorization/ Permissions Management, Network Protocols, System management
applications, and System & Network Security.
• Some experience working with account management on various platforms such
a Windows, Unix, Active Directory, LDAP, network devices, databases and
storage systems.
• Experience troubleshooting applications and scripts by accessing and
analyzing logs on Unix and Windows servers.
• Routine patching
• CISSP certification preferred but not required

-- 

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


[android-developers] Must have Lockbox exp. - SAP ABAP Developer

2016-05-23 Thread Ankush Chaudhary
*Must have Lockbox exp.*

*Here are the Job Details:*




*Position: ABAP DeveloperLocation: Bridgewater, NJDuration: 6+ Months*

*JOB:*
Looking for a very seasoned ABAP developer that is very strong in the A/R
EDI and Lockbox space. Candidate should have strong understanding of the
end to end of A/R EDI and Lockbox process not only from developers
prospective but from a functional one as well.

*Ideal candidate:*
· Over 3 + years of SAP experience focusing on A/R EDI Lockbox space
· Local (person needs to be onsite able to works nights and
weekends)
· Someone who is not a SAP purist / able to take direction and make
it happen
· Self-starter / Hit the ground running
· Team player
· Understanding on how EDI / Lockbox impacts entire Cash
Application and FSCM (Collections and Despites) areas


Thanks & regards,



Ankush Chaudhary

Team Lead Recruitment

Email:  anku...@adventglobal.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/CAEUFWB8Vy-nF-MWq_70b7e4rOfeeFgX_bJeN%2B28dJyKgz81Vkg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Infrastructure Analyst,Louisville, KY ,Long Term

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

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

*Job Title: Infrastructure Analyst*

*Location: Louisville, KY*

*Contract: Long Term*



*Requirement:*

· Candidate should have expertise on the following (two) key skills
in addition to the basic details mentioned in the below JD:-

oVMware – *SRM* (Site Recovery Manager)

oNetworking – *GRE* Tunneling





*Key Responsibilities*

· Day to Day Support of the higher level functions of the
infrastructure

o   Complete request for firewall changes

o   *Complete request for VM additions, modifications,*

o   Oversee SAN volumes and maintain environment. Create additional volumes
as needed.

o   *Act as 2nd level Support for the entire Infrastructure environment.*

*o   Act as 1st level Support for Network/Firewall issues.*

o   Turn up of Cisco UCS server involving Cisco UCS manager

o   Manage and trouble Active Directory changes/GPO’s

· Take direction from Manager on specialty projects involving new
software/products and integrating them into the environment.



*Qualifications*

· Bachelor’s degree or equivalent work experience

· MCSE is a plus

· Experience with VMware 5.X from an enterprise perspective

· Experience with Cisco ASA firewall

· Experience with Palo Alto firewall

· Experience with SANS EMC/HP/3PAR/Nimble

· Experience Fibre Channel switches as well as ISCSI

· Experience with Cisco Networking and servers

· Experience with Windows 2003/2008/2012 server from an enterprise
perspective

· Familiar with Windows XP

· Experience with DNS/DHCP configuration and troubleshooting

· Experience with MSSQL is a plus

· Experience with Cisco Phone system around call recording is a plus





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


[android-developers] Re: VectorDrawable android:tint alternative for API < 21?

2016-05-23 Thread dcordero
Additionally, why is it that the @color tag is not backwards compatible for 
the fillColor parameter? I would like to be able to change the color of my 
icons depending on the build variant, but it seems like I am forced to hard 
code the hex value.

-- 
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/0b546c98-1d9b-437e-8e3f-8db629b95404%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sure Closure ::::::::::Sybase DBA @ Chicago, IL

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

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

*Job Title: Sybase DBA*

*Location: Chicago, IL*

*Contract: 12+ Months*



*Requirement:*

· 8 years of experience on Sybase Administration (preferably OCP)

· Build new Sybase ASE database servers in support of both
production and QA needs.

· Upgrade servers to newest supported revs of Sybase including
latest EBFs.

· Determine and test tuning parameter settings and trace flags
required to provide optimal server performance.

· Maintain a database housing all relevant information about
production and QA servers; including their Solaris OS or Linux OS versions
and settings and Sybase configuration information. Coordinate with UNIX
System Administrators to insure new servers hardware specifications meet
current requirements - including CPU, disk array, disk drive and solid
state devices.

· Interface with peers in Sybase user groups and symposiums to
insure industry experience is available to ITG.

· Respond to server or database software outage on a 24 x 7
rotation.

· Open and follow-up Sybase cases resulting from outages.

· Assist application administration with production releases where
database issues are involved, including but not limited to migration of
data from old to new schemas.

· Recover corrupted databases from backups and source data.

· Evaluate software acquisition targets in development and QA
environments.

· Evaluate alternatives when multiple products are available.

· Recommend and justify acquisition as appropriate

· Assist UNIX System Administrators with releases of software to
target servers.

· Review server performance statistics and report trends to
application groups.

· Perform real-time monitoring of databases in distress.

· Analyze server performance and recommend appropriate remediation
when required. Insure development production plans are in place for all
significant server change

· Review all development production plans for supportability and
insure compliance with accepted best practices.

· Create new database server plans and schemas to insure efficiency
and supportability

· Responsible for identification and mitigation of risks and
vulnerabilities

· Prepare disaster recovery (DR) plan and demonstrate successful
functioning of DR

· Should have exposure in SQL database administration



*Must be able to*

· Lead the participate in outage calls

· Create the Standard Operating Procedure and update the knowledge
database documentation whenever required

· Participate in daily/ weekly/ monthly/ customer / internal
meetings and provide activities report.

· Follow Compliance and Regulation policy of TCS and Customer

· Understand the SLA and ensure the SLAs are met as per the TCS
agreement with customer

· Keep the Inventory up to date for global locations

· Work with offshore team and ensure deliverables are delivered on
time

 *Hi There,*

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

*Job Title: Sybase DBA*

*Location: Chicago, IL*

*Contract: 12+ Months*



*Requirement:*

· 8 years of experience on Sybase Administration (preferably OCP)

· Build new Sybase ASE database servers in support of both
production and QA needs.

· Upgrade servers to newest supported revs of Sybase including
latest EBFs.

· Determine and test tuning parameter settings and trace flags
required to provide optimal server performance.

· Maintain a database housing all relevant information about
production and QA servers; including their Solaris OS or Linux OS versions
and settings and Sybase configuration information. Coordinate with UNIX
System Administrators to insure new servers hardware specifications meet
current requirements - including CPU, disk array, disk drive and solid
state devices.

· Interface with peers in Sybase user groups and symposiums to
insure industry experience is available to ITG.

· Respond to server or database software outage on a 24 x 7
rotation.

· Open and follow-up Sybase cases resulting from outages.

· Assist application administration with production releases where
database issues are involved, including but not limited to migration of
data from old to new schemas.

· Recover corrupted databases from backups and source data.

· Evaluate software acquisition targets in development and QA
environments.

· Evaluate alternatives when multiple products are available.

· Recommend and justify acquisition as appropriate

· Assist UNIX System Administrators with releases of software to
target servers.

· Review server performance statistics and report trends to
application groups.

·   

[android-developers] Urgent req for Python Developer @ union, NJ

2016-05-23 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *Python 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: Python Developer

Location: union, NJ ( Need Locals only or local to NJ )

Duration: 12+ Month

Total Experience: 8+ Years





JD:

python developer 8 to 10 years.

Needs to have great people skills predominantly.

I do not have a job description but just needs to be very strong
technically.

They do not have to be in retail.



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


[android-developers] Bring back Eclipse or improve Android studio

2016-05-23 Thread Shubham Das
I've been developing on eclipse since a while.Now since the Android studio 
is the official I.D.E. for android development I shifted to Android studio. 
I know that every thing has pros and cons, but to be completely honest -I 
had the worst programming experience i ever had in my life.The biggest 
issues I had with A.S. were-
It is laggy and buggy on windows(I have 8GB ram,i7 processor and i did 
increase the max memory usage for A.S).

Android SDK manager is not really a manager if you use A.S.

Code auto-suggest is awful.

If you work with App engine,welcome to hell. A.S. is not even able to 
download appengine-java-sdk successfully.Even if you download it manually 
good luck setting it up in your project.

If you want to transfer a huge android project on which you've been working 
for a year and which also have a connected appengine project,better kill 
yourself.

A.S is so hyped all over developer's community,its like they want to make 
it successful just by using the hype on the community rather then working 
to make it better.Android Developers what were you guys thinking making it 
the official I.D.E. for android development.

All this is ok, but why take away eclipse adt and gpe while A.S is still 
not ready.

-- 
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/db6cdb21-e32e-4dbd-9b30-5e4bbd6c25d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent req for IOS Developer @ Alpharetta, GA

2016-05-23 Thread Shaik Sadiq
Hi,



Hope you are doing well !!!



I have an urgent requirement for a *IOS 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: *IOS Developer*

Location: Alpharetta, GA

Duration: 12+ Month

Total Experience: 9+ Years



*Requirements*

· The candidate must be a Xamarin Certified Developer ( Mandatory )

· The candidate must have deployed Xamarin developed functionality
successfully to both Apple and Android device platforms

· Minimum 1 year continuous hands on development experience with
Xamarin

· Minimum 1 year continuous hands on development experience with
Xamarin Forms

· Minimum 2 years continuous hands on development experience with
C# / .net / MVVM

· Minimum 3 years continuous hands on experience mobile
applications development

· Minimum 1 year continuous hands on development experience with
iOS / Xcode / iOS SDK

· Minimum 1 year continuous hands on development experience with
Android / Android Studio / Android SDK



We need consultants that have experience in resolving by implementing
functionality differences between both platforms to augment the team’s
current self-trained skill levels to help us work through further
challenges, roadblocks and unknowns. There is no time nor risk acceptance
for Xamarin training in this assignment and schedule to meet the BSC
objectives.  Staff must have advanced proven demonstrated skill levels





*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/CAMy78asE%3D4hGog%3DBuhe-xAM7Kw-tohLzt3rBLxyLWQZa%3D1GFBg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] VectorDrawable android:tint alternative for API < 21?

2016-05-23 Thread dcordero
Hi everyone, 

I am currently trying to convert all of my graphics into VectorDrawables 
and am having a hard time running on KitKat devices. I would like to 
display white icons. The developer page suggests setting the default color 
to black (android:fillColor="#FF00") and using the android:tint 
property to set the desired color. However, this property is not supported 
for devices below API 21 and all of the icons appear black.

Is there an alternative method for accomplishing this?

Thanks!
Diane

-- 
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/789e1c80-7bb3-413e-ad77-b5532e9993e9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Interview::::::Sybase DBA,Chicago, IL ,12+ Months

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

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

*Job Title: Sybase DBA*

*Location: Chicago, IL*

*Contract: 12+ Months*



*Requirement:*

· 8 years of experience on Sybase Administration (preferably OCP)

· Build new Sybase ASE database servers in support of both
production and QA needs.

· Upgrade servers to newest supported revs of Sybase including
latest EBFs.

· Determine and test tuning parameter settings and trace flags
required to provide optimal server performance.

· Maintain a database housing all relevant information about
production and QA servers; including their Solaris OS or Linux OS versions
and settings and Sybase configuration information. Coordinate with UNIX
System Administrators to insure new servers hardware specifications meet
current requirements - including CPU, disk array, disk drive and solid
state devices.

· Interface with peers in Sybase user groups and symposiums to
insure industry experience is available to ITG.

· Respond to server or database software outage on a 24 x 7
rotation.

· Open and follow-up Sybase cases resulting from outages.

· Assist application administration with production releases where
database issues are involved, including but not limited to migration of
data from old to new schemas.

· Recover corrupted databases from backups and source data.

· Evaluate software acquisition targets in development and QA
environments.

· Evaluate alternatives when multiple products are available.

· Recommend and justify acquisition as appropriate

· Assist UNIX System Administrators with releases of software to
target servers.

· Review server performance statistics and report trends to
application groups.

· Perform real-time monitoring of databases in distress.

· Analyze server performance and recommend appropriate remediation
when required. Insure development production plans are in place for all
significant server change

· Review all development production plans for supportability and
insure compliance with accepted best practices.

· Create new database server plans and schemas to insure efficiency
and supportability

· Responsible for identification and mitigation of risks and
vulnerabilities

· Prepare disaster recovery (DR) plan and demonstrate successful
functioning of DR

· Should have exposure in SQL database administration



*Must be able to*

· Lead the participate in outage calls

· Create the Standard Operating Procedure and update the knowledge
database documentation whenever required

· Participate in daily/ weekly/ monthly/ customer / internal
meetings and provide activities report.

· Follow Compliance and Regulation policy of TCS and Customer

· Understand the SLA and ensure the SLAs are met as per the TCS
agreement with customer

· Keep the Inventory up to date for global locations

· Work with offshore team and ensure deliverables are delivered on
time







*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%2Bh_cDaPAfuaKQEG7Q%2BVmJ3x-D-nQmsGf2SPs5wxrLk%3Dag%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Immediate Interview::::Sybase DBA,Chicago, IL ,12+ Months

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

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

*Job Title: Sybase DBA*

*Location: Chicago, IL*

*Contract: 12+ Months*



*Requirement:*

· 8 years of experience on Sybase Administration (preferably OCP)

· Build new Sybase ASE database servers in support of both
production and QA needs.

· Upgrade servers to newest supported revs of Sybase including
latest EBFs.

· Determine and test tuning parameter settings and trace flags
required to provide optimal server performance.

· Maintain a database housing all relevant information about
production and QA servers; including their Solaris OS or Linux OS versions
and settings and Sybase configuration information. Coordinate with UNIX
System Administrators to insure new servers hardware specifications meet
current requirements - including CPU, disk array, disk drive and solid
state devices.

· Interface with peers in Sybase user groups and symposiums to
insure industry experience is available to ITG.

· Respond to server or database software outage on a 24 x 7
rotation.

· Open and follow-up Sybase cases resulting from outages.

· Assist application administration with production releases where
database issues are involved, including but not limited to migration of
data from old to new schemas.

· Recover corrupted databases from backups and source data.

· Evaluate software acquisition targets in development and QA
environments.

· Evaluate alternatives when multiple products are available.

· Recommend and justify acquisition as appropriate

· Assist UNIX System Administrators with releases of software to
target servers.

· Review server performance statistics and report trends to
application groups.

· Perform real-time monitoring of databases in distress.

· Analyze server performance and recommend appropriate remediation
when required. Insure development production plans are in place for all
significant server change

· Review all development production plans for supportability and
insure compliance with accepted best practices.

· Create new database server plans and schemas to insure efficiency
and supportability

· Responsible for identification and mitigation of risks and
vulnerabilities

· Prepare disaster recovery (DR) plan and demonstrate successful
functioning of DR

· Should have exposure in SQL database administration



*Must be able to*

· Lead the participate in outage calls

· Create the Standard Operating Procedure and update the knowledge
database documentation whenever required

· Participate in daily/ weekly/ monthly/ customer / internal
meetings and provide activities report.

· Follow Compliance and Regulation policy of TCS and Customer

· Understand the SLA and ensure the SLAs are met as per the TCS
agreement with customer

· Keep the Inventory up to date for global locations

· Work with offshore team and ensure deliverables are delivered on
time







*Thanks & Regards,*
--



Nityo Infotech Corp.
666 Plainsboro Road,

Suite 1285

Plainsboro, NJ 08536



*Sudhanshu PandeySr. 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%2BiBUgauUsYLKfnW_5gSY%2B%3D8fuYpfFgwsrjsm_iy1v3dWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sybase DBA,Chicago, IL ,12+ Months

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

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

*Job Title: Sybase DBA*

*Location: Chicago, IL*

*Contract: 12+ Months*



*Requirement:*

· 8 years of experience on Sybase Administration (preferably OCP)

· Build new Sybase ASE database servers in support of both
production and QA needs.

· Upgrade servers to newest supported revs of Sybase including
latest EBFs.

· Determine and test tuning parameter settings and trace flags
required to provide optimal server performance.

· Maintain a database housing all relevant information about
production and QA servers; including their Solaris OS or Linux OS versions
and settings and Sybase configuration information. Coordinate with UNIX
System Administrators to insure new servers hardware specifications meet
current requirements - including CPU, disk array, disk drive and solid
state devices.

· Interface with peers in Sybase user groups and symposiums to
insure industry experience is available to ITG.

· Respond to server or database software outage on a 24 x 7
rotation.

· Open and follow-up Sybase cases resulting from outages.

· Assist application administration with production releases where
database issues are involved, including but not limited to migration of
data from old to new schemas.

· Recover corrupted databases from backups and source data.

· Evaluate software acquisition targets in development and QA
environments.

· Evaluate alternatives when multiple products are available.

· Recommend and justify acquisition as appropriate

· Assist UNIX System Administrators with releases of software to
target servers.

· Review server performance statistics and report trends to
application groups.

· Perform real-time monitoring of databases in distress.

· Analyze server performance and recommend appropriate remediation
when required. Insure development production plans are in place for all
significant server change

· Review all development production plans for supportability and
insure compliance with accepted best practices.

· Create new database server plans and schemas to insure efficiency
and supportability

· Responsible for identification and mitigation of risks and
vulnerabilities

· Prepare disaster recovery (DR) plan and demonstrate successful
functioning of DR

· Should have exposure in SQL database administration



*Must be able to*

· Lead the participate in outage calls

· Create the Standard Operating Procedure and update the knowledge
database documentation whenever required

· Participate in daily/ weekly/ monthly/ customer / internal
meetings and provide activities report.

· Follow Compliance and Regulation policy of TCS and Customer

· Understand the SLA and ensure the SLAs are met as per the TCS
agreement with customer

· Keep the Inventory up to date for global locations

· Work with offshore team and ensure deliverables are delivered on
time







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


[android-developers] How to identify Google Play Test IAPs

2016-05-23 Thread 'Joachim Eckert' via Android Developers
Hello,

Is there any possibility to identify test purchases somehow? The 
documentation on testing in-app purchases 
(https://developer.android.com/google/play/billing/billing_testing.html#testing-purchases)
 
states that the orderId is blank in case of a test purchase:

Test purchases are real orders and Google Play processes them in the same 
> way as other orders. However, the orderId field for test purchases is 
> blank.


However, this seems not to be the case.

I tested the whole process with the TrivialDrive app from google (setting 
it up in Google Play Developer Console, adding the needed credentials etc).
Purchases go through and they are clearly test purchases (identified as 
such in the app ("This is a test purchase...") and in the merchant center).

All those test purchases have a valid orderId (e.g. 
 "GPA.1379-8782-3628-95295").

So it looks like the documentation is wrong here?

Even other developers seem to have that problem 
(e.g. 
http://stackoverflow.com/questions/35014039/why-google-in-app-billing-return-proper-orderid-in-case-of-test-purchase)

Even if you check the purchase against google servers those purchases can't 
be distinguished as there is no indication that it is a test purchase.

Example:

{
"kind": "androidpublisher#productPurchase",
"purchaseTimeMillis": "1464012775828",
"purchaseState": 0,
"consumptionState": 1,
"developerPayload": ""
}

Currently test purchases of alpha and beta tests clutter our tracking data 
as those purchases are not distinguishable from real purchases.

Does anybody have an idea how we can determine if a purchase was a real 
purchase or a test purchases?

Any help is very much appreciated as we are currently running out of 
options.

Kind regards,
Joachim

-- 
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/93130ba3-51ec-4a5a-ba11-70f9fc3cc418%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hotlist - Technocraft Solutions

2016-05-23 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%2BRjhA9%2BNfgRzVsNBLpCgfNQnKvUVLqdPDp5tz0mMWRqkHw2ZA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Two newbie Android Studio Questions . . .

2016-05-23 Thread TreKing
On Thu, May 19, 2016 at 10:26 AM, plnelson  wrote:

> *1.*  I just installed the latest version of Android Studio (2.1.1) on my
> PC (Win 7) and I'm learning how to use it. One thing all the other IDE's
> I've used (e.g., Visual Studio, Eclipse, etc) have is a window that lists
> the compiler errors and warnings and you can click on the items and it
> takes you to them in the source editor.  The only place I've found in
> Android Studio that shows errors and warnings is the Gradle Console but
> warnings and errors are embedded in lots of other Gradle output and you
> can't click on them to be taken to the source code in an editor.   Does
> Android Studio have a compiler output panel that links to the source?
>

You're looking for the "Messages" pane, which should pop up when you have a
build error.

> *2.*   Does Android Studio have a GUI for setting the things that go in
> *.gradle* files or does everything have to be done by hand-editing? If
> the latter, does Android Studio have a *gradle*-aware source editor that
> can flag syntax errors, etc?
>
You can open the Project Structure dialog to configure some settings.
Right-click a module and select "Open Module Settings". What you can
configure here is limited though.

-
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/CANCScgh-88UBXzwt1hAB%2B6O%3DCxpOjxs%2B3FQi%3DWu6GW_f5jXftw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Forgot Unlock Pattern

2016-05-23 Thread TreKing
On Sat, May 21, 2016 at 10:07 AM, rash hopi  wrote:

> I don't want to Factory reset and lose data.
>

Then you'll have to recall your unlock pattern. The whole point of security
is to not allow access if you don't know the key. If you had a workaround
to unlock your device without an unlock pattern, that would be a massive
security hole.

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


Re: [android-developers] Why won't my app work on devices running 6.0?

2016-05-23 Thread TreKing
On Thu, May 19, 2016 at 9:24 AM,  wrote:

> I have built an app using the 5.1 SDK and it is having problems running on
> 6.0 devices. Any suggestions or fixes?


Based on the wealth of detailed information you have provided about why
your device is not working on 6.0, I can tell you with confidence that the
solution is to jump up and down for 30 seconds with your device between
your legs.

If that doesn't work, try posting some semblance of details about your
issue.

http://www.catb.org/esr/faqs/smart-questions.html

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


[android-developers] Immediate Need: Performance Tester With VSTS

2016-05-23 Thread Megha Agarwal
*Hello,Please let me know if you have any consultant available for the
below role,Position : Performance TesterLocation : Chevy Chase, MDDuration
: Long Term*

*Must Have VSTS Experience*


*Required Skills:*Must have experience working with Performance Center
Execution of tests in Performance center Analysis
Must have experience working with Performance monitoring tool e.g. Wily
Introscope
Good to have experience working into Property & Casualty Insurance
Good to have experience working with Guidewire Suite of products
Strong Verbal and written communication skills.


*Experience working with Microsoft Tool (VSTS)*

*___*

*Please send your resumes to megha.agar...@panzersolutions.com
  for immediate consideration*

*Thanks,*

*Megha Agrawal**megha.agar...@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/CAOwfwP3bcrps-cACka_ka_YD83VMOB0EfAGpbpkzWbZGGZ4p_Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] build failed

2016-05-23 Thread Iskuhi Sargsyan


Error:Execution failed for task ':app:package "packageName" Debug'.> value 
(73836) > 0x


the project is build successfuly ,but adding a line of code(Log.i()) receive 
failed build message,after restarting (invalidate caches) works as expected

-- 
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/71944f56-96df-4325-bc57-b3542848b14f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Looking for Selenium Test Engineer

2016-05-23 Thread sarita D
Hello,

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



*We need real time Candidates. Must H1-b. We have BGV*



*Title: Selenium Test Engineer*

*Location: Austin, TX*

*Duration: 3 to 6 months*

*Rate: DOE*



*Job Description:*

Key skills required for the job are:

   - Selenium (Mandatory)
   - Core Java

As a Senior Test Engineer you should able to devise Test Strategy, review
test plan, traceability matrix and ensure usage of tools for optimization.
You should be able to ensure the availability test environment, design test
and defect reporting formats and manage the team. You should update project
related data as required in applicable systems and ensure timely reporting
and response to stakeholders.

*Skill and Experience Details:*


*Minimum Experience Required: *8YEARS

*Mandatory Skills:* Selenium Test Automation, Web Testing, Application
Testing

*Desirable Skills:* Core Java
*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/CAFkUoSsMggp32pHjs%3DfGd4E2vGy-PBXPLtvL3g9ZtpsF_oM7Yg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Is it possible to search for nearby andorid devices using the Nearby API?

2016-05-23 Thread azholkover
Is it possible to search for nearby andorid devices using the Nearby API, 
*without 
the other users installing an app?*

A kind of broadcast or whois ?

If so, at what range should it work?

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/883e65c2-937f-48b6-b1ef-fe0c12b718ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Hot-List

2016-05-23 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*

*Saurin*

*ETL Informatica*

*Birmingham, IL*

*8+*

*Yes*

*2*

*Anu*

*SQL SERVER*

*Houston,TX*

*7+*

*Open*

*3*

*Mrunali*

*Informatica*

*Irvine,CA*

*7+*

*CA, TX, FL, NC, AZ*

*4*

*Mayu*

*ETL Informatica*

*Plattsburgh,NY*

*7.5*

*Yes*

*5*

*Aishwarya*

*BA*

*Oregon*

*7+*

*Only Oregon*

*6*

*Shradha*

*Sr. ETL Developer*

*Dallas,Tx*

*11+*

*Only Dallas*

*7*

*Sowmya*

*PL/SQL*

*Dallas, TX*

*8+*

*Yes*

*8*

*Rama Krishna*

*PL/SQL*

*Tampa,FL*

*7+*

*Yes*

*9*

*Krunal*

*ETL Informatica*

*Cary, NC*

*7+*

*Yes*

*10*

*Gunemoni*

*Service Now Developer*

*Columbus,OH*

*8*

*Yes*

*11*

*Shree Jana*

*Java*

*Sanfransisco,CA*

*7+*

*Only Texas*

*12*

*Rounak*

*Business Analyst *

*Des Moines, IA*

*7+*

*Open*

*13*

*Mani*

*Oracle Apps Techno*

*Sunnyvale,CA*

*7+*

*Open*

*14*

*Sampath*

*Tableau*

*Bloomington,IL*

*7+*

*Open*

*15*

*Gaurav*

*Oracle DBA*

*Santa Clara,CA*

*7+*

*Open*

*16*

*Raja*

*Tableau*

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


[android-developers] Informatica Developer

2016-05-23 Thread Manisha Budhwar
Hi,

Hope you doing Well !!!

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



*Role:- Informatica Developer*

*Location: **Springfield, MA*

*Duration:- 6+ months*

*Interview: Phone/ Skype*



*Required Experience and Technical Skills*:-
Interaction with user community and development teams for data collection
• Requirement Analysis
• High level and low level Design
• Development of end to end ETL mappings
• System Integration testing
• Creating project artifacts and documents as per the SDLC lifecycle.
• Status reporting of tasks assigned

* Mandatory skills** :- Informatica Power Exchange , Informatica DT Studio,
RDBMS databases preferably Teradata,DB2
Domain*Insurance

*Thanks & Regards,  *

*Manisha Budhwar*

Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160 <609-853-0818%20Ext-2160>

Gtalk ID:- manishanityo16

E Mail: manish...@nityo.com

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


[android-developers] MS Excel Developer ( VBA)

2016-05-23 Thread Manisha Budhwar
Hi,

Hope you doing Well !!!

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



*Role:- MS Excel Developer ( VBA)*

*Location: **Chicago, IL*

*Duration:- 6+ months*

*Interview: Phone/ Skype *



*Required Experience and Technical Skills*:-
Skill Set: The Developer will work closely with the business users in the
analytics domain to develop and support applications and tools within a
customer-focused global environment. Key Accountabilities: • Develop custom
analytics and data visualization applications to facilitate the work of
trade analysts. • Provide documentation and user support allowing analysts
to access and re-use the tools. • Establish and maintain standards for
structured software & systems engineering.

Essential Criteria & Qualifications Essential Technical: • Advanced skills
in Excel/VBA. • Advanced skills in R. • Experience in developing computing
tools for Analytics. • Experience in developing web services for Analytics
applications, including UI design for data exploration and visualization. •
Hands-on DevOps experience in a Unix/Linux environment. • Agile selection
and prioritization of tasks. • Excellent communication, analytical and
organizational skills, both written and verbal. • Collaborative approach to
resolving problems.
Mandatory Skills VBA, Advanced Excel Functions, .Net, R. Agile Methodology
Good to Have Skills Java Script, Shiny


*Thanks & Regards,  *

*Manisha Budhwar*

Recruiter

Nityo InfoTech .

Desk No-609-853-0818 Ext-2160 <609-853-0818%20Ext-2160>

Gtalk ID:- manishanityo16

E Mail: manish...@nityo.com

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


[android-developers] android studio app crashes

2016-05-23 Thread Rimish Bansod
Hello Sir,
I have developed one app in android studio.
but when i install apk file in android phone my app crashes when i launch it
it opens after launch and closes automatically

-- 
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/d9a82eec-9270-4b90-bb28-d040cff402bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Create a widget like Assistive touch

2016-05-23 Thread Malinda Weerasinghe
Hey, I'm a new android developer. I need to create a widget that opens 
anywhere in my device, with a easy touch button. Where i can start to build 
this? Please give me some guidelines

 Can i use android app widget to my app and how to open a widget over a 
running app in my device?

-- 
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/8bcfa622-023b-4ce6-8ed8-2c5d31540192%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] animated-selector for two states (on-off) with animated-vector

2016-05-23 Thread Alexander Sokol
Hi There! 
I want to use check box with animated background to switch between checked 
and unchecked states using only android resources without any java code (I 
want to have separate resources for older and newer android versions)
I found out some guide here 
 but it 
does't work as I want. So I should have two transition for each state from 
state_on to state_off and from state_off to state_on.
I've tried to write animated-selector as in guide but it does't animate 
states switch at all.
This is my code of selector:
http://schemas.android.com/apk/res/android;>
 
 

 

 
 
 
 
 


 
 
 
 
 




@drawable/out_on code:

http://schemas.android.com/apk/res/android;
 android:drawable="@drawable/rec_off">
 
 


all animations has almost the same code but it depends of state.
@anim/inner_on code:


 http://schemas.android.com/apk/res/android;
 android:duration="500"
 android:propertyName="pathData"
 android:valueFrom="M 70 992.3622 C 75.5228474983 992.3622 80 996.839352502 
80 1002.3622 C 80 1007.8850475 75.5228474983 1012.3622 70 1012.3622 C 
64.4771525017 1012.3622 60 1007.8850475 60 1002.3622 C 60 996.839352502 
64.4771525017 992.3622 70 992.3622 Z"
 android:valueTo="M 70 957.3622 C 94.8528137424 957.3622 115 977.509386258 
115 1002.3622 C 115 1027.21501374 94.8528137424 1047.3622 70 1047.3622 C 
45.1471862576 1047.3622 25 1027.21501374 25 1002.3622 C 25 977.509386258 
45.1471862576 957.3622 70 957.3622 Z"
 android:valueType="pathType"/>



And then I tried next solution with single transition but with 
reversible=true:

http://schemas.android.com/apk/res/android;>
 
 

 

 
 
 
 
 
 
 




This selector animates states switch but in a quite strange way: if my 
checkbox has standard button drawable - it works perfectly, but if I set 
another drawable for button or @null selector skips transition from 
state_on to state_of.

Also I've tried to move transitions into  tag and I've got the same 
result as with first animated-selector.

Moreover I found out that  tag is't allowed inside  tag as in 
template.

Full source code you can find here 
. It has two 
branches - master and google_example

-- 
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/4dcafda1-09e8-4697-89e5-6d66fec41804%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Beginner questions

2016-05-23 Thread sardar khan
In the activity create a method name with trialmodule and do what you want
to do.

http://stackoverflow.com/questions/4153517/how-exactly-does-the-androidonclick-xml-attribute-differ-from-setonclicklistene

On Mon, May 23, 2016 at 2:25 PM, Roy Bettesworth 
wrote:

> I want to use onclick
>
> I am using XML  as my language.
>
> "
>   http://schemas.android.com/apk/res/android;
>
> xmlns:tools="http://schemas.android.com/tools;
> android:layout_width="match_parent"
> android:layout_height="match_parent"
> android:paddingBottom="@dimen/activity_vertical_margin"
> android:paddingLeft="@dimen/activity_horizontal_margin"
> android:paddingRight="@dimen/activity_horizontal_margin"
> android:paddingTop="@dimen/activity_vertical_margin"
> tools:context="com.example.roy.buttontest.MainActivity">
>
>  android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> android:text="Hello World!"
> android:id="@+id/textView" />
>
>  android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> android:text="Test Button"
> android:id="@+id/button"
> android:layout_below="@+id/textView"
> android:layout_centerHorizontal="true"
> android:layout_marginTop="230dp"
> android:onClick="trialmodule"
> android:textColor="#bd3030" />
>
> 
>
>
> "
>
>
> Where and what do I write for the procedure that will be executed for onclick 
> .
>
>
> It can do anything such as just displaying some text.
>
>
> 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/4fbca365-17d5-47eb-ac64-06f80680bc3e%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/CABHzXAQN3oSDpNQ3LHmKvqvKLZqhO7tjgtQ4KrT%3Dp92Y-WxW0A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Beginner questions

2016-05-23 Thread Roy Bettesworth
I want to use onclick 

I am using XML  as my language.

"
  http://schemas.android.com/apk/res/android;

xmlns:tools="http://schemas.android.com/tools;
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
android:paddingTop="@dimen/activity_vertical_margin"
tools:context="com.example.roy.buttontest.MainActivity">








"


Where and what do I write for the procedure that will be executed for onclick . 


It can do anything such as just displaying some text.


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/4fbca365-17d5-47eb-ac64-06f80680bc3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] please suggest the best Android real time chat app with one to one and forum chats..with capability of file/photo/video sharing

2016-05-23 Thread vivek srivastava
Hi friends..

can you please suggest  the best Android real time chat app with one to one 
and forum chats..with capability of file/photo/video sharing please,.

i need to run this simultaniously on my website as well as so that the same 
user data and chats can be populated on website as well as APP via JSON 
/XML query realtime..

thanks for your kind help

vivek

-- 
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/1b0024a0-eac0-41ee-9928-0f8489b5422a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Alpha/Beta Test: Test APK not available to testers

2016-05-23 Thread primocoapp
 

I have not updated my Android app for quite a while. Now I would like to 
use the Alpha Test to run some tests of the In-App Purchase features. 

Problem is, that I do not see how I can install the Alpha version on my 
device using the Play Store. I did the following:

   - Created the APK in Android Studio 2.1
   - Logged into the Google Play Developer Console
   - Selected my app and switched to APK/Alpha-Test
   - Uploaded the APK the the Alpha Test and *published it*
   - It is a closed Alpha Test and I am the only tester. *The e-mail 
   address I entered in the tester list perfectly matches the address of the 
   Play Account I am using on the device.*
   - Opened activation URL in Chrome on my Device. Play Store webpage is 
   shown, saying that *I am a tester*.
   - Clicked the link to the Play Store and downloaded the current Version 
   of my app
   - Checked if there is an update to the Alpha Version, *but there is not*

I uploaded/published the alpha APK *one week ago*. Even if it can take some 
hours before an update reaches the store, one week should be long enough, 
shouldn't it?

 

I found other threads dealing with this kind of problem and in some cases 
the solution was to *clean the cache of the Play Store App and restart the 
app*. However this did not change anything in my case.

So, none of the suggested solutions I found worked for me. Any other idea 
what I can do?

 

I now switch from a *Closed Alpha Test* an Alpha Test using a *Google+ 
Community*. However, the result is the same:

   - While logged in with my developer account, I switched to Google+ and 
   created a new Community.
   - Invited my test user (one of my other accounts) to the group.
   - Copied the URL of the Goole+ Community to the Aplha Testing section in 
   the Developer Console. 

· Published the changes.

· When visiting the test URL (
https://play.google.com/apps/testing/com.mycompany.myapp) I got the message 
"*You are not a tester*"

   - Checking the e-mails of my test account. Found the invitation to the 
   Google+ Community and joined. 
   - When visiting the test URL I could now click on *Become a tester* and 
   now I am tester.
   - Downloaded the App from the Play Store using my test account. Just 
   received the public version. 
   - *No update to the Alpha version available...*

 

Also after switching to a *Public Alpha Test* still no update available.


Also after switching to a Public Beta Test still no update available...

*What else could I do? Any idea what I am doing wrong?*

-- 
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/2cfa77df-db21-4a37-9f3c-5084504ed7d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Epub Reader

2016-05-23 Thread rakesh raghavan
How i can do pagination for webview?

-- 
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/930a40e1-4896-43ca-93f1-ba82fc5949e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: call an activity of another package

2016-05-23 Thread Arun Kumar
friends please kindly help me.. i have a package name as well as class name 
but i cant open that package with particular activity...
How do i done ?

-- 
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/5da8fd51-6e2d-4dcd-98b0-b53b2ab9907e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.