[android-developers] Using Front and Back Cam Simultaneously

2023-05-10 Thread Jay T
omg...i have tried and need help here...

Hello all, its Jayson:

I understand multicamera api is not good enough to have two cameras that 
are in two directions

so i need a solution to access "camera_concurrent" possibilities

My large plan:  

combine front and back camera @ 720px by 720 px horizontally for 1440x720 
output with recording

i have tried in app with kivy
i have tried with opencv
i have now tried with javascript?

i have the tools except concurrent camera right now
Any help?

The Program i have started using for this is an npm server for https

run with: 

sudo node /var/www/webrtc-broadcast/server.js


my main file is in /var/www/webrtc-broadcasst/broadcasttwo2.html
here it is:
```


  
Broadcaster

  

body {background-color: cyan;}



  Audio source: 
  


  Video source: 
  


  Audio source: 
  


  Video source: 
  









//
//













let src = new cv.Mat(video.height, video.width, cv.CV_8UC4);
let src2 = new cv.Mat(video2.height, video2.width, cv.CV_8UC4);
let dst = new cv.Mat(video.height, video.width(2), cv.CV_8UC1);
let cap = new cv.VideoCapture(video);
let cap2 = new cv.VideoCapture(video2);

const FPS = 30;
function processVideo() {
try {
if (!streaming) {
// clean and stop.
src.delete();
src2.delete();
dst.delete();
return;
}
let begin = Date.now();
// start processing.
cap.read(src);
cap2.read(src2);
cv.hconcat(src, src2, dst);
cv.imshow('canvasOutput', dst);
// schedule the next one.
let delay = 1000/FPS - (Date.now() - begin);
setTimeout(processVideo, delay);
} catch (err) {
utils.printError(err);
}
};

// schedule the first one.
setTimeout(processVideo, 0);

https://docs.opencv.org/3.4/utils.js"; 
type="text/javascript">

let utils = new Utils('errorMessage');

utils.loadCode('codeSnippet', 'codeEditor');

let streaming = false;
let videoInput = document.getElementById('videoInput');
let startAndStop = document.getElementById('startAndStop');
let canvasOutput = document.getElementById('canvasOutput');
let canvasContext = canvasOutput.getContext('2d');

startAndStop.addEventListener('click', () => {
if (!streaming) {
utils.clearError();
utils.startCamera('qvga', onVideoStarted, 'videoInput');
} else {
utils.stopCamera();
onVideoStopped();
}
});

function onVideoStarted() {
streaming = true;
startAndStop.innerText = 'Stop';
videoInput.width = videoInput.videoWidth;
videoInput.height = videoInput.videoHeight;
utils.executeCode('codeEditor');
}

function onVideoStopped() {
streaming = false;
canvasContext.clearRect(0, 0, canvasOutput.width, canvasOutput.height);
startAndStop.innerText = 'Start';
}

utils.loadOpenCv(() => {
startAndStop.removeAttribute('disabled');
});



```



NOW, can i add simultaneous front and back cameras? with JavaScript?

Thank you in advance for jumping in and reading.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/652ca315-1c8d-425a-9d59-fb4accddc7aan%40googlegroups.com.


[android-developers] DST issue on repeating notifications with Alarm Manager, Notifications fired by alarm manager by 1 hour late.

2020-12-31 Thread Akhil T Mohan

I am encountered one issue with Android's alarm manager. I am scheduling a 
repeating notification on DST enabled area.
Here are my timezone settings

 - Region: Canada 
 - TimeZone: Vancouver 
 - Device: S9+ Android 10 
 - DST Starts on - **March 8** & DST ends on - **Nov-1**

I scheduled a notification on **February 29 at 9:00 AM** notification comes 
successfully, but **after DST Starts** on **March 9th** the notification 
fired at **10:00 AM**. after DST ends it is back to normal.
I need to fire the notification at exactly 9:00 AM every day independent of 
DST. Is this behavior is normal? there are no issues with iOS devices. 

 - Is this is a bug from the Android side?
 - How to schedule the notification independent of DST?

Can anyone help me?

Here is my code to schedule the notification

**Note: I have added the AlarmManager.RTC_WAKEUP as the alarm type and 
scheduled the interval as AlarmManager.INTERVAL_DAY. also, passed the UTC 
time to the alarm manager from the calendars calendar.getTimeInMillis() 
method.**

alarmMgr = (AlarmManager) getSystemService(Context.ALARM_SERVICE);
Intent intent = new Intent(this, AlarmReceiver.class);
alarmIntent = PendingIntent.getBroadcast(this, 0, intent, 0);
Calendar calendar = Calendar.getInstance();
calendar.setTimeInMillis(System.currentTimeMillis());
calendar.set(Calendar.HOUR_OF_DAY, 9);
calendar.set(Calendar.MINUTE, 0);
calendar.set(Calendar.SECOND, 0);
calendar.set(Calendar.MILLISECOND, 0);
alarmMgr.setRepeating(AlarmManager.RTC_WAKEUP, 
calendar.getTimeInMillis(),
AlarmManager.INTERVAL_DAY, alarmIntent);


**Test Procedure:**

Setting the  **Region: Canada & TimeZone: Vancouver** 
 1. Schedule a repeating notification on Feb 15th at 9:00 AM
 2. Test whether the notification fired on Feb 16th at 9:00 AM -> 
**Success, notification fired at 9:00 AM**
 3. change the system time to March 9th (Which is on DST); observing the 
notification fires at 9:00 AM -> **Failed, it fired on 10:00 AM**
 4. Change the date to Nov 2nd (DST Ended) ; observing the notification 
fires at 9:00AM -> **Success notification fired at 9:00 AM** 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d679181f-861e-45ad-b8a6-bb30d1e4533fn%40googlegroups.com.


[android-developers] Looking for MS SQL DBA at Los Angeles, LA (Rate $55/hr)

2019-11-26 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *








*Job Title: MS SQL DBAPrimary Skill: MS SQL DBAWork Location & Reporting
Address: Los Angeles, LAContract Duration: 6+ MonthsMinimum years of
experience: 5-8 YearsEducation: BS in Computer Science or Information
SystemsCertifications Needed: NoJob ID: 39775*

*JOB DESCRIPTION:*

   - Manage SQL Server databases
   - Configure and maintain database servers and processes
   - Monitor system's health and performance
   - Ensure high levels of performance, availability, sustainability, and
   security
   - Analyze, solve, and correct issues in real-time
   - Independently analyze, solve, and correct issues in real-time,
   providing problem resolution end-to-end.
   - Advise developers on the most efficient database designs (tables, data
   types, stored procedures, functions, etc)
   - Share technical expertise, providing technical mentorship and
   cross-training to other peers and team members.
   - When performance issues arise, determine the most effective way to
   increase performance including hardware, server configuration changes, or
   index/query changes
   - Share advance features of SQL SERVER, implement and help developers to
   implement it.

*Soft Skills: *Communication (Verbal & Written), Leading the team / work









*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCH_4yYJHkvmPT1PiuMsGrDHp2st6eG%3DDHfni%2Bp7fqKbbQ%40mail.gmail.com.


[android-developers] Looking for SFDC Salesforce Consultant at Tampa, FL (Remote Position)

2019-11-26 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *








*Job Title: Salesforce ConsultantPrimary Skill: SFDC Salesforce
ConsultantWork Location & Reporting Address: Tampa, FL ((Remote OK. May
have to travel on need basis))Contract Duration: 6+ MonthsMinimum years of
experience: 7+Education: BS in Computer Science or Information
SystemsCertifications Needed: NoJob ID: 39110*


*JOB DESCRIPTION:Must Haves Skills 3 at most*

   - Strong Salesforce skills in the areas of configuration and building
   custom Salesforce applications using APEX code
   - Applicable Salesforce certifications (Admin, App Builder, Developer,
   Service Cloud)
   - Prototyping of wireframes using CSS, HMTL, Bootstrap and Visualforce
   - Experience in building custom user interfaces that required CSS, HMTL,
   Bootstrap and Visualforce page development

*Nice to Have Skills*

   - Broad understanding of CRM Best Practices
   - Experience with Sales and Service cloud
   - Proven ability to assess an existing Salesforce instance and recommend
   then implement ways to improve the overall scalability and reliability of
   the system and data model
   - Demonstrated ability to conduct thorough needs analysis and implement
   solutions to drive business outcomes

*Strong Knowledge of*

   - Heroku Apigee
   - Force.com
   - Mulesoft
   - Cast Iron
   - Agile methodology
   - Experience in Salesforce to external systems integration

*Role Responsibilities*

   - Work with clients and end users to gather, understand and define
   business requirements
   - Gathering, developing and analyzing business requirements for solution
   design on Salesforce.com
   - Application design and configuration using Salesforce.com automation
   (SFA);
   - Assist with ongoing system administration including but not limited
   to: creating and modifying Users, Fields, Validation Rules, Workflows,
   Automated Alerts, Field Updates, Page Layouts, Data Integrity standards and
   practices and Security functionality
   - Create customized reports and dashboards to visualize key business
   metrics
   - Maintain database integrity and accuracy via data cleansing, data
   uploads and data exports
   - Assist with release evaluations including defining scope and
   priorities for system initiatives
   - Maintain all system documentation and SFDC policies/procedures
   - Troubleshoot production issues in a timely manner and provide internal
   support when needed
   - Work with end users during User Acceptance Testing (UAT) & regression
   testing to accurately prioritize defects and re-test resolved issues
   - Oversee integrated business applications and ensure they function
   - Understand how Salesforce integrates with our other CRM solutions and
   customer/business intelligence databases
   - Utilizing object-oriented programming and design concepts to advise
   clients on Salesforce.com solutions;
   - Developing custom applications and performing unit testing using
   Salesforce.com APEX and Visualforce pages
   - Performing data migration using Salesforce.com Data Loader
   - Designing and developing functionalities and web integration using Apex
   - Designing user interfaces using Visualforce pages
   - Using Force.com IDE to deploy and migrate applications
   - Utilizing Eclipse as a platform for development, testing and code
   deployment
   - Creating process and business flow diagrams use cases, story boards,
   training documents and job aids for end users and business users using
   Microsoft Visio and PowerPoint; Supporting and maintaining the applications
   on Salesforce.com to ensure optimal performance










*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCGwvygYo_UkoBTfmAd%2BLrYTOkcL4050nb-nqgcM_SFtpw%40mail.gmail.com.


[android-developers] Looking for Java/ J2EE Developer at Woonsocket, RI

2019-11-26 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *








*Job Title: Java/ J2EE DeveloperPrimary Skill: Java DeveloperWork Location
& Reporting Address: Woonsocket, RIContract Duration: 6+ MonthsMinimum
years of experience: 7+Education: BS in Computer Science or Information
SystemsCertifications Needed: NoJob ID: 39679*

*JOB DESCRIPTION:*
Front-end JavaScript developer with experience in one or more client-side
frameworks, as well as a solid understanding of JavaScript fundamentals.
You need to be comfortable with the full software development life-cycle
from design through implementation and testing. You must be able to
communicate effectively with users in order to elicit requirements and
document your findings ranging from full design documents or simple bug
tickets and issues.

*Experience*
A history of delivering structured and maintainable web applications.
Maintaining your front-end skills, keeping current during the recent
explosion in web technologies. Can demonstrate your ability to learn and
adopt unfamiliar frameworks. Familiar with responsive web design and
delivering to mobile platforms (HTML / SASS) with or without supporting
frameworks (bootstrap / flexgrid). Consume and develop simple REST web
services. Use of Git as a code repository. Work in a mixed Windows/Unix
environment.

*Languages / Technical Skills*

   - JavaScript (required) ES6 (bonus)
   - BackboneJS, Marionette, Angular/ React (required), Vue (at least one,
   two or more is great)
   - Git (required)
   - SQL (required)
   - Python (bonus)
   - Underscore
   - jQuery (required)
   - Bootstrap (required)
   - HTML5, CSS/SASS, (required)

*Web Service Architecture Styles*

   - Experience in building REST API using, NodeJS or Java Spring (required)
   - Java Spring or equivalent technology to build necessary backend
   infrastructure. (required)









*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCFuAWjZJP86uv5gm0S9i36ED-47hT9GpTqDd4QZNYccyw%40mail.gmail.com.


[android-developers] Looking for Oracle DBA at Cary, NC

2019-11-22 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *








*Job Title: Oracle DBAPrimary Skill: Oracle DBAWork Location & Reporting
Address: Cary, NCContract Duration: 6+ MonthsMinimum years of experience:
7+Education: BS in Computer Science or Information SystemsCertifications
Needed: NoJob ID: 39651*


*JOB DESCRIPTION:Must Skills:* Oracle 12c, Oracle 11g, DataGuard, Upgrades,
Patches, GoldenGate
*Plus Skills: *Scripting knowledge on Perl & Shell, Supporting large
database environments (100+ databases) and large size databases (2+ TB)

   - Experience as an Oracle DBA in an Engineering role
   - Experience on Oracle Enterprise Manager and its components
   - Automation via Oracle Enterprise Manager
   - Experience with Oracle Installs, patching and certifying oracle patches
   - Experience in setting up standards at a enterprise level
   - Experience in Shell Scripting, Ansible, Chef
   - Minimum 2+ years’ experience in ORACLE DBA hands on experience version
   11g/12c
   - Oracle DataGuard - Physical, logical, Active & Snapshot standby
   - Golden Gate Setup and uni / bi directional replication
   - Oracle 11g and 12c installation & OEM Grid Software installation
   - Applying CPU Patches
   - Database /SQL Performance Tuning
   - Replication technologies like Golden Gate, Oracle Streams
   - Strong performance tuning capabilities on Peoplesoft databases
   - Working knowledge of Database Compression & Partitioning
   - Exposure on DR test & strategies like Failover, Log Shipping,
   Replication, HACMP, BCV, SRDF, Flashback
   - Database cross platform upgrades from 11g to 12c
   - RMAN Database backups and recovery









