Re: [android-developers] location finding

2016-04-04 Thread Falguni Saha
Hi,

First of all I would like to say you thanks for your reply.

But this link could not serve my purpose. Actually I want accuracy to find
out the location . Like, if I want to get my home address then it is giving
me the lane name not exactly my apartment no, my requirement is to get my
house no or apartment no.
Could you please help me in this case.

Thank you.

-Falguni
On 05-Apr-2016 2:25 AM, "TreKing"  wrote:

>
> On Sat, Apr 2, 2016 at 3:54 AM, Falguni Saha 
> wrote:
>
>> Hi, could you please help me to find any object's location with 5 feet
>> accuracy in android. My code is able to find an object with 20-25 meter
>> radius using GPS provider.
>
>
> https://developers.google.com/nearby/
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
> --
> 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/c-A8MaEJ_fk/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/CANCScggQa_2f%3DTa0E%2BLviYsT_CEy8B9_56b8wKD1LcaP8pOvBA%40mail.gmail.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%2ByGA0s-s2qjNiDNwGSL69neJOAOHNxeq0_SpF7zSjxABUG-zQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Is there any API in to communicate on COM Port (serial communication)

2016-04-04 Thread Sanjyot Kadu
Thank you very much for information. i  am working on Project avaliable
from GitHub.
you talked android drivers , is there any particular location where i can
find it?


On Wed, Mar 16, 2016 at 1:41 PM, Trevor Page  wrote:

> Hi,
>
> To communicate via your USB to serial interface, use Android drivers
> supplied by the manufacturer. The main USB to serial interfaces to support
> are Prolific and FTDI. If you Google those two, you can find the Android
> driver library for each, which you'd include in your project.
>
> I have an Android application which supports these two manufacturers' USB
> to serial interfaces using their respective drivers, and in the several
> years the application has been in development, I very rarely come across a
> user whose device isn't FTDI or Prolific.
>
> The Prolific driver is a bit annoying because the latest version
> intentionally drops support for older Prolific interfaces; a move they
> apparently did to fight counterfeits, but one which caused many of my users
> problems. I got around this by using both old and new Prolific drivers in
> my application.
>
> I'm aware that there is an Android USB driver project on Github, but I
> don't know a great deal about it.
>
> Trev
>
>
>
> On Wed, Mar 16, 2016 at 6:34 AM, Sanjyot Kadu 
> wrote:
>
>> Hi,
>>
>> I want to communicate using COM Port present on Mobile with other device.
>> The communication should be serial (UART). I will connect the OTG Cable to
>> phone and other end of OTG to USB to serial converter.
>>
>> Is the any API in android development kit? which can use directly to
>> access the COM Ports.
>>
>> i did an experiment using Linux OS , and its possible to communicate
>> using linux (linux detects this device as ttyUSB  and using Python API it
>> was possible to use the COM PORTS )
>>
>> please let me know any information on it.
>>
>> or any other way to do it.
>>
>> Thanks
>> sanjyot
>>
>> --
>> 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/3bef6aa7-c497-4bf8-bb06-0fc3d056bf8d%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> 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/dESLTr1NKyc/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/CAG8Y82rj%2BaMH32ksEkspR1RmVuhoQR8xRn6UJBpCKO%3DffwsQxA%40mail.gmail.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/CAPbaMv4603KCbh6enajLtJ37im2EAihNsFrgC3YnFKGhOYUZ3w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Ads are loading, but not showing?

2016-04-04 Thread TreKing
On Mon, Apr 4, 2016 at 4:17 PM, Ruch ir  wrote:

> Why? Shouldn't the ad show first, and then beginPlayingGame() ? Thanks
> for your time.
>

Your logic is like this:

if (someCondition) {
> doSomething();
> }
> else {
> doSomethingElse();
> }



doSomethingElse();


Without knowing anything else about your code, this looks like a bug. Why
would you have doSomethingElse in an else block if you were always going to
call it?