*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCF1UHdfUEc2CsavdvUSNPNBL3ZjAi4rrAYoqbCh4ZTDLQ%40mail.gmail.com.


[android-developers] Looking for SQL DBA Consultant at Richmond, Virginia

2019-11-21 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process.* Please
forward your resumes to *suren...@softhq.com *








*Job Title: SQL DBA ConsultantPrimary Skill: Database Administration in SQL
ServerWork Location & Reporting Address: Richmond, VirginiaContract
Duration: 6+ MonthsMinimum years of experience: 7+Education: BS in Computer
Science or Information SystemsCertifications Needed: NoJob ID: 39648*

*JOB DESCRIPTION:*

   - Strong experience in Database Administration in SQL Server
   - Experience in troubleshooting and resolving database integrity issues,
   performance issues, blocking and deadlocking issues, replication issues,
   log shipping issues, connectivity issues, security issues etc.
   - Experience in Performance Tuning, Query Optimization, using
   Performance Monitor, SQL Profiler and other related monitoring and
   troubleshooting tools.
   - Ability to detect and troubleshoot SQL Server related CPU,memory,I/O,
   disk space and other resource contention.
   - Strong knowledge of backups, restores, recovery models, database
   shrink operations, DBCC commands, Clustering, Database mirroring,
   Replication.
   - Expert experience in implementing operational automation.
   - Strong knowledge of how indexes, index management, integrity checks,
   configuration, patching. How statistics work, how indexes are stored, how
   they can be created and managed effectively.
   - Knowledge of SQL Server tools ( Profiler, DTA, SSMS, SAC, SSCM,
   PerfMon, DMVs, system sprocs)
   - SQL Development – ability to write and troubleshoot SQL Code and
   design ( stored procs, functions, tables, views, triggers, indexes,
   constraints )
   - Solid acquaintance with windows server, security delegation, SPNs,
   storage components.
   - Documentation skills for processes and procedures ( creating KBs,
   runbooks, topology etc )
   - SQL Database Operational support to tech users









*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCGVUFH1d4fgA23czqGV%2BafrfJGCQ8eYogBRjPEOCa%3DfTg%40mail.gmail.com.


[android-developers] Looking for DevOps Architect at Durham, NC

2019-11-21 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *









*Job Title: DevOps ArchitectPrimary Skill: DevOps ArchitectWork Location &
Reporting Address: Durham, NCContract Duration: 6+ MonthsMinimum years of
experience: 7+Education: BS in Computer Science or Information
SystemsCertifications Needed: NoVisa Type: We accept only (H1B, GC &
USC)Job ID: 35335*

*JOB DESCRIPTION:*
Experienced DevOps Architect to perform development and operations on our
Cloud applications. We want someone who is passionate about using
automating and enforcing best practices consistently across multiple cloud
platforms. This individual must truly understand infrastructure as code,
and have extensive experience with tooling, enabling pipelines, and
integrating teams to break down silos. This individual will be extensively
hands on, but also have the ability to create architecture documents in
standard Microsoft software products for presentations.

*Required Experience:*

   - Pipeline build as well as usage experience.
   - Experience with at least two orchestrators (Jenkins, Hudson, Team
   City.)
   - Extensive experience with Configuration Management systems as well as
   extensive experience in cloud automation (Chef, Puppet, Ansible)
   - Strong experience with Terraform for Infrastructure automation
   - Experience with Source Control at a level higher than just a user (Git
   branching and merging.)
   - Ability to articulate the differences between waterfall and agile
   methodologies.
   - Experience with architecting complex cloud solutions extending
   monitoring, logging, security governance models across on-prem and public
   cloud environments
   - AWS and AWS related DevOps (on VPC, Security Group, VPN, ELB, NAT,
   Monitoring tools etc.), as well as Azure related DevOps (VNet, Azure
   Functions, etc)
   - Collaboration & Communications.
   - Demonstrated design leadership.
   - Effective verbal and written communicator.
   - Strong collaboration and listening skills.
   - Patient, calm, and respectful work demeanor

*Other Experience:*

   - A strong data-driven/fact-based decision maker.
   - Comfortable interacting with developers or C-Level executives.
   - Has the ability to break solutions down to the weeds, or bring them
   high level for non-technical stakeholders.
   - Prefers working in fast-paced environment.
   - Can context switch between non-technical work and coding efficiently.
   - Experience working with remote engineering teams.
   - Experience working with remote engineering teams.









*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCHG2nfO_%3Dd2vvrWeZa4L7KTFa4U-L4dahkOEXvnDmeT0g%40mail.gmail.com.


[android-developers] Looking for Citrix Admin at Dearborn, Detroit, MI

2019-11-20 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *









*Job Title: Citrix AdminPrimary Skill: Citrix AdministratorWork Location &
Reporting Address: Dearborn, Detroit, MIContract Duration: 6+ MonthsMinimum
years of experience: 7+Education: BS in Computer Science or Information
SystemsCertifications Needed: NoVisa Type: We accept only (H1B, GC &
USC)Job ID: 36161*

*JOB DESCRIPTION:*

A: Functional Title: Citrix Administrator
B: Must Skills:

1) 5+ years of hands-on experience, managing below technologies.
i. Citrix XenApp and XenDesktop 7.15 LTSR
ii. Provisioning Services
iii. MCS
iv. Systrack
v. XenMobile
vi. Workplace Management (RES)
vii. Storefront

2) Handling day-to-day Citrix environment administration activities like:
i. Daily Server Health Check
ii. Generating Farm reports
iii. Sizing and Capacity Estimation
iv. Access Provisioning and Deprovisioning
v. Creating image update on all the Live and Test servers and maintaining
the vDisk in PVS and MCS.
vi. Monitoring of Citrix environment, Troubleshooting issues
vii. Managing Citrix Infra application upgrades & deployments
viii. Configuration of Citrix server policies and Load management in the
Farm
ix. Printer/Device Redirection issues
x. Strong knowledge of Microsoft based systems with emphasis on Windows
7/10, Windows Server 2012/2016 and Office 2013/2016/365/2019

3) Hands-on experience on VDI management tools like:
i. Director
ii. Studio
iii. VMware vCenter Admin Console
iv. AD
v. Citrix and Microsoft Group Policies
vi. RES
vii. SysTrack
viii. Wyse Admin Console
ix. Windows Server Management
x. Realize Operations Manager

4) Hands-on experience in managing VDI infrastructure
5) Good knowledge ITIL processes; especially Incident Management & Change
Management
6) Knowledge in ITIL process and IT service management, tools like
ServiceNow
7) Good understanding of IT infrastructure concepts and components such as
Servers, Network devices, App & Web Services Cloud components and
associated interconnections

Industry expertise:
1) Citrix/NetScaler
2) VDI
3) RES
4) SysTrack
5) vCenter Server Basic Operations
6) AD/Group Policies
7) Microsoft Windows Server Management

C: Plus Skills: -
E: Industry expertise: Citrix/Netscalar, VDI,RES,Systrack, Windows
server/vmware
F: Detailed job responsibilities:
a. Monitor Citrix servers and timely resolve the tool generated Auto alerts
and user incident tickets
b. Execute the Change tasks for the Citrix configuration changes and
upgrade configuration changes in multiple environment( Int, QA, DR and
Production)
c. Update incident and change ticket information in servicenow ticket
management tool
d. Coordinate with multiple teams for resolving incident and executing
change tickets
e. Suggest improvement in Citrix VDI infrastructure









*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCGXYdbEt%3DNJfZf%3D-QyB2czewhASG_dWV2Qf3WzCN2CoJA%40mail.gmail.com.


[android-developers] Looking for Oracle SCM Techno functional Consultant at Cleveland, OH

2019-11-20 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process.* Please
forward your resumes to *suren...@softhq.com *









*Job Title: Oracle SCM Techno functional ConsultantPrimary Skill: Oracle
SCM Technofunctional ConsultantWork Location & Reporting Address:
Cleveland, OHContract Duration: 6+ MonthsMinimum years of experience:
7+Education: BS in Computer Science or Information SystemsCertifications
Needed: NoVisa Type: We accept only (H1B, GC & USC)Job ID: 39028*


*JOB DESCRIPTION:Must have skills :*
1) Excellent knowledge in SCM modules like OM, Inventory, Purchasing
2) Good knowledge in SQL, PL/SQL programming
3) Experience on end to end implementation of at least 2 to 3 projects
4) 5 to 7 years of work experience
5) Ability to be able to work in a complex environment with multiple
stakeholders, multiple teams both onshore as well as offshore
6) Good analytical and trouble shooting skills
7) Excellent written and verbal communication skill

*Good to have:*
1) Knowledge in Unix Scripting
2) Consultant must have working experience in Aviation Centerpiece ERP and
also should have an understanding of GE Aviation Military landscape
3) Exposure to Oracle Forms 6i, 10g, 12c
4) Exposure to Oracle ERP Finance modules ( AR, AP, GL)
5) Experience in Aviation Domain ( preferably defence)

*Some screening questions:*
1) Inventory Organization concepts
2) Types of Sales and Purchase Orders
3) Explain Order To Cash Flow and Procure to Pay Flow
4) Oracle Tables where Purchase Order and Sales Order details are stored
5) Different Purchase Order and Sales Order status.









*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCE59%2BnLt6h%2B%3DYVewyPC1LP0UTBx%3DOLp5mZ%2BO1o6Bf56pA%40mail.gmail.com.


[android-developers] Looking for SAP FICO Lead at Chicago, IL

2019-11-19 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *









*Job Title: SAP FICO LeadPrimary Skill: SAP FICO LeadWork Location &
Reporting Address: Chicago, ILContract Duration: 6+ MonthsMinimum years of
experience: 7+Education: BS in Computer Science or Information
SystemsCertifications Needed: NoVisa Type: We accept only (H1B, GC &
USC)Job ID: 37252*

*JOB DESCRIPTION:*

   - 8+ relevant experience with SAP FICO Lead (GL/AP/AR/FA/ Tax) -
   Experience on SAP S/4 HANA implementations/conversion
   - In-depth knowledge of general accounting and SAP General Ledger GL,
   AP, AR, and FA module. Baseline knowledge of Tax (indirect and direct)
   - Strong knowledge and working experience with SAP new GL module,
   (experience with S/4 Hana preferred)
   - Experience in designing and defining the organizational structure and
   chart of accounts structure within SAP by transforming business
   requirements into system specifications to meet current and future
   requirements
   - Experience with conducting blueprint workshops for SAP GL, AP AR,
   general CO, FA and Tax business processes. Knowledgeable IFRS/GAAP
   accounting
   - Experience with bank integrations for outbound payments, EBS, etc.
   (PMW, Credit Card experience a bonus)
   - Solid understanding and experience of integrating SAP GL module with
   at least two other SAP modules like MM, SD, PM and FICO sub-modules
   - 4-8 Full lifecycle implementation experience. Team lead for
   FI-sub-module on at least 3-6 implementations. Experience managing offshore
   /onshore teams and deliverables.
   - Develop training document and executing end user training. Create
   business process diagrams including business process procedures as necessary
   - Help document and coordinate go-live activities, perform post go-live
   support and transition project(s) to long term support
   - Maintain a high level of functional competency regarding standard
   configuration and SAP functionality by staying aware of new trends & future
   enhancements









*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCGtvAi2_y8panwe7sFQ5dTX8AQgct8q2pYr0gmWWYU2jQ%40mail.gmail.com.


[android-developers] Looking for RPA Developer at San Francisco, CA

2019-11-18 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *









*Job Title: RPA DeveloperPrimary Skill: RPA DeveloperWork Location &
Reporting Address: San Francisco, CAContract Duration: 6+ MonthsMinimum
years of experience: 7+Education: BS in Computer Science or Information
SystemsCertifications Needed: NoVisa Type: We accept only (H1B, GC &
USC)Job ID: 39473*

JOB DESCRIPTION:
Roles and responsibilities:
Robotic Process Automation Developer delivers automation projects for
Capgemini clients. Ensures the delivery of a high-quality solutions meeting
client’s expectations. Develops integrates and tests of Robotic Process
Automation solutions

*Qualifications and Skills:*

   - Strong experience in UiPath. Should have developed and delivered
   automations to the client.
   - Business Process Analysis
   - Strong communication skills, both verbal and written
   - Ability to build and maintain good client relationship
   - Problem solving approach, attention to details, proactive attitude
   - Excellent self-organization skills and ability to work autonomously
   based on specification
   - Experienced in client facing roles: trainings, demonstration, workshops
   - Knowledge sharing abilities
   - Advanced English
   - Expertise on business technology & automation
   - Experience with SQL, ELK stack, VDI
   - Basic understanding of IT architecture and infrastructure
   - Familiarity with ERP systems
   - SCRUM methodology awareness

*Education: Graduate / Masters*

   - Min 2 - 5 Years of relevant experience.
   - Experience: Overall – 5 – 8
   - Certifications UiPath Developer









*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCHDhrcwuPNYG0%2BzwNEt1n0vpARoNz7gzegaK3sYhCyzUw%40mail.gmail.com.


[android-developers] Looking for Technical Project Manager, Office 365 at Manhattan, NY

2019-11-15 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *









*Job Title: Technical Project Manager, Office 365Primary Skill: Technical
Project Manager, Office 365Work Location & Reporting Address: Manhattan,
NYContract Duration: 6+ MonthsMinimum years of experience: 7+Education: BS
in Computer Science or Information SystemsCertifications Needed: NoVisa
Type: We accept only (H1B, GC & USC)Job ID: 37397*


*JOB DESCRIPTION:Detailed job responsibilities:*

   - Manages all financial aspects of the product including annual
   budgeting, invoice checking and signoff, analyze the financial impact of
   service and support model changes, manage risks and opportunities.
   - Work with Technical resources to establish and manage and define batch
   schedules of migration activities for Exchange, SharePoint and OneDrive
   - Partners with the Deployment team to prepare business change material,
   communications and product industrialization.
   - Directs reporting of product utilization and continuously drives for
   improved adoption and user experience of the product.
   - Directs and oversees monthly service review meetings with stakeholders
   to manage the investment budget and scope management of projects.
   - Oversees the team’s activities to meet deliverable dates for next
   generation services in accordance with best practices in the industry.


*Must Skills:*

   - Experience with Office 365 implementations,
   - Experience in Migrations to SharePoint Online and OneDrive for Business
   - Experience in Organizational Change Management / Adoption Change
   Management with respect to Office 365 implementations
   - Must have experience with Project Management Tools like MS Projects
   - Experience in working with stakeholders located across different time
   zones and geographies

*Plus Skills*

   - Prince-II, PMI certifications preferred;
   - Experience in Managing Tenant to Tenant Migrations

*Other soft skills/aptitude*

   - Excellent analytical skills and aptitude to understand key technical
   concepts,
   - Strong Leadership skills; planning and organizational skills;
   - Good interpersonal skills, including teamwork, facilitation and
   negotiation, must be able to motivate the team members in challenging
   environment;
   - Must be able to demonstrate a level maturity while under constant
   pressure from the business and technology community.









*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCGLzaOu6B-vz2sQcDrji1jse2FrRJYv7eASNO8XECXhrQ%40mail.gmail.com.


[android-developers] Looking for Infrastructure Network Engineer at Atlanta, GA – Local Resources Only

2019-11-14 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *









*Job Title: Infrastructure Network EngineerPrimary Skill: Infrastructure
Network EngineerWork Location & Reporting Address: Atlanta, GA – Local
Resources OnlyContract Duration: 6+ MonthsMinimum years of experience:
7+Education: BS in Computer Science or Information SystemsCertifications
Needed: NoVisa Type: We accept only (H1B, GC & USC)Job ID: 39445*


*JOB DESCRIPTION:Must Skills*

   - 6+ years of experience on network engineering
   - Provide network engineering IT and cloud infrastructure design.
   Coordinate with internal staff and vendors to design, develop network and
   data center infrastructure to meet standards for performance, continuity,
   capacity, availability, and security including WANs, LANs, and data
   connectivity.


*Plus Skills*

   - Someone from client facing sales engineer background or corporate
   support involved with decision related to infrastructure design.
   - Strong presentation skills

*Detailed job responsibilities*

   - Collect requirements, Analyze, Design, Implement, Document, Test,
   Monitor, and Maintain data and communications network infrastructure
   including:
   - Cisco Nexus switches, Cisco UCS servers, Dell Rackmount servers and
   blade chassis
   - Cisco / Juniper Data Switches, Routers, and Firewalls including
   IDS/IPS/DLP systems
   - Data and Voice circuits
   - Integration and design of cloud infrastructure solutions
   - Network Security and Data protection.
   - IPMI and DNS tools experience preferred
   - Design, drive and orchestrate technical implementation of platforms
   supporting complex corporate data and voice infrastructure Engagement in a
   project from initial concept through solution delivery
   - Coordinate with internal teams and stakeholders for defining Standard
   Reference Architectures for frequent deployments to minimize cost.
   - Complete the process of infrastructure design, including systems
   analysis, security, network, and systems configuration
   - Discovery and documentation of as-built end-to-end service mappings,
   gap analysis for reliability and availability, development of templates and
   standard reference architectures, procurement of Infrastructure components,
   and support for build submissions
   - Assess networking and technology, analyze system performance analysis,
   plan system integration, develop specifications, and test and evaluate
   solutions.
   - Reviews and develops plans for network technology and monitors
   performance to ensure operating effectiveness in delivering information
   with budgetary constraints.
   - Assist in the planning and development of new technology to improve
   performance and productivity, reduce IT costs and improve profitability.
   - Develops solutions aligns with information security standard and
   procedures for networks, connectivity, systems, applications, and
   third-party systems and vendors
   - Design systems operated across multiple data centers on 365x7x24 basis
   - Monitor system capacity and performance, performs preventative
   maintenance, and develop plans for long-term and short-term networking
   infrastructure needs.
   - Solve complex problem situations and participate in the identification
   of opportunities for improvement to processes, procedures, or tools.
   - Develop and document best practices and procedures for installing and
   maintaining systems
   - Coordinate and execute of tasks within configuration management,
   change management, performance assessment, engineering analysis and system
   integrations

*Other soft skills/aptitude*

   - Proven track record of advising senior IT and business leaders
   - Demonstrated ability to work with distributed cross-functional teams
   - Comfortable navigation of ambiguity and adversity
   - User-centered strategic mentality
   - Research, analysis, and collaborative decision-making skills
   - Ability to break a problem into solution requirements and design a
   solution that meets those requirements
   - Strong presentation and documentation skills
   - Business case development and organizational leadership experience









*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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...@g

[android-developers] Looking for Middleware Development & Support Consultant at Jersey City, NJ

2019-11-14 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *








*Job Title: Middleware Development & Support ConsultantPrimary Skill:
Middleware Development & Support ConsultantWork Location & Reporting
Address: Jersey City, NJContract Duration: 6+ MonthsMinimum years of
experience: 7+Education: BS in Computer Science or Information
SystemsCertifications Needed: NoJob ID: 39015*


*JOB DESCRIPTION:Must Skills –*

   - Strong experience with automation/configuration management using Puppet
   - Good knowledge with Puppet, Puppet’s declarative language to specify
   system configuration in Puppet manifests, complex resource dependencies,
   compilation into catalogs for distribution to target systems/servers, and
   split Puppet Master architecture.
   - Proven configuration management skills and mindset
   - Experience maintaining large clusters using configuration tools such
   as : Puppet/Chef - Strong practical Linux and Windows-based systems
   administration skills in a cloud or virtualized environment.
   - Prior experience of operating highly available and scalable
   infrastructure solutions
   - Work with development teams to identify and implement automation in
   appropriate areas
   - Deep, working knowledge of web, database and OS server configuration
   (Linux, Apache, and MySQL preferred platforms). •
   - Strong debugging/troubleshooting skills. •
   - Excellent verbal & written communication skills.
   - Understanding of Agile systems development techniques like SCRUM,
   Extreme Programming, TDD and how to utilize Continuous Integration
   (CI)/Continuous Deployment (CD) and DevOps
   - 5+ years of work experience in the job as Middleware Production
   Support Developer and System Admin
   - Performs software installations and upgrades, administration,
   operational support and problem resolution for systems based on various
   middleware technologies.
   - Primary Responsibilities • Analyzes, logs, tracks and resolves complex
   software/hardware matters pertaining to middleware infrastructure
   applications to meet business needs. • Performs maintenance and upgrades of
   existing middleware systems in accordance with organizational standards to
   maintain operational stability of the system. Investigate and resolve
   matters of significance. • Ensures stable performance for middleware
   infrastructure components, undertakes performance. monitoring/analysis,
   identifies and resolves bottlenecks.
   - Experience of the following products: IBM WebSphere Application
   Process Server 7.0, IBM Websphere MQ 7.0, Liberty, Portal, NodeJs, Nginx,
   Apache, MQ, Java Development.


*Required:*

   - Middleware – WebSphere, Liberty, Portal, NodeJs, Nginx, Apache, MQ
   - Puppet Coding/ Java










*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCFDuzEFbmmyH%2Bnm9zWisV%2B3M8tYJp6WYFbasDYPP-zyBQ%40mail.gmail.com.


[android-developers] Looking for Mainframe Developer at NYC, New York

2019-11-13 Thread Surendra T
Dear Partner,

Here is our Direct client requirement which can be filled immediately.
Kindly respond to this requirement with *your consultant resume, contact
and current location* info to *speed up the interview process*. Please
forward your resumes to *suren...@softhq.com *








*Job Title: Mainframe DeveloperPrimary Skill: Mainframe DeveloperWork
Location & Reporting Address: NYC, New YorkContract Duration: 6+
MonthsMinimum years of experience: 7+Education: BS in Computer Science or
Information SystemsCertifications Needed: NoJob ID: 37971*

*JOB DESCRIPTION:*
Analytics and Data team at Morgan Stanley Wealth Management(MSWM) is
responsible for delivering the data strategy, enterprise reporting, and big
data capabilities to its business partners. The team is looking primarily
for a resource with Mainframe (Cobol, JCL, DB2, VSAM) skills to help
advance its goals to build a world class data-driven enterprise.


*Roles and Responsibilities:The person will be primarily responsible for:*

   - Creating and maintaining data streams and processes within the IBM
   mainframe platform
   - Profile and analyze various data sources
   - Design and implement data ingestion strategy
   - Design, develop, code, test and debug complex new code packages or
   make significant enhancements to existing code/packages.
   - Interact with business users to understand and document the
   requirements.
   - Experience with SQL and data warehousing.

*Required Skills:*

   - Experience with Mainframe (Cobol, JCL, DB2, VSAM)
   - Experience on scheduling tools like Tivoli or Autosys
   - Demonstrated experience with relational databases like
   Teradata/DB2/Oracle
   - Good knowledge of database structures, theories, principles and
   practices.
   - Knowledge & project exposure to the Hadoop ecosystem
   - Knowledge & project exposure to ETL tools like Informatica
   - Knowledge of one or more of the following languages: Java, Python,
   Scala
   - Good understanding and exposure to Hadoop and Big data technologies










*Thanks,Surendra TummalacherlaSoftHQ IncConsulting – Development – Staffing
Phone: 858-658-9200 Ext 618Direct: 858-295-4387 | Fax: 858-225-6834 |
E-mail: suren...@softhq.com  G-Talk:
surendra.usitrecrui...@gmail.com
Linkedin:
https://www.linkedin.com/in/surendra-t-990a77a5
<https://www.linkedin.com/in/surendra-t-990a77a5>*

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCFNnShTLQmrE6tR41cM7PhJTCenk8XchMxGwRLD2egVkA%40mail.gmail.com.


[android-developers] Looking for Senior Android Developer at Charlotte, NC

2019-11-13 Thread Surendra T
*Job Title: Senior Android Developer Primary Skill: Mobile Android Senior
Work Location & Reporting Address: Charlotte, NC Contract Duration: 6+
Months Minimum years of experience: 5+ Education: BS in Computer Science or
Information Systems Certifications Needed: No Visa Type: We accept only
(H1B, GC & USC) Job ID: 38880 JOB DESCRIPTION*

   - 7+ years of Android app development
   - Strong understanding of Android UI design components
   - Experience with Kotlin
   - Experience with REST APIs
   - Experience with designing and implementing architecture patterns like
   MVP, MVVM
   - Exposure to build tools and Jenkins
   - Bachelor’s degree in CS or related technical field



*Thanks,*

*Surendra Tummalacherla*

*SoftHQ Inc*

*Consulting – Development – Staffing *

*Phone: 858-658-9200 X 618*

*Direct: 858-295-4387* *| Fax: 858-225-6834 | *

*E-mail: **suren...@softhq.com* 

*G-Talk: **surendra.usitrecrui...@gmail.com*


*Linkedin: **https://www.linkedin.com/in/surendra-t-990a77a5*
<https://www.linkedin.com/in/surendra-t-990a77a5>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAT2vCG4fjCCLa0uNx1w7TnJWDGaVgwWecLh%2BdjOoVdvB652tQ%40mail.gmail.com.


[android-developers] most efficient practice for RecyclerViews items

2019-10-12 Thread Mohamad T Ahmad


Hey, first time posting here in a while, feel free to correct me if I'm 
doing something wrong.

I'll jump right into the subject, let's say we have two types of data we 
can possibly display inside RecyclerViews, for example, image and text, 
some items have text some have images and others might have both.


would it be better to create three layouts, one with an image view to 
display images, and another layout with a text view to display the text and 
a third layout for data that has images and text, then choose the layout 
based on the data that I have? or would it be better to just make one 
layout with both the image view and the text view, set the visibility of 
whichever view that I want to use to visible and set the other view's 
visibility to gone.


I prefer the hiding method as it is easier to implement but is it 
efficient? if we have 100 items with only text that means we will have a 
100 image view that we're not using.


this is a simple example, please take into count that there might be more 
than one view in the item which not being used and is just hidden. 

thank you 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3310a30f-9def-4a5b-a764-a68c4231c5bb%40googlegroups.com.


Re: [android-developers] Need Datastage Developer at Milwaukee, WI.

2019-08-15 Thread t tina
remove

On Thu, Aug 15, 2019 at 7:28 PM Ravi Teja  wrote:

> Job Title :Datastage Developer
>
> Contract Duration : 6+ Months
>
> Zip Code :53201
>
> City :Milwaukee
>
> State :WI
>
>
>
> *Required Skills :*
>
> DataStage Architect
>
>
>
> *Job Description :*
>
> We have a urgent need for a very hands on Architect/Developer with IBM
> Datastage experience.  They would need to be onsite in Milwaukee, WI
> through Feb and maybe ability to extend longer.
>
> Customer recently did a role out and believe that data mapping is not
> correctly done and needs to be re-done.
>
> They will expect a person to hit the ground running quickly w/out any
> training on Datastage.
>
>  We realize this is a niche need to quickly respond back to the customer
> in the next day or two if we can present candidates that can help.
>
>  This came out of a peer organization that is now under Mahesh but they
> only focus on SAP but have a long relationship w/the customer.
>
> --
>
> *Ian Elijah*
>
> *Sr. IT Recriter *
>
> *Waynsys Inc*
>
> *(MWBE Certified)*
>
> *Direct:  732-733-4463*
>
> *www.waynsys.com* <http://www.waynsys.com/> *(eVerified) *
>
> Disclaimer:
>
> We respect your online privacy. If you would like to be removed from our
> mailing list please reply with "Remove" in the subject and we will comply
> immediately. We apologize for any inconvenience caused. Please let us know
> if you have more than one domain. The material in this e-mail is intended
> only for the use of the individual to whom it is addressed and may contain
> information that is confidential, privileged, and exempt from disclosure
> under applicable law. If you are not the intended recipient, be advised
> that the unauthorized use, disclosure, copying, distribution, or the taking
> of any action in reliance on this information is strictly prohibited. We
> are an equal opportunity employer with a diverse workforce.
>
> Note: Any resume submitted by Waynsys Inc is presented with the
> understanding that the candidate is being considered for your direct
> end-client (end-client is the company where the work will be performed). If
> there is any other company involved between the end-client and your
> company, please do not submit this resume without our written approval. If
> you submit the resume to another third party, Waynsys Inc reserves the
> right to work with the third party directly.
>
>
>
>
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CAMjVX06P-FnEoD0GajKYvERZwkuW2efrD-3wZc7iOn0tX6VdWQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/android-developers/CAMjVX06P-FnEoD0GajKYvERZwkuW2efrD-3wZc7iOn0tX6VdWQ%40mail.gmail.com?utm_medium=email_source=footer>
> .
>


-- 



Thanks and Regards,

Tina
Bongo Sys Inc
Phone:315-698-4225(Direct)
t...@bongosys.com
ttina9...@gmail.com
35-46, 74th Street, Suite # 406
Jackson Heights, NY 11372

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAD8rvEWm6YuRMTfXev25DOr1udEjTGHEvJx5HYrUV53-VkWnpQ%40mail.gmail.com.


[android-developers] how to transfer mysql database phone to another device?

2017-02-28 Thread prakash t
  How to transfer the sqlite database my phone to computer and how to get 
the database computer to my phone

-- 
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/e7ec60e9-f0ea-4c7f-a4b0-2d16c989f043%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Could you help me out?

2017-02-07 Thread T Thomas


Hi ,

I am Thomas work with App Innovation Technologies. We are an IT Company and 
we provide IT Services in Website Development, Mobile Application and 
Software Development. We have a team of 30 resources and we offer good 
quality work at a reasonable cost.

*Our Work:*

We have Expertise with Microsoft SharePoint, with the latest .NET Framework 
3.5, 4.0 and 4.5 and sound knowledge in developing WPF based window and web 
applications. We use PHP, Word-Press and other open source technologies for 
website development and on mobile we work on iOS, Android and Windows 
applications. 

*Find us: *www.aitechindia.com/our-work 

If you have any project, Please let me know.

 

With Regards,

Thomas | (+1) 224.636.9884

App Innovation Techonologies 

-- 
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/437b563e-ae73-4fa2-b86b-ef8ba94106c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Face recognition using Android Mobile Vision

2016-12-01 Thread T Thomas
Hi, 
We have a team here, IF you want we can help you on that part in that 
Application


On Tuesday, November 29, 2016 at 12:59:55 AM UTC+5:30, Anmol Gupta wrote:
>
> I am trying to make an app which takes in 2 or more images and detects 
> whether if there is same person in all those images or not. 
> I don't want to use open CV for this as that increases the size of the 
> apk. 
> Also I am unable to get support from elsewhere. If you know how should i 
> proceed, kindly reply on this thread.
> 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/ce326ae8-43f5-4fc8-9cbf-0ee502c14d04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Consultant Available for Projects - iOS Dev / SAS Dev / VMware Admin / Network Engineer / Sr JAVA Dev / AWS Documentum / SD OTC / ABAP / TeamSite / Infrastructure PM

2016-11-17 Thread T Thomas


Hi Pankaj,

 

Hope this email finds you well! We are App Innovation Technologies 
 expertise in Microsoft SharePoint, with the 
latest .NET Framework 3.5, 4.0 and 4.5 and sound knowledge in developing 
WPF based window and web applications. We use PHP, Word-Press and other 
open source technologies for website development and on mobile we work on 
iOS, Android and Windows applications. 

 

 Our lab is equipped with dedicated TFS 2012, MS SQL server 2012, MS 
SharePoint 2010 Enterprise servers in the base of Windows Server 2012 and 
Windows Server 2012 R2. We offer good quality work on a reasonable cost.

 

If you have any project, Please let me know.

 

Our work:

1. ASP.Net / .Net 

2. Website 

3. iOS Application 

 

Thanks & Regards,

Thomas Russell

+1-224-636-9884 
App Innovation Technologies 



On Thursday, August 18, 2016 at 8:30:12 PM UTC+5:30, Pankaj Pandey wrote:
>
> Hello,
>
> Please find below list of consultants available for new project. Please do 
> share your requirements if you have any with the matching skill sets below
>
> I can be reached at # *973 273 4401*
>
>
> *Candidate Name*
>
> *Skills*
>
> *Current Location*
>
> *Years of Exp*
>
>  
>
>  
>
>  
>
>  
>
> Abhishek
>
> Sr. Java Developer
>
> OR
>
> 10+ years
>
> Vinod
>
> Java AWS Documentum
>
> MD 
>
> 12+ years
>
> Vikas
>
> Teamsite Consultant
>
> MA
>
> 9 years
>
> Siva
>
> SAP SD OTC
>
> CA
>
> 12 years
>
> Phani
>
> SAP ABAP
>
> OR
>
> 10 years
>
> Bala
>
> Ios developer
>
> TX
>
> 9 years
>
> Kishore
>
> SAS Developer
>
> NJ
>
> 10 years
>
> Selva
>
> Network Engineer
>
> CA 
>
> 15 years
>
> Praveen
>
> VMware Admin
>
> CA
>
> 8 years
>
> Simha
>
> IT Infrastructure
>
> IL
>
> 18 years
>
>  
>
>  
>
>  
>
>  
>
>
> Thanks
> Pankaj Pandey
>

-- 
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/bd638721-1497-4748-a839-d1f031afb314%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOTLIST

2016-10-13 Thread Kumar T
HI

GREETINGS OF THE DAY

Your hot and valuable C2C requirements are welcome for the following
candidates.

Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

5

KARTIK

INFORMATICA

Peoria, IL

YES

6

RAJA

TABLEAU

CHICAGO,IL

YES

7

KRUNAL

INFORMATICA

Cary, NC

Yes

8

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

9

KIRAN

COGNOS

NEW YORK

YES

10

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

11

RITESH

.NET

NC

YES

12

SHILPA

HADOOP

Sunnyvale, CA

YES

13

POOJA

COGNOS

Dallas , Tx

Yes

14

SWETHA

.NET

Minnesota

YES

15

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

16

SURAJ

ORACLE DBA

CA

YES

17

SANKIRTH

.NET

Waukegan,IL

YES

18

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

19

RAO

.NET

Hoboken, NJ

YES

20

NIKITHA

SERVICE NOW

Maryland

YES

21

BHASU

BA

NY

YES

22

MAYURI

QA

Chicago,IL

EAST COAST

23

SHREEJANA

JAVA

DALLAS TX

YES

24

KALPANA

COGNOS

Dallas,Texas

YES

25

RAMYA

.NET

Chest brook, PA

YES

26

AKHILA

SALESFORCE

NJ

YES

27

SAI VYAS

.NET

Neenah, WI

YES

28

VIJAY RAHUL

COGNOS

NY

YES

29

SUCHINDRA

HADOOP

NY

YES

30

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


[android-developers] HOTLIST

2016-10-12 Thread Kumar T
HI

GREETINGS OF THE DAY

Your hot and valuable C2C requirements are welcome for the following
candidates.

Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

5

KARTIK

INFORMATICA

Peoria, IL

YES

6

RAJA

TABLEAU

CHICAGO,IL

YES

7

KRUNAL

INFORMATICA

Cary, NC

Yes

8

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

9

KIRAN

COGNOS

NEW YORK

YES

10

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

11

RITESH

.NET

NC

YES

12

SHILPA

HADOOP

Sunnyvale, CA

YES

13

POOJA

COGNOS

Dallas , Tx

Yes

14

SWETHA

.NET

Minnesota

YES

15

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

16

SURAJ

ORACLE DBA

CA

YES

17

SANKIRTH

.NET

Waukegan,IL

YES

18

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

19

RAO

.NET

Hoboken, NJ

YES

20

NIKITHA

SERVICE NOW

Maryland

YES

21

BHASU

BA

NY

YES

22

MAYURI

QA

Chicago,IL

EAST COAST

23

SHREEJANA

JAVA

DALLAS TX

YES

24

KALPANA

COGNOS

Dallas,Texas

YES

25

RAMYA

.NET

Chest brook, PA

YES

26

AKHILA

SALESFORCE

NJ

YES

27

SAI VYAS

.NET

Neenah, WI

YES

28

VIJAY RAHUL

COGNOS

NY

YES

29

SUCHINDRA

HADOOP

NY

YES

30

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


[android-developers] HOTLIST

2016-10-11 Thread Kumar T
HI

GREETINGS OF THE DAY

Your hot and valuable C2C requirements are welcome for the following
candidates.

Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

5

KARTIK

INFORMATICA

Peoria, IL

YES

6

RAJA

TABLEAU

CHICAGO,IL

YES

7

KRUNAL

INFORMATICA

Cary, NC

Yes

8

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

9

KIRAN

COGNOS

NEW YORK

YES

10

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

11

RITESH

.NET

NC

YES

12

SHILPA

HADOOP

Sunnyvale, CA

YES

13

POOJA

COGNOS

Dallas , Tx

Yes

14

SWETHA

.NET

Minnesota

YES

15

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

16

SURAJ

ORACLE DBA

CA

YES

17

SANKIRTH

.NET

Waukegan,IL

YES

18

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

19

RAO

.NET

Hoboken, NJ

YES

20

NIKITHA

SERVICE NOW

Maryland

YES

21

BHASU

BA

NY

YES

22

MAYURI

QA

Chicago,IL

EAST COAST

23

SHREEJANA

JAVA

DALLAS TX

YES

24

KALPANA

COGNOS

Dallas,Texas

YES

25

RAMYA

.NET

Chest brook, PA

YES

26

AKHILA

SALESFORCE

NJ

YES

27

SAI VYAS

.NET

Neenah, WI

YES

28

VIJAY RAHUL

COGNOS

NY

YES

29

SUCHINDRA

HADOOP

NY

YES

30

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


[android-developers] HOTLIST

2016-10-07 Thread Kumar T
HI

GREETINGS OF THE DAY

Your hot and valuable C2C requirements are welcome for the following
candidates.

Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

5

KARTIK

INFORMATICA

Peoria, IL

YES

6

RAJA

TABLEAU

CHICAGO,IL

YES

7

KRUNAL

INFORMATICA

Cary, NC

Yes

8

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

9

KIRAN

COGNOS

NEW YORK

YES

10

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

11

RITESH

.NET

NC

YES

12

SHILPA

HADOOP

Sunnyvale, CA

YES

13

POOJA

COGNOS

Dallas , Tx

Yes

14

SWETHA

.NET

Minnesota

YES

15

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

16

SURAJ

ORACLE DBA

CA

YES

17

SANKIRTH

.NET

Waukegan,IL

YES

18

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

19

RAO

.NET

Hoboken, NJ

YES

20

NIKITHA

SERVICE NOW

Maryland

YES

21

BHASU

BA

NY

YES

22

MAYURI

QA

Chicago,IL

EAST COAST

23

SHREEJANA

JAVA

DALLAS TX

YES

24

KALPANA

COGNOS

Dallas,Texas

YES

25

RAMYA

.NET

Chest brook, PA

YES

26

AKHILA

SALESFORCE

NJ

YES

27

SAI VYAS

.NET

Neenah, WI

YES

28

VIJAY RAHUL

COGNOS

NY

YES

29

SUCHINDRA

HADOOP

NY

YES

30

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


[android-developers] HOTLIST

2016-10-06 Thread Kumar T
HI

GREETINGS OF THE DAY

Your hot and valuable C2C requirements are welcome for the following
candidates.

Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

5

KARTIK

INFORMATICA

Peoria, IL

YES

6

RAJA

TABLEAU

CHICAGO,IL

YES

7

KRUNAL

INFORMATICA

Cary, NC

Yes

8

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

9

KIRAN

COGNOS

NEW YORK

YES

10

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

11

RITESH

.NET

NC

YES

12

SHILPA

HADOOP

Sunnyvale, CA

YES

13

POOJA

COGNOS

Dallas , Tx

Yes

14

SWETHA

.NET

Minnesota

YES

15

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

16

SURAJ

ORACLE DBA

CA

YES

17

SANKIRTH

.NET

Waukegan,IL

YES

18

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

19

RAO

.NET

Hoboken, NJ

YES

20

NIKITHA

SERVICE NOW

Maryland

YES

21

BHASU

BA

NY

YES

22

MAYURI

QA

Chicago,IL

EAST COAST

23

SHREEJANA

JAVA

DALLAS TX

YES

24

KALPANA

COGNOS