I have no idea what your beginPlayingGame method does, so for all I know it
could start a new screen which would overlap and hide the ad.

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


Re: [android-developers] Ads are loading, but not showing?

2016-04-04 Thread Ruch ir
Why? Shouldn't the ad show first, and then beginPlayingGame() ? Thanks for 
your time.

On Monday, April 4, 2016 at 2:09:26 PM UTC-7, TreKing wrote:
>
>
> On Sun, Apr 3, 2016 at 3:03 PM, Ruch ir  > wrote:
>
>> I get the log saying it is loaded in my log cat, but the ad doesn't 
>> actually show! I got it to work once, but then it stopped working again, 
>> and I don't know what I changed! **Why is it loading, but not showing?**
>
>
> The fact that you call "beginPlayingGame()" both in your else statement 
> and outside the if / else block could be a factor?
>
>
> -
> 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/8c78ca13-1191-46c6-8c48-b8986c3c4c6d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Ads are loading, but not showing?

2016-04-04 Thread TreKing
On Sun, Apr 3, 2016 at 3:03 PM, Ruch ir  wrote:

> I get the log saying it is loaded in my log cat, but the ad doesn't
> actually show! I got it to work once, but then it stopped working again,
> and I don't know what I changed! **Why is it loading, but not showing?**


The fact that you call "beginPlayingGame()" both in your else statement and
outside the if / else block could be a factor?

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


Re: [android-developers] location finding

2016-04-04 Thread TreKing
On Sat, Apr 2, 2016 at 3:54 AM, Falguni Saha 
wrote:

> Hi, could you please help me to find any object's location with 5 feet
> accuracy in android. My code is able to find an object with 20-25 meter
> radius using GPS provider.


https://developers.google.com/nearby/

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


Re: [android-developers] Tips for limiting my app's effect on battery drain

2016-04-04 Thread TreKing
http://developer.android.com/tools/performance/batterystats-battery-historian/index.html

On Fri, Apr 1, 2016 at 10:51 AM, Chris Beauchamp 
wrote:

> Obviously battery drain is a big issue
> , especially
> since the Battery tool shows which apps are hogging juice. Anyone have any
> tips for how I can monitor my app's battery? i.e. figuring out which
> interactions, code areas, etc cause the most drain so I can try to limit
> it? At least in the development stages, this would be good to know.
>
> --
> 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/75c17f3b-062a-40f5-937c-cbf802db4389%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 

-
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/CANCScghQmmggrToeSsuvHV%3D75rM%2BFo16id8Q2p_CcXMR%3DAS%3D3Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Req:::::::::::::Tririga Sr. developer , Woonsocket, RI ,12+ Months

2016-04-04 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: Tririga Sr. developer *

*Location: Woonsocket, RI *

*Contract: 12+ Months *

*Requirement:*

*Mandatory Technical / Functional Skills   *

· Should have Technical skill on TRIRIGA Application

*Roles and responsibility *

· Design solution based on requirement and perform solution mapping

· Perform Gap analysis and propose work around

· Configuration and customization TRIRIGA Application and build
integration to meet the requirements

· Configure and set up Portfolio data

· Support Testing activities and in resolving defects

· Set up pilot data and configure application and conduct  CRP
sessions"

*Desirable Technical / Functional Skills *

· 2+ Years of experience in Tririga application development

· Certified TRIRIGA application developer

· Familiar with the TRIRIGA Application modules (Portfolio, Real
Estate and Capital Projects)

· Expert in design, development and implementation of data
integrations and migration with the TRIRIGA application, including Data
Objects, Data Connect and Data Integrator.

· Experience in developing and implementing integrations with
applications such as PeopleSoft, Ariba and GIS"

· Total experience in required skill (years)

· 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%2BhxLX%3D-dRg7sRvpz0tHyP9XomZUYmPutz88%2Bmxp7YyTzg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Req:::::::::::::IBM WebSphere MQ (WMQ), IBM Websphere Process Server (WPS), St.Louis,MO ,12+ Months

2016-04-04 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: IBM WebSphere MQ (WMQ), IBM Websphere Process Server (WPS*)

*Location: St.Louis,MO *

*Contract: 12+ Months *

*Requirement:*

· IBM WebSphere MQ (WMQ), IBM Websphere Process Server (WPS).

· Relavant it experience required is 4+ years

· Total It experience required 6+ 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%2Bi4Xo%2ByZrK-MbOrBkh%3D7HuqqvMrdZOYdQjkHrUQA13tEA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Local only: .Net Developer - MI

2016-04-04 Thread Megha Agarwal
Hello,
Hope you are doing well!

Please let me know if you would like to move forward with the below
position.

Title: .NET Developer
Location: Ann Arbor MI
Duration: 6+ Months


*They must have at least 7 years of .NET experience – Prefer folks with at
least 5 years of US work experience (Need strong communication skills)Must
have good experience in using .Net Service Buses and messaging in
programming C# Services.*

QUALIFICATIONS
Bachelor’s degree in computer science, math, computer engineering or
equivalent experience
7+ years of experience developing using .Net technologies
7+ years of experience with Microsoft SQL Server prefer IBM DB2 development
Solid foundation in computer science, with competencies in data structures,
algorithms and software design.
Software development and testing experience using .Net, C#, ASP, Visual
Basic, VB Scripting
Understanding of REST, SOAP and JSON
Working knowledge of such platforms as Windows, UNIX, and Linux.
Analyze and recommend solutions to programming issues, defects and bugs as
assigned or encountered.
Translate the detail design to perform programming tasks to complete the
project as required with some supervision.
Proficient at using code profiling and debugging tools
Understanding of  different phases of software development life cycle
Schedule, organize and complete work in accordance with deadlines.
Passion for learning new or evolving technologies.
Strong conceptual thinking
Excellent written and verbal communications skills
Ability to work independently as well as in a team environment.
Check work for acceptability and conformance with standards.
Able to effectively interact with business customers to understand and
derive business needs
Experience with large systems software design and development, with
knowledge of UNIX/Linux.

PREFERRED
International software development experience (multi-lingual,
multi-currency, geographic and locale awareness)
Development experience in C, C++ or Java.
Skills in AJAX, Python or JavaScript, database design, SQL and/or knowledge
of TCP/IP and network programming.
Experience in using Eclipse for IDE
Experience with unit testing


*___*

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

*Thanks,*

*Megha Agrawal*
*megha.agar...@panzersolutions.com
203-652-1444*278*

-- 
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/CAOwfwP0rKN8mSKgt_Q755aV9%2B-ZKqgF4Nq%2Bqv0R6-rgAGPhgVA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Need Local only: .Net Developer - MI

2016-04-04 Thread Megha Agarwal
Hello,
Hope you are doing well!

Please let me know if you would like to move forward with the below
position.

Title: .NET Developer
Location: Ann Arbor MI
Duration: 6+ Months


*They must have at least 7 years of .NET experience – Prefer folks with at
least 5 years of US work experience (Need strong communication skills)Must
have good experience in using .Net Service Buses and messaging in
programming C# Services.*

QUALIFICATIONS
Bachelor’s degree in computer science, math, computer engineering or
equivalent experience
7+ years of experience developing using .Net technologies
7+ years of experience with Microsoft SQL Server prefer IBM DB2 development
Solid foundation in computer science, with competencies in data structures,
algorithms and software design.
Software development and testing experience using .Net, C#, ASP, Visual
Basic, VB Scripting
Understanding of REST, SOAP and JSON
Working knowledge of such platforms as Windows, UNIX, and Linux.
Analyze and recommend solutions to programming issues, defects and bugs as
assigned or encountered.
Translate the detail design to perform programming tasks to complete the
project as required with some supervision.
Proficient at using code profiling and debugging tools
Understanding of  different phases of software development life cycle
Schedule, organize and complete work in accordance with deadlines.
Passion for learning new or evolving technologies.
Strong conceptual thinking
Excellent written and verbal communications skills
Ability to work independently as well as in a team environment.
Check work for acceptability and conformance with standards.
Able to effectively interact with business customers to understand and
derive business needs
Experience with large systems software design and development, with
knowledge of UNIX/Linux.