Dallas,Texas

YES

25

RAMYA

.NET

Chest brook, PA

YES

26

AKHILA

SALESFORCE

NJ

YES

27

SAI VYAS

.NET

Neenah, WI

YES

28

VIJAY RAHUL

COGNOS

NY

YES

29

SUCHINDRA

HADOOP

NY

YES

30

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


[android-developers] HOTLIST

2016-10-05 Thread Kumar T
HI

GREETINGS OF THE DAY

Your hot and valuable C2C requirements are welcome for the following
candidates.

Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

5

KARTIK

INFORMATICA

Peoria, IL

YES

6

RAJA

TABLEAU

CHICAGO,IL

YES

7

KRUNAL

INFORMATICA

Cary, NC

Yes

8

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

9

KIRAN

COGNOS

NEW YORK

YES

10

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

11

RITESH

.NET

NC

YES

12

SHILPA

HADOOP

Sunnyvale, CA

YES

13

POOJA

COGNOS

Dallas , Tx

Yes

14

SWETHA

.NET

Minnesota

YES

15

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

16

SURAJ

ORACLE DBA

CA

YES

17

SANKIRTH

.NET

Waukegan,IL

YES

18

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

19

RAO

.NET

Hoboken, NJ

YES

20

NIKITHA

SERVICE NOW

Maryland

YES

21

BHASU

BA

NY

YES

22

MAYURI

QA

Chicago,IL

EAST COAST

23

SHREEJANA

JAVA

DALLAS TX

YES

24

KALPANA

COGNOS

Dallas,Texas

YES

25

RAMYA

.NET

Chest brook, PA

YES

26

AKHILA

SALESFORCE

NJ

YES

27

SAI VYAS

.NET

Neenah, WI

YES

28

VIJAY RAHUL

COGNOS

NY

YES

29

SUCHINDRA

HADOOP

NY

YES

30

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

-- 
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/CACxLQn9dxdVcNP-NVVnWtCwSU-MfF_%3Dsy1he_CD-4BC_3sfQVw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOTLIST

2016-10-04 Thread Kumar T
HI

GREETINGS OF THE DAY

Your hot and valuable C2C requirements are welcome for the following
candidates.

Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

5

KARTIK

INFORMATICA

Peoria, IL

YES

6

RAJA

TABLEAU

CHICAGO,IL

YES

7

KRUNAL

INFORMATICA

Cary, NC

Yes

8

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

9

KIRAN

COGNOS

NEW YORK

YES

10

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

11

RITESH

.NET

NC

YES

12

SHILPA

HADOOP

Sunnyvale, CA

YES

13

POOJA

COGNOS

Dallas , Tx

Yes

14

SWETHA

.NET

Minnesota

YES

15

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

16

SURAJ

ORACLE DBA

CA

YES

17

SANKIRTH

.NET

Waukegan,IL

YES

18

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

19

RAO

.NET

Hoboken, NJ

YES

20

NIKITHA

SERVICE NOW

Maryland

YES

21

BHASU

BA

NY

YES

22

MAYURI

QA

Chicago,IL

EAST COAST

23

SHREEJANA

JAVA

DALLAS TX

YES

24

KALPANA

COGNOS

Dallas,Texas

YES

25

RAMYA

.NET

Chest brook, PA

YES

26

AKHILA

SALESFORCE

NJ

YES

27

SAI VYAS

.NET

Neenah, WI

YES

28

VIJAY RAHUL

COGNOS

NY

YES

29

SUCHINDRA

HADOOP

NY

YES

30

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

-- 
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/CACxLQn-Xcen0Z%3Dk1qRfFw%3DuXEdsg%2BLuW%2Bth2Oq5HW8aMXYTi2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOTLIST

2016-09-30 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

KIRAN

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


[android-developers] HOTLIST

2016-09-30 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

KIRAN

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


[android-developers] HOTLIST

2016-09-29 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

KIRAN

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


[android-developers] UPDATED HOTLIST

2016-09-28 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

KIRAN

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

-- 
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/CACxLQn_jDzHG-y_BUqCiHEOPRMqk%3D-HxFLOz3jSLeBb02p%3D1RA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOTLIST

2016-09-27 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

SAI

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

-- 
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/CACxLQn8-XCicO5PuZX36Fie%3DL9Lz3xpG3zBRGmgkAqb0fc-H%3DQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOTLIST

2016-09-23 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

SAI

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


[android-developers] HOTLIST

2016-09-22 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

SAI

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


[android-developers] HOTLIST

2016-09-22 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

SAI

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


[android-developers] HOTLIST

2016-09-22 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

SAI

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

-- 
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/CACxLQn8OjDMBKtHP%2BAGWw-wQ9Xjj9r6fJ0-D7a43n-w9EHJbGA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Updated Hotlist

2016-09-21 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

NAIK

INFORMATICA

Louisville, KY

CA

2

RITENDER

BA

CA

CA

3

PRAKASH

BA

NJ

YES

4

SRAVANTHI

QA

phoenix

YES

5

VARUN

TERADATA

New Canaan, CT

TX(DALLAS)

6

KARTIK

INFORMATICA

Peoria, IL

YES

7

RAJA

TABLEAU

CHICAGO,IL

YES

8

KRUNAL

INFORMATICA

Cary, NC

Yes

9

NIKITHA PURUSHOTHAM

.NET

Seattle, Washington

YES

10

SAI

COGNOS

NEW YORK

YES

11

MANI

ORACLE APPS TECHNO FUNCTIONAL

CA

YES

12

RITESH

.NET

NC

YES

13

SHILPA

HADOOP

Sunnyvale, CA

YES

14

POOJA

COGNOS

Dallas , Tx

Yes

15

SWETHA

.NET

Minnesota

YES

16

NAGARJUNA

TIBCO

Atlanta, GA.

Yes

17

SURAJ

ORACLE DBA

CA

YES

18

SANKIRTH

.NET

Waukegan,IL

YES

19

KUMAR (VIRAN)

JAVA

Jefferson city,MO

YES

20

RAO

.NET

Hoboken, NJ

YES

21

NIKITHA

SERVICE NOW

Maryland

YES

22

BHASU

BA

NY

YES

23

MAYURI

QA

Chicago,IL

EAST COAST

24

SHREEJANA

JAVA

DALLAS TX

YES

25

KALPANA

COGNOS

Dallas,Texas

YES

26

RAMYA

.NET

Chest brook, PA

YES

27

AKHILA

SALESFORCE

NJ

YES

28

SAI VYAS

.NET

Neenah, WI

YES

29

VIJAY RAHUL

COGNOS

NY

YES

30

SUCHINDRA

HADOOP

NY

YES

31

VENKATA NAGARJUNA

TIBCO

DALLAS, TEXAS

YES

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


Re: [android-developers] Urgently looking || Android developer || Irvine CA

2016-09-19 Thread Anees T
Okay as I was not searching for job change Didn't update resume long time.
Give me some time. I will send out my latest resume.


On Mon, Sep 19, 2016 at 11:08 AM, Anees T <sakzk...@gmail.com> wrote:

> Please do have a look at my linkedin profile
> https://www.linkedin.com/in/anees-thyrantakath-8770402b?
> trk=hp-identity-photo
>
> On Sat, Sep 17, 2016 at 12:26 AM, Himanshu Kharbanda <
> himanshu.kharbanda...@gmail.com> wrote:
>
>> *Please share profile with linked-in ID *
>>
>>
>>
>> *you can reply at himan...@usitsol.com <himan...@usitsol.com>you can
>> reach me 408 766  Ext 361*
>>
>>
>>
>> *Position Android Developers i *
>>
>> *location Irvine (LA Area) *
>>
>> *Strong Java and Android development experience)*
>>
>> * Contract 1 year contracts each with extensions.  *
>>
>>
>>
>>
>>
>> With every resume, I need number/email/college graduation date and where
>> from and degree earned. Also I need a Linkedin profile
>>
>> --
>> 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/ms
>> gid/android-developers/c40725b7-063e-4cfc-85b0-67399244263c%
>> 40googlegroups.com
>> <https://groups.google.com/d/msgid/android-developers/c40725b7-063e-4cfc-85b0-67399244263c%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> 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/CABgDG%2BsourwRNp8if1WYaDHHuZNf0wUqpC
> w-0WquP-Gf1z6neA%40mail.gmail.com
> <https://groups.google.com/d/msgid/android-developers/CABgDG%2BsourwRNp8if1WYaDHHuZNf0wUqpCw-0WquP-Gf1z6neA%40mail.gmail.com?utm_medium=email_source=footer>
> .
> 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/CABgDG%2BtBuwVHysCSFtOuEe4h17FzioXbYu-7tph7W%2Btxr-7C1g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Urgently looking || Android developer || Irvine CA

2016-09-18 Thread Anees T
Please do have a look at my linkedin profile
https://www.linkedin.com/in/anees-thyrantakath-8770402b?trk=hp-identity-photo

On Sat, Sep 17, 2016 at 12:26 AM, Himanshu Kharbanda <
himanshu.kharbanda...@gmail.com> wrote:

> *Please share profile with linked-in ID *
>
>
>
> *you can reply at himan...@usitsol.com you can reach
> me 408 766  Ext 361*
>
>
>
> *Position Android Developers i *
>
> *location Irvine (LA Area) *
>
> *Strong Java and Android development experience)*
>
> * Contract 1 year contracts each with extensions.  *
>
>
>
>
>
> With every resume, I need number/email/college graduation date and where
> from and degree earned. Also I need a Linkedin profile
>
> --
> 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/c40725b7-063e-4cfc-85b0-
> 67399244263c%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/CABgDG%2BsourwRNp8if1WYaDHHuZNf0wUqpCw-0WquP-Gf1z6neA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HOTLIST

2016-08-30 Thread Kumar T
HI
GREETINGS OF THE DAY
Your hot and valuable C2C requirements are welcome for the following
candidates.
Look for your quick response at per your convenience at
*ku...@technocraftsol.com
 or  972-232-4173 ext(106)*

SNO

consultant Name

Technology

currentlocation

Relocation

1

SURAJ

ORACLE DBA

CA

YES

1

Gaurav

PeopleSoft Upgrade/Support Senior Consultant(12+Years)

Irving, TX

YES

2

SOWMYA

PL/SQL DEVELOPER

Virginia beach,VA

YES

3

Subbu

SR.SAP CONSULTANT(12+ years)

Irving,Texas

YES

4

Kumar

JAVA Developer

Jefferson city,MO

YES

5

Shalini

.NET Developer

Herndon, VA

YES

6

SHREEJANA

JAVA Developer

DALLAS TX

TX(DALLAS)

7

Akhila

Salesforce Developer

NJ

YES

8

Kalpana

COGNOS Developer

Dallas,Texas,75025

YES

9

Bindu

QA

Atlanta,GA

YES

10

NAYAK

INFORMATICA Developer

Louisville, KY

Yes

11

SRIKANTH

BA

Charlotte, NC

YES

12

RAJA

TABLEAU Developer

CHICAGO,IL

YES

13

KARTIK

INFORMATICA Developer

Peoria, IL

YES

14

MANI

ORACLE APPS TECHNO FUNCTIONAL

Sunnyvale, CA,95014

YES

15

SAI

Sr. Cognos Developer

NEW YORK

YES

16

ANUSHA

SQL SERVER Developer

Houston,TX-77054

YES

17

RAO

.NET Developer

Hoboken, NJ

Yes

18

MAYU

INFORMATICA Developer

NEW YORK

YES

19

TEJASWINI

.NET Developer

Dallas, Tx

Yes

20

Ritesh

.NET Developer

NC

YES

21

VARUN

TERADATA DEVELOPER

New Canaan, CT

YES

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


[android-developers] Youtube video in background

2016-07-24 Thread T. Muton
Hi,
I am currently developing a new version of an app.
On the main page there's a button that proposes to watch a video (a trailer of 
the website associated to my app).
When we click, the video is directly opened with youtube app.
My release was rejected by the review team that says: 

"it violates our device and network abuse policy and section 4.4 of the 
Developer Distribution Agreement."...
"Modify your app to make sure it doesn’t access or use a service or API in a 
manner that violates its terms of service; for example, by enabling background 
play of YouTube videos."

I couldn't find a clear explanation about this in the policy nor on the web, 
moreover many official apps have such links towards youtube videos... (adds...)

Are embedded videos forbidden too ??

Thank you for your help,
Brgds

-- 
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/941a284a-144c-4f93-92be-3ebd03704921%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Set app width and height manually android

2016-05-26 Thread Shijin T R
Hi ,
Thanks for considering my question.
I am trying to develop an application for Amazon Firetv Stick,It need to
support 3D(Side by Side) .The actual resolution of the television is 1920 X
1080 .But when we change the telivisions 3D mode to ON there is a large
space occures on both two sides.

If we run an app on this stick we only get  1920 X 1080 output ,but i need
to change this resolution manually,means i need to output more pixels like
2120 X 1080 or something like that.

I searched more time to resolve this issue ,and a i am not get any idea
about this.So that i am asking this question with fixed width
application,If  i get an answer for that i can easily  change the values.

Thank you,

Shiin

On Fri, May 27, 2016 at 1:48 AM, TreKing  wrote:

>
> On Wed, May 25, 2016 at 1:24 AM, shijin tr 
> wrote:
>
>> I was searching find a solution for creating my app for android device.I
>> need to set the app width and height manually and the app should vertically
>> aligned on center.
>
>
> Please clarify what you're trying to do. The screenshot you posted
> indicates you want to overlay your app over the home screen buttons, which
> makes no sense.
>
>
> -
> 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/UlY_FCQqbbQ/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/CANCScgg9DgT_wqh6bd00XhUTpx6x8JUjGpa72TRKL16FSVEyfw%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/CANF%3DR0PxwdQVuUFa-srXOtPO-%3Dwj%3DwSp_u8xTZhztRny6350nA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Win the latest iphone ??