PREFERRED
International software development experience (multi-lingual,
multi-currency, geographic and locale awareness)
Development experience in C, C++ or Java.
Skills in AJAX, Python or JavaScript, database design, SQL and/or knowledge
of TCP/IP and network programming.
Experience in using Eclipse for IDE
Experience with unit testing

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


[android-developers] Detect the stat of the "Restrict background data" option of another app

2016-04-04 Thread guillaume chabot
Sometimes, users activate the  "Restrict background data" option of their 
google play services because they were recommended to do so by blogs for 
random privacy/battery/network data reasons. Then they forget that they 
have such an option activated.

It makes it so they do not receive push notifications from our app when 
they are on their network data.

I would like to be able to detect the state of that option, and warn them 
of the consequence if it's on, within our app. Is this possible?

-- 
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/318f391d-1864-436e-9452-bd38a61b6f57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Data migration Test Engineer

2016-04-04 Thread Manisha Budhwar
*Position*:  Test Engineer

*Location*:  Hillsboro (OR)

*Duration*: 1+ years
*Interview*: Phone/ Skype



* Job Description:-   *
Qualifications Basic
• Bachelor’s degree or foreign equivalent required. Will also consider one
year of relevant work experience in lieu of every year of education
• At least 6 years of experience with SKILLS SET

Skill Set
• Must have strong understanding and hands-on experience in data migration
testing and automation with Pentaho tool
• Strong SQL knowledge with hands-on experience of Oracle database
• Ability to work across multiple functional projects to understand data
usage and implications for data migration and test points.
• Ability to perform migration testing of static data and transaction data
from one core system to another.
• Knowledge of Windchill database
• Strong understanding of various testing cycles and release activities
• Excellent verbal and written communication skills
• Experience working in an Agile/Scrum environment
• A track record of solving problems and getting things done in a fast
pace, ever evolving environment


Should have at least 6 years of experience in Data Migration testing.
Having experience in data migration testing and automation with Pentaho
tool, should have excellent verbal and written communication skills

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


[android-developers] Urgent Req:::::::::::::Informatica Developer , Cumberland, RI ,10+ Months

2016-04-04 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: Informatica Developer *

*Location: Cumberland, RI *

*Contract: 10+ Months *



*Requirement:*

*Mandatory Technical / Functional Skills   *

· Good experience in the field of Data warehousing

· Good experience in Informatica Power Center component Development.

· Extensive experience developing mapping, session, worklet and
workflow version 9

· Hands on development in Informatica  Performance tuning

· Good knowledge about Oracle, Teradata.

· Advanced SQL and Unix Scripting skills

· Solid understanding of Data Modeling concepts

· Technical team management experience

· Excellent personal communication, leadership, and organizational
skills

· Retail related data warehousing experience a plus

*Roles and responsibility *

· Requirement gathering and get clarify on any queries related to
the requirements

· Providing Technical Masking solution and Designing

· Overall Coordinating with  Data masking team and client for work
distribution

· On time and defect less Delivery

· Development and Testing of Data masking code as developer.

· Weekly project status update

· Building, Mentoring and Managing Data Masking Team

· Guide onshore Developers to ensure standards are met

· Work with the application development teams throughout the
development life cycle

· Evaluate new Business Intelligence technologies, features, and
products

· Ability to take initiative and ownership on tasks

· Create highlevel  Detail design based on the business requirement

· Good written and oral communication

· Explain complex design items through documents and white-board
sessions

· SQL knowledge and performance tuning experience needed

*Desirable Technical / Functional Skills *

· Infromatica Power center, Oracle, Teradata, Unix, SQL Server

*Total experience in required skill (years) *

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


[android-developers] Immediate Need: Devops Engineer/Build Release - MD

2016-04-04 Thread Megha Agarwal
*Hello,Please let me know if you have any consultant available for the
below role,Role : DevOps EngineerLocation : Chevy Chase, MDDuration : Long
Term MINIMUM QUALIFICATIONS:BS in CS or CE or related Strong practical
Linux and Windows-based systems administration skills in a Cloud or
Virtualized environment Experience developing scripts to automate
deployment to physical and virtual environments Setup of continuous build
environments Production application support experience Create Build
definition Used Build Controller Strong experience in PowerShell scripting
Microsoft Release Manager 2013/2015 experience. Must have experience
working on .Net applications. Very strong analytical skills, good judgment,
passion for your work Excellent written and verbal communication
skills_*

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

*Thanks,*

*Megha Agarwal*
*megha.agar...@panzersolutions.com
203-652-1444*278*

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


[android-developers] Urgent Req:::::::::::::Sr. Embedded Software Engineer – Android and windows - imaging, Holtsville, NY ,9+ Months

2016-04-04 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: Sr. Embedded Software Engineer – Android and windows - imaging*

*Location: Holtsville, NY *

*Contract: 9+ Months *

*Requirement:*

*Relevant Experience (in Yrs)*

· 6-10 Yrs Experience

· Technical/Functional Skills

· Device driver development on android and windows

· Good working experience on imaging drivers.

· Exp in developing multimedia solutions.

· Camera/Image Processing skills

*Experience Required  *

· Experience with one or more of the following:

· Embedded RTOS

· CE/Windows Mobile

· Linux/Android

· Windows CE/Mobile Driver Development experience

· Android and/or Linux Driver Development experience

· Experience developing multimedia solutions

· Camera/Image Processing skills

*Roles & Responsibilities *

· Software engineer to design and develop image processing
algorithms and interfaces for Android and Windows Embedded computing
hardware platforms.

· Design and develop advanced software solutions for our mobile
computing products.  Responsibilities would include working with customers
to define requirements, coordinating with various internal and external
teams to develop software components, and ultimately delivering
best-in-class software solutions to meet our customer’s needs.

· Develop new image processing features, improve existing features,
and help integrate these features on enterprise-grade mobile computers

*Generic Managerial Skills  *

· Good Analytical skills

· Good communication & documentation Skills

· Must possess effective presentation and communication (both
verbal and written) skills

· Excellent team skills required

*Education*

· Bachelors’ degree in electrical engineering from an accredited
college or university.  Master’s degree 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%2BjfVU%2Bg1nn7%2BcWY5f0AKkbzvoeHS7bOB%3DTeDX2pBuOB6Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Touch Screen Calibration after replace

2016-04-04 Thread Demige52
I replaced touch screen on my RoverPad Tesla 10.1, but it does not work 
properly. 

https://www.youtube.com/watch?v=Rgq7b4cmOYw

Android 4.2.2 does not have native calibration tool. How I can recalibrate 
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/015bea9a-6810-4dd0-81fb-392133dfb551%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent Req:::::::::::::Data Architect , Woonsocket, RI ,12+ Months

2016-04-04 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: Data Architect *

*Location: Woonsocket, RI *

*Contract: 12+ Months *



*Requirement:*

*Role  *

1. Strong RDBMS concepts

2. Good knowledge of  application layers, modeling techniques

3. Hands-on experience with designing object-oriented components

4. Understanding of database concepts

5. Experience with Oracle database/Architecture (10g, 11g)

6. Data modeling experience with knowledge of
normalization/de-normalization (preferably with CA Erwin )

7. Expert in creation of conceptual/logical/physical data models.