2016-04-13 Thread Sallem T
*Recently, a friend mine showed me a site that gives away FREE 
iPhone ! Do they really pay? Is there anyone **who 
can post a review? I would really appreciate it ;)*

-- 
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/cd4f2cea-e3fc-4244-94d0-706cfa84ae22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Why Nexus doesn't support RTL layout 100 % in all Nexus devices

2016-03-19 Thread Sallem T
i'm working on UI for RTL languages and i can see that Nexus support most 
of RTL languages but the problem is that the layout is not mirrored 100 % 
and the UI is not fully supported ? 
any guide suggested ?

 thanks ;)

ST

-- 
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/c0ba5075-5e6a-4e37-bfe2-087dd3347dc2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Publishing Question

2016-03-19 Thread Itay T
How come? The game was made by me, the ads were not and I am only going to 
put them on the PC, not android.

בתאריך יום ראשון, 13 במרץ 2016 בשעה 23:26:50 UTC+2, מאת Adrian Ivasku:
>
>
> I don`t think so... It is copyrighted...
>
> On Sunday, March 13, 2016 at 2:36:20 PM UTC+1, Itay T wrote:
>>
>> Uhm??
>
>

-- 
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/5351de3a-9061-4eb5-bf3d-59b1c42e3b8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Publishing Question

2016-03-13 Thread Itay T
Uhm??

-- 
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/0fd6eea5-3320-4a97-bf0c-b909a5ae0b44%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Publishing Question

2016-03-12 Thread Itay T
Anyone?

בתאריך יום שישי, 11 במרץ 2016 בשעה 17:29:11 UTC+2, מאת Itay T:
>
> * Not sure if it's the right place, forgive me if it isn't :P.
> Hey, I was wondering if I am allowed to publish my game on Google Play and 
> a Windows version on GameJolt, on GameJolt I am going to monetize it from 
> ads, and on Google Play I am not willing to monetize it. Is that allowed?
>

-- 
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/f5963893-59f5-4f79-b1b6-e9d245b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Publishing Question

2016-03-11 Thread Itay T
* Not sure if it's the right place, forgive me if it isn't :P.
Hey, I was wondering if I am allowed to publish my game on Google Play and 
a Windows version on GameJolt, on GameJolt I am going to monetize it from 
ads, and on Google Play I am not willing to monetize it. Is that allowed?

-- 
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/7aa35e4d-905a-4b3e-8239-f458e7544828%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Device status bar icons color changes

2015-12-01 Thread Manikandaselvan T
Is there any way to change the status bar icons colors when using the theme 
parent="Theme.AppCompat.Light.NoActionBar"

-- 
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 http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/2f40ab65-21d0-44eb-a8a6-64eb8c91b7a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] In-app purchase to get the subscription details

2015-12-01 Thread Manikandaselvan T
Can we get the in-app purchase details in web to connect the local server 
with linked the play store and apple store and get the subscription details 
like start date, token, auto renewal, and expire date  ? 

-- 
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 http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ef53ca76-2c20-49d9-9bcc-c4e88a9b0625%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sticky-headers-recyclerview Libray error in android studio

2015-12-01 Thread Manikandaselvan T
I have added the sticky-headers-recyclerview libray for my application in 
android studio. After that, I getting this problem 
Error:No such property: GROUP for class: 
org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer

Can any one give me solution to resolve this issue. 

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 http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/9e96ae52-dfbe-4f6e-a3ed-56a7ab365029%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] [Socket/Client-Server communication ] how to verify if url and port is working fine

2013-04-07 Thread A N K ! T
 

Problem is can not able to write/read data to server. Want to verify if url 
and portNo is working so it can be confirmed that error is in code.

basically i have inetAddress = 38.92.76.143 port 99 and data e_device = Test. 
Can anybody tell me how can i verify this data by sending a request 
manually, may be creating like a webURL or via any tool. kind of helpful,

Thanks,

Ankit

-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] drawBitmapMesh

2013-03-08 Thread A N K ! T
Have you able to do this?


On Sun, Feb 20, 2011 at 11:41 AM, loril...@gmail.com loril...@gmail.comwrote:

 Hi,

 I want to apply a bulge effect on my image using a circular brush. I
 found a useful method drawBitmapMesh using which I can define a mesh
 and apply the warp effect.

 But I'm not sure how to define a bulge effect. Can anyone please help?

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Thanks  Regards,
Ankit Awasthi

-- 
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] [Android-source][android-framework]Seeking Help :- need to add files/folders in framework.

2013-01-23 Thread A N K ! T
Hi All,

I am in need of a little help, I have some source code/library
downloaded,  which basically I want to add into Android JB source code
source code(I have downloaded Jelly Bean source code).

This library only have java and aidl files, So i thought to add in
framework/base/core/java folder. i doubt how to make it compiled and
publicly available so can add a app also in development which can make
use of this library.

If anybody knows and can share what changes need to be done for this.
it will be helpful.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: [Android-source][android-framework]Seeking Help :- need to add files/folders in framework.

2013-01-23 Thread A N K ! T
On Wed, Jan 23, 2013 at 7:29 PM, RichardC richard.crit...@googlemail.comwrote:

 :


Thanks Richard :)


-- 
Thanks  Regards,
Ankit Awasthi

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Emulator ICS : add account

2012-11-28 Thread Gopi Krishnan T
Hi Guys,

Check with this link, This helped me add the exchange account.Setting up 
email account in 
emulatorhttp://www.grokkingandroid.com/using-a-google-account-in-the-emulator/

Thanks.


On Saturday, July 21, 2012 2:35:57 AM UTC+5:30, rlrhett wrote:

 This workaround does not seem to by working.  I am getting the following 
 error from the emulator:

 *You have typed an incorrect server address or the server requires a 
 protocol version that Email doesn't support.*
 *
 *
 Can anyone suggest what I might be doing wrong?

 Thanks.

 On Friday, November 4, 2011 7:55:26 PM UTC-7, Brian wrote:

 As a workaround, you can add your Google account as an activesync 
 account.  Use your gmail.com address at first, but you'll need to 
 change the server to be m.google.com when it complains it can't 
 connect.  See here: 


 http://www.google.com/support/mobile/bin/answer.py?hl=enanswer=138636topic=14299
  

 On Oct 31, 5:02 am, arnouf arnaud.far...@gmail.com wrote: 
  Hello, 
  
  Now, in the emulator, to see calendar or add event I have to set an 
  Exchange account. Does it exist a solution avoiding this ? I don't have 
 an 
  Exchange server ! 
  
  Thanks for your help



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Opening .msg file(Outlook item file) in android programmatically

2012-11-19 Thread Nandagopal T
Hi All,

Could anyone share their thoughts on this query.

http://stackoverflow.com/questions/13383318/opening-msg-fileoutlook-item-file-in-android-programmatically

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Override OnKeyPreIme of an EditText getted from a View

2012-10-30 Thread S . T . V . Ingeniería
The problem is that i can't cast my custom EditText to a EditText in my
adapter. Or, saw it from a diferent point, i can´t place my custom EditText
in my Layout.

Thanks for answer me anyway.

2012/10/29 Lew lewbl...@gmail.com

 tete wrote:

 No, i [sic] couldn't resolve it.

 Sorry.


 Maybe an SSCCE would help generate answers.
 http://sscce.org/

 The problem is that you gave no information about your problem, other than
 you got a
 'ClassCastException'.

 Casting what to what? How were things declared? ... generated?
 You overrode what with what? How did you tell Android to use the new type?

 --
 Lew

  Greg Mayworm wrote:

 I am having the same result.  Did you resolve this issue?


 On Monday, May 28, 2012 7:22:57 PM UTC-5, tete wrote:

 Hello people,

 I want to override the OnKeyPreIme method of a EditText got from a
 findByView(int id), to make the activitiy finish() when user press back 
 key.

 The only way I thought is creating a custom EditText and overriding
 OnKeyPreIme, but when I tried to cast the EditText of my view in my custom
 EditText, it throws a ClassCastException




 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 

*San Francisco - Córdoba - Argentina*
*CP: 2400*
*TE: 03564-15561617 - 15599945*

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Override OnKeyPreIme of an EditText getted from a View

2012-10-29 Thread S . T . V . Ingeniería
No, i couldn't resolve it.

Sorry.

2012/10/25 Greg Mayworm gmayw...@gmail.com

 I am having the same result.  Did you resolve this issue?


 On Monday, May 28, 2012 7:22:57 PM UTC-5, tete wrote:

 Hello people,

 I want to override the OnKeyPreIme method of a EditText got from a
 findByView(int id), to make the activitiy finish() when user press back key.

 The only way I thought is creating a custom EditText and overriding
 OnKeyPreIme, but when I tried to cast the EditText of my view in my custom
 EditText, it throws a ClassCastException

 Thanks.

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 

*San Francisco - Córdoba - Argentina*
*CP: 2400*
*TE: 03564-15561617 - 15599945*

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] detect weather incoming call fron landline number or mobile number

2012-08-28 Thread A N K ! T
Sorry, no api to detect this.

On Tue, Aug 28, 2012 at 11:21 PM, Aashish kumar testchetu...@gmail.comwrote:

 Hi,

 Anyone help me ,how to detect wether the incoming call from landline
 number or moblie number, is there any API for it.

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] TWO APPS WITH SAME NAME

2012-08-27 Thread A N K ! T
Vivek,

If you get three application for Facebook and only one from facebook. How
would u differentiate them :P.
Don't u look for developer name or Development company name.


Regards,
Ankit

Don't judge people from their Answers ;)


On Tue, Aug 28, 2012 at 12:30 AM, TreKing treking...@gmail.com wrote:

 On Mon, Aug 27, 2012 at 1:40 PM, vivek singh vivek.r...@gmail.com wrote:

 but the actual query is still unanswered
 how someone would differentiate between two apps if say someone (who is
 unaware of package nomenclature)  that go to google play and search for my
 app
 by typing BillBoard Hot 100 in search box ?


 The same way people distinguish between Tip Calculator X and Tip
 Calculator Y, or Todo List A and Todo List B - your description,
 screenshots, and downloading and trying the app itself.

 If it bothers you that much, come up with a more unique name.



 -
 TreKing http://sites.google.com/site/rezmobileapps/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 post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Odd launch fail with r20 SDK

2012-07-26 Thread Simon T
I updated to SDK r20.0.1 a few days ago and since then my application fails 
to launch on an emulator or handset. I get 'unable to instantiate launch 
activity (class not found) error' - it seems the main activity is not in 
the APK. However there is no sign of any bug in Eclipse. My code worked 
fine before the update, and continues to work fine on another machine with 
an older SDK. The manifest and R,java etc all tie up. I'm developing for 
API 8 by the way - it is a game so it uses a simple stub as the activity 
that sets up an update thread for the main class and a Frame Layout. I have 
uninstalled the SDK and re-loaded it and simple 'Hello World' applications 
will work. Anyone any ideas - I'm completely out?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] States of matters

2012-07-26 Thread Mr T
I'd like to add that plasma is also a state of matter.

For more information I'd also like to direct Sadhna to:
http://en.wikipedia.org/wiki/State_of_matter

Best of luck sir.

On Tuesday, July 24, 2012 9:14:25 AM UTC-5, bob wrote:

 *States of matter* are the distinct forms that different 
 phaseshttp://en.wikipedia.org/wiki/Phase_(matter)
  of matter http://en.wikipedia.org/wiki/Matter take on. Three states of 
 matter are known in everyday experience: 
 solidhttp://en.wikipedia.org/wiki/Solid
 , liquid http://en.wikipedia.org/wiki/Liquid, and 
 gashttp://en.wikipedia.org/wiki/Gas
 .

 On Monday, July 23, 2012 12:47:21 PM UTC-5, MagouyaWare wrote:

 states of matters?

 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware


 On Mon, Jul 23, 2012 at 11:44 AM, Sadhna Upadhyay 
 sadhna.braah...@gmail.com wrote:

 Hi Everybody,
 can anyone give me idea that how to do code for showing states of 
 matters in android tutorial.

 -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: small time for beginner

2012-07-26 Thread Mr T
First you're going to need to define what the heck your question is.

ez

On Wednesday, July 25, 2012 5:18:09 AM UTC-5, goran gg wrote:

 I track discussion here like silent viewer .It is very interesting.
 Please, forgive me for question :
 After years of C# , development mobile software is logical cream
 (ice cream like Mono 4 ). So using C#, SQL and  xaml at same and different 
 environment at the  same time is great .Platform is not to mach required 
 unlike
 Windows Phone.
 After one mount looking
  vs 2010 ultimate c# linq XAML 
  and sign  keytool,jarsigner.. zipalign superbly
 problem: required not evolution version for applay on device
 whether you use MONO for android ?
 whether are all use shipped version ?
 thank for you time .  

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Bricked (?) ASUS Transformer Infinity TF700T

2012-07-17 Thread t-liner
Hello Mark,

thanks for feedback. But where should I post this then?

Regards

Am Dienstag, 17. Juli 2012 00:06:24 UTC+2 schrieb Mark Murphy (a Commons 
Guy):

 This list is for developing apps with the Android SDK, not for using 
 modded ROMs. 

 On Mon, Jul 16, 2012 at 3:59 AM, t-liner markus.ped...@googlemail.com 
 wrote: 
  Hi there, 
  
  I need your help urgently. 
  I received a brand new TF700T and did make it work to support root. 
  I also did unlock the bootrom protection. 
  When I tried to install a custom ROM manager (Clockwork Mod) image 
 from:here 
  The device didn't want to start any more - showing message: 
  
  The Device ist Unlocked. 
  Android cardhu-user bootloader 2.10 e released by 
  TW_epad-9.4.5.22-20120615 A03 
  Checking for android ota recovery 
  Booting recovery kernel image 
  
  But nothing happens anymore :o( 
  I can wait for the battery to run empty in this mode. 
  There' no chance to boot from Micro SD. 
  
  The only thing what works at the moment is to connect the device via APX 
  drivers. 
  I tried to communicate with device via NVFLASH tool 
  But when trying this - I get the message: 
  Nvflash started 
  Unknown Device found 
  
  Does any one have an idea where to find appropriate drivers for Nvflash? 
  
  Thanks in advance! 
  
  -- 
  You received this message because you are subscribed to the Google 
  Groups Android Developers group. 
  To post to this group, send email to android-developers@googlegroups.com 
  To unsubscribe from this group, send email to 
  android-developers+unsubscr...@googlegroups.com 
  For more options, visit this group at 
  http://groups.google.com/group/android-developers?hl=en 



 -- 
 Mark Murphy (a Commons Guy) 
 http://commonsware.com | http://github.com/commonsguy 
 http://commonsware.com/blog | http://twitter.com/commonsguy 

 Android Training in NYC: http://marakana.com/training/android/ 


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Bricked (?) ASUS Transformer Infinity TF700T

2012-07-16 Thread t-liner
Hi there,

I need your help urgently.
I received a brand new TF700T and did make it work to support root.
I also did unlock the bootrom protection.
When I tried to install a custom ROM manager (Clockwork Mod) image 
from:herehttp://www.clockworkmod.com/rommanager
The device didn't want to start any more - showing message:

The Device ist Unlocked.
Android cardhu-user bootloader 2.10 e released by 
TW_epad-9.4.5.22-20120615 A03
Checking for android ota recovery
Booting recovery kernel image

But nothing happens anymore :o(
I can wait for the battery to run empty in this mode.
There' no chance to boot from Micro SD.

The only thing what works at the moment is to connect the device via APX 
drivers.
I tried to communicate with device via NVFLASH tool
But when trying this - I get the message:
Nvflash started
Unknown Device found

Does any one have an idea where to find appropriate drivers for Nvflash?

Thanks in advance!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Database

2012-06-26 Thread John T. Haggerty
The place they are stored, the format, the latency just to name three
On Jun 26, 2012 7:15 AM, sri kanth sritullimi...@gmail.com wrote:

 Suggest me differences between remote and local data base

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] posting picture on facebook wall

2012-04-02 Thread jakob t
Hi!

Anybody know if any tutorial about this? I've been following:

http://blog.doityourselfandroid.com/2011/02/28/30-minute-guide-integrating-facebook-android-application/

and modifing the code I can:
send message to wall (with link)

But when I try to post picture it always end up in the photo section
of users facebook account.
Would it be possible to reference it from where? Ie doing it in two
steeps:

1 - upload picture to photosection
2 - display it as url on wall?

Is it possible at all to post image to wall without dialogue?
Well, really lost after some hours of coding and searching.
Any help appreciated :)

thanks,
/Jakob

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] hi plz help me in push notification implementation

2012-03-15 Thread Satheesh Kumar T
hi,
how to registration id of the android app???
thank u

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: API for spherical to planar projection?

2012-03-13 Thread jakob t
No hint on how they (google sky or any other planetarium program) does
this ? :)

/Jakob

On 11 mar, 10:04, jakob t jakob.strom...@gmail.com wrote:
 Hi!

 I need to project altitude azimuth coordinates to screen coordinates
 x,y.
 Checking around but can't find anything spot on. The closest right now
 is stereographic projection that preserves angels.

 Is there anyapiout there?
 What I want to achieve is something like google sky app,
 anybody knows what kind of projection they're using?

 thanks!!

 /Jakob

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] API for spherical to planar projection?

2012-03-11 Thread jakob t
Hi!

I need to project altitude azimuth coordinates to screen coordinates
x,y.
Checking around but can't find anything spot on. The closest right now
is stereographic projection that preserves angels.

Is there any api out there?
What I want to achieve is something like google sky app,
anybody knows what kind of projection they're using?

thanks!!

/Jakob

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: HTTP Post Json to IIS Service

2012-02-20 Thread T
So it looks like your trying to connect to a server What remote
web services are you using.
For a scanner project I created last semester, I used XAMPP
locally(just to see code work correctly), then I used Teamviewer when
I went live.
On the remote server file, I placed a php file with the JSON object to
reference in the android code. Your code looks fine, however, I've
learn it's not just this code that you may need. I connected my code
using a button called my SQL... I'll post the code below... hope this
helps...
Also, something I didn't find out until the end, but make sure your
server PHP and code are up to date...I ran into a last minute issue I
had to correct on the server side...

This is the button code (click button, sends data to mySQL server from
anywhere)
 case R.id.buttonSQL1:

try {

JSONObject json = new JSONObject();
json.put(barcode, mbarcodeEdit.getText());
json.put(description, description.getText());
json.put(make, make.getText());
json.put(serial, serial.getText());

HttpParams httpParams = new BasicHttpParams();

HttpConnectionParams.setConnectionTimeout(httpParams,
TIMEOUT_MILLISEC);
HttpConnectionParams.setSoTimeout(httpParams,
TIMEOUT_MILLISEC);
HttpClient client = new 
DefaultHttpClient(httpParams);

String url = 
http://10.0.2.2:8080/webservice4.php;; //
needed for the php file pass over

HttpPost request = new HttpPost(url);
request.setEntity(new
ByteArrayEntity(json.toString().getBytes(
UTF8)));
request.setHeader(json, json.toString());
HttpResponse response = client.execute(request);
HttpEntity entity = response.getEntity();
// If the response does not enclose an entity, 
there is no
need
if (entity != null) {
InputStream instream = 
entity.getContent();

String result =
RestClient.convertStreamToString(instream);
Log.i(Read from server, result);
Toast.makeText(this,  result,

Toast.LENGTH_LONG).show();
}
} catch (Throwable t) {
Toast.makeText(this, Request failed:  + 
t.toString(),
Toast.LENGTH_LONG).show();
}

   // showDialog(DIALOG_ID);

break;
}
}

Also you need to insert this code (a separate java file called
RestClient)

import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStream;
import java.io.InputStreamReader;

import org.apache.http.HttpEntity;
import org.apache.http.HttpResponse;
import org.apache.http.client.ClientProtocolException;
import org.apache.http.client.HttpClient;
import org.apache.http.client.methods.HttpGet;
import org.apache.http.impl.client.DefaultHttpClient;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;

import android.util.Log;
public class RestClient {

public static String convertStreamToString(InputStream is) {

BufferedReader reader = new BufferedReader(new
InputStreamReader(is));
StringBuilder sb = new StringBuilder();

String line = null;
try {
while ((line = reader.readLine()) != null) {
sb.append(line + \n);
}
} catch (IOException e) {
e.printStackTrace();
} finally {
try {
is.close();
} catch (IOException e) {
e.printStackTrace();
}
}
return sb.toString();
}


public static void connect(String url)
{

HttpClient httpclient = new DefaultHttpClient();

// Prepare a request object
HttpGet httpget = new HttpGet(url);

// Execute the request
HttpResponse response;
try {
response = httpclient.execute(httpget);
// Examine the response status
Log.i(Praeda,response.getStatusLine().toString());

// Get hold of the response entity
HttpEntity entity = response.getEntity();
// If the response does not enclose an entity, there is no
need
// to worry about connection release

if (entity != null) {

// A Simple JSON Response Read
InputStream instream = entity.getContent();
String result

[android-developers] hai... Kindly help me to connect android with php server

2012-02-15 Thread Satheesh Kumar T
hai,
I used HTTP to connect android with php server... PHP code executed well.
but android app does not run properly and didnt retrieve the data from
server. Kindly help me to connect android with php...




thanking you...

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Issue in playing m3u8 file in android 3.2

2012-01-26 Thread titus t
I am trying to play apple test stream video(.m3u8) in android

this is the link: 
http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8

But i am not able to play in android 3.2.

This is the code i have used to play the video

 void playvideo(String url)
{
  MediaController mc = new MediaController(this);
  mc.setMediaPlayer(videoview);
  videoview.setMediaController(mc);
 videoview.setVideoURI(Uri.parse(http://devimages.apple.com/iphone/
samples/bipbop/gear1/prog_index.m3u8));
  videoview.requestFocus();
  videoview.start();

 }
Please suggest me the way to play m3u8 file in different android
versions

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] onUpdate function is never being called from widget

2012-01-02 Thread Eyal T
Hi all

I try create a clickable widget.
I saw that the clickable notification is not configured because
onUpdate function is never being called (so I cannot set the
notification)
* I did not saw the log in the LogCat so I assume that the function is
never being called
* The Log in the onRecieve is being execute when I add the widget to
the screen, and once in 30 minutes.


Can anyone help me?

Thanks Eyal


public class AnimationWidget extends AppWidgetProvider {
public static int imageNumber = 0;
private static final String ACTION_WIDGET_RECEIVER =
ActionRecieverWidget;




   /** Called when the activity is first created. */



   @Override
   public void onUpdate(Context context, AppWidgetManager
appWidgetManager,
 int[] appWidgetIds) {

  Log.i(print from main, widget id: );

}

@Override
public void onReceive(Context context, Intent intent) {


   Log.i(print from main, onReceive  +
intent.getAction());
}

manifest xmlns:android=http://schemas.android.com/apk/res/android;
  package=com.animation.widget
  android:versionCode=1
  android:versionName=1.0
uses-sdk android:minSdkVersion=7 android:targetSdkVersion=7/

   !-- Broadcast Receiver that will process AppWidget updates --
application android:icon=@drawable/pic android:label=@string/
app_name
   receiver android:name=.AnimationWidget
android:label=@string/app_name
 intent-filter
 action
android:name=android.appwidget.action.APPWIDGET_UPDATE /
  /intent-filter
 meta-data
android:name=android.appwidget.provider
  android:resource=@xml/widget_info /
   /receiver
   service android:name=.AnimationWidget$UpdateService /



   /application

uses-permission android:name=android.permission.INTERNET /
uses-permission android:name=android.permission.WAKE_LOCK /
/manifest

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Verifying app signatures

2011-11-22 Thread Fernando T
So we want to verify that all apps on a phone come from the Android
Market, because the setting to install apps only from the market can
be turned on and off, in addition to apps being installed with adb,
etc.

One way I thought to do this is to make sure that it is signed by the
developer of the app, or by the same certificate as it is in the
Market. Even if different versions are installed, the certificate
should match. Is there a way to programmatically get either the APK or
the signature of the APK from the Android Market?

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Verifying app signatures

2011-11-22 Thread Fernando T
Thanks for the answers. The end goal is a security tool that checks to
make sure a phone is configured securely based on some standard that
some expert or consultant comes up with. So it checks passcodes, swipe
patterns, wifi settings, bluetooth, etc. One of the checks we need is
to verify that installed apps come from reputable sources, like the
phone vendor or carrier or Android Market (assuming, of course, that
this last source is in fact reputable).

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Reg : Adding the overlay on a static image map in Android

2011-11-09 Thread Gopi Krishnan T
Hi,

I have brought the image (Say a static one) with in web view from my
application assets folder and added with that i have given all the
settings for the web view like enabling the JS,Zoom Controls ..etc.
and made the web view to get loaded within the application, once its
get launched.Since its only a static image map. I want to click on one
location say CA, it should recognize the location and toast me and the
same if i click on NW, it should toast me with the appropriate
location. On Clicking couple of location, it should draw a line
between those two points at the specified path...

I have been trying a lot to get some ideas for implementing the same.
If anybody has a better idea of doing this...Please let me know in
which way i should have to proceed in order to achieve the same ?

For better understanding ,the pic that i have attached, is an example.
Say i have placed this pic in the webview, If i tap on the source
point, it should toast me.. similarly i try on another points that
make the path to destination should raise a toast.

Thanks

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] How to manage events on a button

2011-10-25 Thread t-servi.com
Hello the list,
 I'm a beginner in Android.
 I'm looking in the button and I don't find in the documentation
( http://developer.android.com/reference/android/widget/Button.html )
something like onmouseover I found in HTML for the button (
http://www.w3.org/TR/html4/interact/scripts.html#h-18.2.3 ) . Is there
an event that can manage when the focus is over and the focus is
out ?
Sorry for my poor english.
Best regards.
Jean Tinguely Awais.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: total number of install is not updated

2011-09-28 Thread jakob t
It's been updated now!
Thanks treking :)

/Jakob

On 27 Sep, 18:12, TreKing treking...@gmail.com wrote:
 On Tue, Sep 27, 2011 at 2:14 AM, jakob t jakob.strom...@gmail.com wrote:
  Since some weeks the total number of installs is not updated on
  android market.
  Only the active install number is updated.
  Is this a new policy from google or a bug in android market?
  Anybody else having this issue?

 I hope the light did not blind you when you crawled out from that rock =P

 http://www.google.com/support/forum/p/Android+Market/label?lid=7dc8a5...http://groups.google.com/group/fameisfame/browse_thread/thread/c819e6...

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] total number of install is not updated

2011-09-27 Thread jakob t
Hi,

Since some weeks the total number of installs is not updated on
android market.
Only the active install number is updated.
Is this a new policy from google or a bug in android market?
Anybody else having this issue?

br,
/Jakob

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: BitmapFactory 's decodeByteArray and decodeStream returns null

2011-09-23 Thread Siji T G
Sorry for that typo.

Actually it was a bug in my h264 video decoding native code ,which caused
the problems
And i am still a new be in C.

As I now understand  decodeByteArray() can decode compressed image data of
format PNG and JPG
and my image data is of type ARGB.

 Any way my problems solved.
Thanks every one , for the help.


Regards
Siji

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: BitmapFactory 's decodeByteArray and decodeStream returns null

2011-09-22 Thread Siji T G
.Donug,
My issue is already solved.
 Thanks any way.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: BitmapFactory 's decodeByteArray and decodeStream returns null

2011-09-19 Thread Siji T G
 Thanks Donug,

I think , this will help. Let me try...

Regards
Siji

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: BitmapFactory 's decodeByteArray and decodeStream returns null

2011-09-19 Thread Siji T G
Donug, You mean to use bitmap.h ??
Could you please provide me some sample code in C  for setting pixels of
bitmap.
I have data in
 jbyteArray out_buf.

How to set out_buf as pixels of bitmap??
Thanks in advance.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] BitmapFactory 's decodeByteArray and decodeStream returns null

2011-09-16 Thread Siji T G
 Hello Oscar,

Thanks for the reply.
But I already  tried this approach.

ByteArrayInputStream imageStream = new ByteArrayInputStream(data);

Bitmap theImage = BitmapFactory.decodeStream(imageStream);

*theImage* returned by *decodeStream* is null.


Regards

Siji

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: BitmapFactory 's decodeByteArray and decodeStream returns null

2011-09-16 Thread Siji T G
Thanks for the reply Zsolt.
My data stream comes from h264 video decoder , which is native.
Format of this data stream is  ARGB.
Please note that I could display this image correctly using
Bitmap. createBitmap()
 and
setPixels ()  .

Regards
Siji

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Using USB display adapters with Android

2011-09-16 Thread PrasannaKumar T S M
I would like to use USB display devices (USB to VGA cards) with
android devices. My idea is to connect keyboard, mouse, monitor to
mobile and use it like a notebook. The USB display devices available
from displaylink has a driver available for linux and android
(framebuffer driver).

I am searching for a way to use the display device and mobile as a
notebook. http://sven.killig.de/android/N1/2.2/usb_host/; shows a way
to run debian inside android and output the display to a monitor using
displaylink device. This makes it work like I wanted but there is no
hardware acceleration available for the debian running. The USB
display devices are not capable of 3D (OpenGL or OpenGL ES). It would
be good if it is possible to use the GPU available in the android
devices in debian also. As debian the displaylink device supports
higher resolutions only processing power is the constraint. If there
is some way to use the GPU then apps can be run in full screen, video
playback will also be smooth (currently rendering issues are there for
apps in full screen with 1024 x 768 resolution).

I have some experience in device programming so I guess I will be able
to help in coding but I am very new to android. I am just in need of
accelerating debian apps. I don't intend to run android apps in big
screen.

Thanks for any help in advance.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] BitmapFactory 's decodeByteArray and decodeStream returns null

2011-09-15 Thread Siji T G

I am trying to decode ARGB byte array into bitmap to display it as an
image view. I tried using BitmapFactory's decodeByteArray() and
decodeStream() but both way gives null as Bitmap.

But when I create bitmap using createBitmap () and setPixels it works
perfect. Here is the working code. data is the byte array of size
imageWidth*imageHeight*4

int[] pixels=new int[imageWidth*imageHeight];


int i=0,j=0;
while (iimageWidth*imageHeight*4) {

pixels[j]= bytesToInt(data[i], data[i+1], data[i+2],data[i+3]);
i += 4;
j++;
}
Bitmap bitmap=Bitmap.
createBitmap( imageWidth,imageHeight,Bitmap.Config .ARGB_)

 bmpf.setPixels(pixels, 0, imageWidth , 0, 0, imageWidth,
imageHeight);

 //-- definition of bytesToInt()
int bytesToInt(byte b1,byte b2,byte b3,byte b4)
{
return (((b1 0xff)24)+((b2  0xff)16)+((b30xff)8)+
(b40xff));
}
But I need to achieve this using decodeByteArray() or decodeStream()
because for the later way I need to create integer array for
setPixels() from the byte array , which is inefficient. What i am
trying to implement is a video player , there fore it need to display
around 15 frames/images per second.

Hopes some one can help me in this. Thanks in advance

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Frame by frame animation, how to draw it on top of other canvas objects?

2011-08-17 Thread jakob t
Yes, I know, it's really logic that setBACKGROUND displays it in the
background.
So I could draw an imageview in my onDraw method? I'll try, thanks.
/Jakob

On 16 Aug, 14:19, TreKing treking...@gmail.com wrote:
 On Mon, Aug 15, 2011 at 4:29 AM, jakob t jakob.strom...@gmail.com wrote:
  I use this.set*Background*Resource()
  then get*Background*() convert it to AnimationDrawable and start it in the
  onDraw method.

  It works as expected I guess, but animation is played in the background

 Where did you expect the object set by setBACKGROUNDResource() to play?

 Try an ImageView?

 --- 
 --
 TreKing http://sites.google.com/site/rezmobileapps/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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Frame by frame animation, how to draw it on top of other canvas objects?

2011-08-16 Thread jakob t
Hi,

I'm trying to do a frame by frame annimation in my custom class that
overrides view.

I use this.setBackgroundResource()
then getBackground() convert it to AnimationDrawable and start it in
the onDraw method.

It works as expected I guess, but animation is played in the
background, so in order to see it I need transparent layers/objects
above.

Is there any way to put it in front?
Do I need 2 views and a viewgroup?

Any good tutorial on this?

br,
/Jakob

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Wifi Scanning code

2011-08-08 Thread Gabor T.
Here is my code:
package hu.wifx.droid;

import android.app.Activity;
import android.os.Bundle;
import android.widget.Button;
import android.widget.TextView;
import android.view.View;
import java.util.List;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.net.wifi.ScanResult;
import android.net.wifi.WifiManager;

public class WifXActivity extends Activity {

TextView mText;
WifiManager mWifi;
ListScanResult wifiList;
StringBuilder _sb = new StringBuilder();


/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);

Button btn1 = (Button) findViewById(R.id.btn1);
btn1.setOnClickListener(new View.OnClickListener()
{
public void onClick(View arg0)
{
// TODO Auto-generated method stub
StartTester();
}
});
}

public void StartTester()
{
//startActivity(new Intent(this, WIfiScanner.class));
IntentFilter i = new IntentFilter();
i.addAction(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION);

mText = (TextView) findViewById(R.id.mainText);
mWifi = (WifiManager) getSystemService(Context.WIFI_SERVICE);
registerReceiver(new BroadcastReceiver(){
public void onReceive(Context c, Intent i) {
WifiManager w = (WifiManager)
c.getSystemService(Context.WIFI_SERVICE);
wifiList = w.getScanResults();

_sb = new StringBuilder();

for(int m = 0; m  wifiList.size(); m++)
{

_sb.append((wifiList.get(m)).toString());
_sb.append(\\n);
}

mText.setText(_sb);
}
}, i);

WifiManager WM = (WifiManager)
getSystemService(Context.WIFI_SERVICE);
WM.setWifiEnabled(true);
WM.startScan();
}
}

No errors,
but when I start the emulator and click on button1:The application has
stopped unexpectedly. 
Why?

Please help me!
Thanks.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] customizing compilation

2011-07-19 Thread Marcelo T. Hama
Hi everbody.
I don't know if my question is in the correct forum, or if it's of
some value, but let's try... =]

I'm working on a project where I want to construct a runtime engine
above Android's environment (a type of custom compilation, just with
the most basics), trying to create a scenario where the following
sequence of steps should occur:
= OS boot;
= OS launchs an activity/service;
= Keep running the activity/service until the activity/service has To-
Do operations;
= Shutdown the OS;

I don't need any user interface, extra apps, browsers or viewers. The
most important thing is to run the installed apk and manage some
hardware drivers like usb/serial or wireless/bluetooth.
For this moment, I've downloaded the Cup-Cake Android to see if I can
figure out to separate what is really needed for my system.
Unfortunelly, although the good documentations in Android Developers,
I got myself very confused with so many files in the project.

Does someone give me some light to understand how can I do this?

Thanks in advance!

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] MMS on Network

2011-07-14 Thread A N K ! T
Any one..

On Wed, Jul 13, 2011 at 12:24 PM, A N K ! T ankit.awasth...@gmail.comwrote:

 Thanks Kirubakaran,

 I have tried that. i dont want to open dialog of available apps. i Just
 want to send it through Messaging Client.

 any clue?


 On Tue, Jul 12, 2011 at 3:02 PM, kirubakaran S 
 kirubakaran1...@gmail.comwrote:

 Hi,
   Use the same intent. Attach the message content in extras field of
 Intent. Intent is the best way to
 send MMS.

 On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T ankit.awasth...@gmail.comwrote:

 Hi All,

  I have an issue.  I want to send MMS. if i use Intent then it is
 starting application which can send MMS.

 I need to sent it by default. I have gone through the code of MMS native
 app there is a Class called MMSMessageSender which is responsible for
 sending mms(I think). but dont know how to use that class or which code
 should i use to do the task.

 --
 Thanks  Regards,
 Ankit Awasthi

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
 cheers
 Kirubakaran.S
 http://kirubakaran-blessedblogger.blogspot.com/


  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en








-- 
Thanks  Regards,
Ankit Awasthi

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] MMS on Network

2011-07-13 Thread A N K ! T
Thanks Kirubakaran,

I have tried that. i dont want to open dialog of available apps. i Just want
to send it through Messaging Client.

any clue?

On Tue, Jul 12, 2011 at 3:02 PM, kirubakaran S kirubakaran1...@gmail.comwrote:

 Hi,
   Use the same intent. Attach the message content in extras field of
 Intent. Intent is the best way to
 send MMS.

 On Tue, Jul 12, 2011 at 2:50 PM, A N K ! T ankit.awasth...@gmail.comwrote:

 Hi All,

  I have an issue.  I want to send MMS. if i use Intent then it is starting
 application which can send MMS.

 I need to sent it by default. I have gone through the code of MMS native
 app there is a Class called MMSMessageSender which is responsible for
 sending mms(I think). but dont know how to use that class or which code
 should i use to do the task.

 --
 Thanks  Regards,
 Ankit Awasthi

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




 --
 cheers
 Kirubakaran.S
 http://kirubakaran-blessedblogger.blogspot.com/


  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] No projects are found to import in Eclipse

2011-07-13 Thread A N K ! T
Create new project from existing source... then it will work fine...

On Wed, Jul 13, 2011 at 4:46 PM, arun kumar hariarun2...@gmail.com wrote:

 you not import project by click import menu you goto file-new-android
 project-create project from existing resource and give exact path its
 perfectly open.


 On Wed, Jul 13, 2011 at 4:41 PM, Perumss Naren peru2...@gmail.com wrote:

 Hi,

   Sorry you not get my point.. *No projects are found to import 
 *projects
 is there but i could not open that project

 Regards,
 Perumal.N


 On Wed, Jul 13, 2011 at 4:35 PM, arun kumar hariarun2...@gmail.comwrote:

 check www.developer.android.com for sample projects.

   On Wed, Jul 13, 2011 at 4:22 PM, Perumss Naren peru2...@gmail.comwrote:

  HI ,

I can't open the sample projects in *android-sdk_r11-windows* it
 shows *No projects are found to import*

 what i did :

  * File- import-Existing project into workspace-next- *

then i Browse the sample projects from
 android-sdk_r11-windows - samples -

finally it shows *No projects are found to import*

 can u please guide me what to do


 Thanks and Regards,
 Perumal.N

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to
 android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en




-- 
Thanks  Regards,
Ankit Awasthi

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] How to create Dynamic Arrays?

2011-07-13 Thread A N K ! T
@ shruthi

as Durgadoss gave u clear example. u can add any number of item at run time.
with specifying it.
go through documentation of ArrayList

--
Regards,
Ankit

On Wed, Jul 13, 2011 at 7:34 PM, Justin Anderson magouyaw...@gmail.comwrote:

 You are getting arrays and ArrayList mixed up... ArrayList is dynamic and
 you can modify it at runtime.
 http://developer.android.com/reference/java/util/ArrayList.html

 Thanks,
 Justin Anderson
 MagouyaWare Developer
 http://sites.google.com/site/magouyaware



 On Wed, Jul 13, 2011 at 8:00 AM, Shruthi Varma 
 shruthi.tlis...@gmail.comwrote:

 Hi,

 You didn't get my point.

 After parsing that xml, I will get a number of magazines (images).

 I have to store all the images of each magazine in a separate ArrayList.

 If I know in advance that I will get 3 magazines, I can initialize 3
 ArrayList and store images in it as you said.

 But the number of magazines can change from time to time (in the server
 side).

 So, how can I initialize n number of ArrayList where n is determined at
 runtime. :(

 Regards,
 Shruthi.
 On Wed, Jul 13, 2011 at 6:41 PM, Durgadoss Ramanathan 
 r.durgad...@gmail.com wrote:

 Hi Shruti,

 I do not clearly understand what you mean by not usable at runtime

 For example,

 In the Beginning, you initialize an ArrayList like this:

 ArrayListString mNames = new ArrayListString();
 In your parsing code, as when you discover an item, you can do:

 mNames.add(item.toString());

 I hope this helps you to an extent..

 --
 Regards
 Durgadoss


  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

  1   2   3   4   5   6   7   8   9   >