8. Exposure to UML objects modeling concepts.

9.Work experience in presentation tools like excel,ppt,visio,mpp.

*Roles and responsibility *

1. Will be involved in all aspects of the project life cycle, from the
requirements analysis, design, and implementation and testing.

2. Design and development of separate modules based on object oriented
paradigm.

3. Refactoring of existing module to make an extensible system.

4. Be the focal point for all data model related changes.

5. Perform SQL certification wherein and SQL change needs to be certified.

6. Being part of all production issues and providing inputs wherever
applicable.

7. Perform Data model creation from scratch for newer projects.(From
conceptual to physical structure)

8. Responsible to perform half-yearly or quarterly sanity check of
production environment from db object and PSQL code perspective.

9. Maintaining a regular check on data replication performance issues in
production.

10. Need to work closely with offshore  team to guide them through the low
level design

11. Need to provide consultation wherever required during development and
also need to validate the code.

*Additional Technical / Functional Skills*

1. Experience in RAC/ASM implementation for multi node architecture.

2. Sound knowledge of replication methodologies provided by Oracle like MV,
Data guard, Streams, Golden Gate, CDC etc.

3. Sound knowledge of PLSQL concepts mainly from query tuning perspective.
(Usage of hints, best practices etc)

*Desirable Technical / Functional Skills *

1. Good Communication skills, interpersonal skills and analytical skills.

2. Work closely with Development team and DBAs



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


[android-developers] Urgent Req:::::::::::::Vulnerability Coordinator / Analyst, RI - Cumberland

2016-04-04 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: Vulnerability Coordinator / Analyst *

*Location: RI – Cumberland *

*Contract: ,6-12+ Months *

*Requirement:*

· We are looking for a Security Vulnerability Coordinator / Team
Lead for Cumberland , RI.

*Candidate must have – *

· Experienced in all areas of vulnerability management - detection
, remediation and status and dashboard reporting

· Should must have a strong technical background with hands on
experience in Windows/ ESX/ Unix – AIX/ RHEL / Middleware – Weblogic and
Websphere technologies along with strong understanding of Application
related Vulnerability management.

· Ideal candidates will have:

· Strong understanding of Information Security and SOX/ PCI/PII
audit management

· Strong knowledge on Vulnerability management over Windows and
UNIX OS along with Middleware and applications related Vulnerability
management which can be hosted on any of listed OS

· Strong knowledge of understanding of multiple Vulnerability
scanning tools their remediation action plan

· Hands-on experience on handling Vulnerability management program
on large level of organization.

· Management of Vulnerabilities ( work with team responsible for
scanning, identification, analysis, impact assessment, prioritization and
remediation) from Dynamic, Static and Infrastructure scanners.

· Monitor for and review vendor patches for applicability and
impact to application, network and systems. Work with Windows/ Unix /
Middleware teams to plan , test and install these patches across multiple
dev/test/ Prod environments and test application functionality

· Facilitate proactive remediation of new vulnerabilities by
collecting information from threat and vulnerability feeds, analyzing the
impact/applicability to the computing environment and communicating
applicable vulnerabilities and recommended corrective actions to impacted
teams.

· Work with Unix/ Windows/ Middleware teams to detect , fix and
remediate vulnerabilities found during build process and make sure newly
built infrastructure and applications are vulnerability free to promote
into production environments

· Generate reports/dashboards on vulnerability findings and
remediation, compliance, and summarize information to facilitate
remediation tasks.

· Strong knowledge industry standards regarding vulnerability
management including Common Vulnerabilities and Exposures (CVE), Common
Vulnerability Scoring System (CVSS).

· Knowledge of tools and processes used to expose common
vulnerabilities and implement countermeasures

· Experience in understanding open source and vendor vulnerability
assessment tools. NO hands on experience necessary

· Strong communication skills (verbal, written, oral)

*Total experience in required skill (years) *

· 8 - 10 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%2BiBF6vjuHQN8scEBX2NtyLVXua0p5UFK_yh2a%2BB3wEm5w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Urgent req for Functional Consultant / Designer @ New York, NY

2016-04-04 Thread Shaik Sadiq
Hi,

Hope you are doing well !!!

I have an urgent requirement for a *Functional 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: Functional Consultant / Designer*

*Location: New York, NY*

*Duration: 12+ Month*

*Total EXP: 9+ years*



Skills required: *SAP FI; SAP FSCM*



*JD:*

· Manage the deployment of entities into SAP.

· Perform detailed design and local fit gap.

· Drive the Build, Test & train, and Deploy phases.



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


[android-developers] IONIC :: RSS feed correctly fetched with the -l livereload option, but does not work without...

2016-04-04 Thread ID Weblogs
Hi guys,

I have a strange problem, in my Ionic app i fetch a RSS feed like this:

.factory('FeedService',['$http',function($http){
return {
parseFeed : function(url){
if (ionic.Platform.isAndroid()) {
return $http.jsonp(
'//ajax.googleapis.com/ajax/services/feed/load?v=1.0=50'+
'=JSON_CALLBACK'+'=' + encodeURIComponent(url));
} else {
return $http.get(
'https://ajax.googleapis.com/ajax/services/feed/load?v=1.0=50=' + 
encodeURIComponent(url));
}
}
}
}])

It works great when testing with live reload, but as soon as i publish my 
app for betatest or simply remove the -l option, the feed is not fetched 
anymore.

Here's my config.xml security policy

https://fonts.googleapis.com fonts.googleapis.com  ajax.googleapis.com; 
script-src 'self' 'unsafe-inline' 'unsafe-eval' http://localhost:* 
http://www.xx.com www.xx.com http://feed.informer.com 
feed.informer.com https://ajax.googleapis.com ajax.googleapis.com 
cdvfile://*;">

Any idea ?
thanks a lot

-- 
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/828c5d86-c3de-40e9-987f-f8d36b0687bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Java Tech Lead

2016-04-04 Thread santosh kiran
Hi All,

We have the below requirement and please let me know if any consultants are
available on this position. You can reach me at
santosh.bo...@enterprisepals.com

Job Title : Java Tech Lead

Location : Columbus, OH

Project : 6-12 months

Skills:


Minimum 10 years of IT experience.


3-4 years of Java lead experience.


Very good communication skills (mandatory).


Thanks & Regards


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


[android-developers] Mksdcard sdk tool error in windows

2016-04-04 Thread Muhammad Umer


down votefavorite 


I am getting "*Unable to run mksdcard tool*" error while installing android 
studio in *windows*. Kindly let me know which libraries to install and 
how..?

-- 
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/8f467acf-ddc6-4b8b-995f-fcd196f8b2af%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Programmatically Schedule power on & off

2016-04-04 Thread AndroCraze
Is there a way out to programmatically set schedule to power on & off for a 
system based app.

-- 
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/420bfa1c-8f1a-4475-9813-7e3db2cd1a71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: App uninstall doesn't remove SQL database

2016-04-04 Thread Diogo Henrique
On Windows...did you try clean,rebuilt the project and run again? just 
trymaybe help.  

On Sunday, 3 April 2016 11:55:29 UTC+1, Simon Ho wrote:
>
> I posted this on stackoverflow, but I thought maybe I'd have more luck 
> here...
>
> I have a strange problem where my SQL database doesn't remove itself when 
> I uninstall the app
>
> I'm not creating the database in any external storage directories, and the 
> database is confirmed to be in its default location: 
> /data/data/com.example.app/databases/
>
> After I uninstall the app, I expect all the data in that location to be 
> wiped, but when I run the app again from android studio the new install can 
> still see all of the old data
>
> I have tried using adb to manually delete the .db file from the databases 
> directory, but when I run the app again the old data can still be seen
>
> I have also tried going into the app settings and clearing the data and 
> cache, but that doesn't seem to help
>
> The only places in my code where I'm doing anything "strange" with regards 
> to the database is I'm copying the database file to a new location on 
> button click:
>
> String pathToExternalStorage = Environment.getExternalStorageDirectory
> ().toString();
> File exportDir = new File(pathToExternalStorage, "/SensorData");
> File subjectDataDir = new File(exportDir, "/subjects");
> 
> File data = Environment.getDataDirectory();
> String currentDBPath = "//data//com.example.app//databases//" + 
> DBHelper.DATABASE_NAME;
> File currentDB = new File(data, currentDBPath);
> File destDB = new File(exportDir, DBHelper.DATABASE_NAME);
> 
> FileChannel src = new FileInputStream(currentDB).getChannel();
> FileChannel dst = new FileOutputStream(destDB).getChannel();
> dst.transferFrom(src, 0, src.size());
> src.close();
> dst.close();
>
>
> And then running mediascanner on the newly created file so I can get 
> instant MTP access to it
>
> I doubt that either of these processes could cause this to happen though?
>
> My immediate question is how do I manually remove the database from the 
> phone without root access?
>
> The bigger question is what could be causing the uninstall process to not 
> remove the database files? And how does a newly installed version of the 
> app (after an uninstall) still see the old database information?
>
> I'm not sure how to begin figuring this out...
>

-- 
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/3a8da82f-dad3-4ee6-a381-cd5ba312e3ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Help with Android Studio GUI

2016-04-04 Thread Nick Black
This panel missing...

-- 
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/078cda4a-3f4a-408e-8545-632142276969%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Android Studio is Too Slow

2016-04-04 Thread 장시영
System Requirements
--
Windows

   - Microsoft® Windows® 8/7/Vista (32- or 64-bit)
   - 2 GB RAM minimum, 4 GB RAM recommended
   - 400 MB hard disk space
   - At least 1 GB for Android SDK, emulator system images, and caches
   - 1280 x 800 minimum screen resolution
   - Java Development Kit (JDK) 7
   - Optional for accelerated emulator: Intel® processor with support for
   Intel® VT-x, Intel® EM64T (Intel® 64), and Execute Disable (XD) Bit
   functionality

Mac OS X

   - Mac® OS X® 10.8.5 or higher, up to 10.9 (Mavericks)
   - 2 GB RAM minimum, 4 GB RAM recommended
   - 400 MB hard disk space
   - At least 1 GB for Android SDK, emulator system images, and caches
   - 1280 x 800 minimum screen resolution
   - Java Runtime Environment (JRE) 6
   - Java Development Kit (JDK) 7

On Mac OS, run Android Studio with Java Runtime Environment (JRE) 6 for
optimized font rendering. You can then configure your project to use Java
Development Kit (JDK) 6 or JDK 7.
Linux

   - GNOME or KDE desktop
   - GNU C Library (glibc) 2.15 or later
   - 2 GB RAM minimum, 4 GB RAM recommended
   - 400 MB hard disk space
   - At least 1 GB for Android SDK, emulator system images, and caches
   - 1280 x 800 minimum screen resolution
   - Oracle® Java Development Kit (JDK) 7
   - 64-bit distribution capable of running 32-bit applications

Tested on Ubuntu® 14.04, Trusty Tahr (64-bit distribution capable of
running 32-bit applications).

2016-04-04 14:53 GMT+09:00 Anand Kumar :

> Hello ,
>
> Android Studio is too slow to run . Kindly provide the lite version for
> testing and development purpose.
>
> what type of PC and Ram is ideal for running.
>
> Regards
>
> Anand
>
> --
> 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/2327dffb-560d-40a3-acc7-45ebb0472629%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/CALLwGOSA30cYmFaJXR7x%2BAzAvGy94NkjuiJjK%2Bk%2B2_hH5Bb-%2Bg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.