[android-developers] Android Developer

2023-07-03 Thread Abdul Raheem
Hi

This is *Abdul Raheem* from *Exatech Inc*. I have an immediate position
mentioned below. Please review and let me know your interest.



*Role: Android Developer*

Location: Atlanta, GA (Hybrid)

Duration: 12+ Months

Interview: Video



*Requirements:*

•  9+ years of experience managing application design, software
development, and maintenance

•  3+ years native Swift development experience is required

•  Android development experience is preferred

•  Ability to write well-documented, clean JavaScript code

•  Full understanding of Mobile SDLC

•  Experience with UI development is required

•  Experience in an agile environment

•  Great understanding with builds, software development and Git

•  Ability to troubleshoot API issues

•  Excellent communication skills to collaborate successfully with
engineering team and clients


Thanks and Regards

*Abdul Raheem, Sr. Talent Acquisition Lead*

*Email: **rah...@exatechinc.com *

Skype & Hangout: mdabdulrahee...@gmail.com

*4555 Lake Forest Drive, Suite 650 **| **Cincinnati, OH  45242  *

An E-Verified Company

USA-Canada-INDIA

-- 
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/CAJHuG4MzYDgU3n4yT42m5j4pFfHb39kiRbFw78YJN8UeS%3D_3Xw%40mail.gmail.com.


[android-developers] Android Service notification tutorial

2023-06-06 Thread ShelbyTek
Greetings all,

I'm looking for tutorial code for a background service (no dialogs) that 
will do system notifications (icons, audio sounds) for Android 9-11.  If 
anyone knows of a good example could you link it?  I have done a lot of 
searches but no basic code for this example that I am looking for and would 
appreciate it.

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/96f50372-8450-4fa1-8148-5f4edb837b32n%40googlegroups.com.


[android-developers] Android UX Designer

2023-04-24 Thread Abdul Raheem
Hi

This is *Abdul Raheem* from *Exatech Inc*. I have an immediate position
mentioned below. Please review and let me know your interest.



*Role : Android UX Designer*

Location : Atlanta , GA (Hybrid)

Duration : Long Term

Interview: Video



*Responsibilities*

· Gather and evaluate user requirements in collaboration with product
managers and engineers.

· Produce high-quality UX designs using wireframes, flow diagrams, graphic
and visual design, sitemaps, prototypes, and storyboards.

· Design UI elements, such as search boxes, navigation menus, widgets, and
tabs, for the company’s digital assets using figma.

· Develop UI mockups and prototypes that clearly illustrate how sites
function and look like

· Create original graphic designs (e.g., images, sketches, and tables)

· Prepare and present rough drafts to internal teams and key stakeholders.

· Test UI elements, such as banners, CTAs, page designs, page layouts,
target links, and page flows, for landing pages

· Identify and troubleshoot UX problems (e.g., responsiveness)

· Conduct layout adjustments based on user feedback.

· Adhere to the graphic design and typography style standards.



*Soft Skills*

· Ability to work in a team and independently.

· Excellent verbal and written communication skills

· Multitasking

· Time management



*Technical Skills*

· Bachelor’s degree in design, computer science, or a related technical
field

· Proven work experience as a UI/UX designer or a similar role for both
mobile and web platforms

· Familiar with mobile first and responsive design.

· Familiar with user accessibility standards.

· Understanding of user stories, customer journey maps, and personas.

· Be a brand ambassador by contributing to brand voice, design systems, and
style and usage guides across all assets.

· Proficiency with a computer, including Microsoft Word and Excel.

· Familiarity with Qt, Qt Designer, and Qt Quick is helpful.

· Team player who is self-motivated and has ability to work with minimal
supervision.

· Ability to work at a fast pace efficiently.

· Ability to maintain accurate records.

· Ability to communicate effectively with team members and leadership staff.



*Responsibilities:*

The Developer is responsible for the analysis, design, construction,
testing, and implementation of business and technical information
technology solutions through application of appropriate software
development life cycle methodology.

The scope for Developer (Core) is systems based on core technologies, while
the scope for Developer (COTS) pertains to custom off the shelf systems.

Developer (Niche) refers to niche technologies such as ecommerce systems
and Specialty Development in Delta terminology refers to Mobility and TPF.

'-Constructs, tests, and implements portions of business and technical
information technology solutions through application of appropriate
software development life cycle methodology.

Participates in standard business and technical information technology
solution implementations, upgrades, enhancements, and conversions.

Uses appropriate tools to analyze, identify, and resolve business and/or
technical problems.

'-Applies specialized knowledge in a single discipline such as
assembly/integration, cross-discipline functions, knowledge engineering,
industry expertise, or legacy evolution.

Interacts with the customer to gain an understanding of the business
environment and technical context.

Validates scope, plans, and deliverables for assigned projects.

'-Leads the design, development, implementation, and support of information
technology solutions encompassing multiple specializations, platforms, and
technologies. -Defines project scope, plans, and deliverables, including
proposed implementation dates.

Researches, analyzes, recommends, and implements new technologies, standard
processes, tools, and techniques

Assists in defining alternate solutions for the business problem.



Thanks and Regards

*Abdul Raheem, Sr. Talent Acquisition Lead*

*Email: **rah...@exatechinc.com *

Skype & Hangout: mdabdulrahee...@gmail.com

*4555 Lake Forest Drive, Suite 650 **| **Cincinnati, OH  45242  *

An E-Verified Company

USA-Canada-INDIA

-- 
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/CAJHuG4O77mU%3DukW%2BRS590%3Dq6uqb_Q8ObfBsXr9jCVbKpQDW%3DYw%40mail.gmail.com.


[android-developers] Android 10/11 : surfaceFlinger / RenderEngine evolutions: need help

2023-04-11 Thread Vincent Arvis
Hello
I want to port an image enhancement after the composition is done by 
Surface Flinger, and before the final HWC rendering.
Up to Android 10, the renderEngine class provided fluch() and close() 
functions.
So we called our full screen image enhancement , then we asked the 
renderEngine to finalize thanks to flush and close.
These functions have disappeared from Android 11 because deprecated.

Version used 
: 
https://cs.android.com/android/platform/superproject/+/android-11.0.0_r4:frameworks/native/services/surfaceflinger/

What I don't understand is how can I read what the RenderEngine does (even 
in RenderEngine.h/cpp)

Thanks a lot to share some ideas ??
Best
Vincent

-- 
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/40bf8b37-1da3-4a36-881b-208817b8a762n%40googlegroups.com.


[android-developers] Android DownloadManager issue on emulator

2023-04-06 Thread Pavol Stefka
Hello,

we have a functionality to download files in our app using Android 
DownloadManager 
https://developer.android.com/reference/android/app/DownloadManager 
.

On a physical mobile devices everything works fine, but if we try to 
download a file on an emulator the DownloadManager logs a warning message 
in logcat and is stuck sometimes for a minute and sometimes for several 
minutes retrying the request
Here is the logcat message:
DownloadManagercom.android.providers.downloads  
W  [1716] Stop requested with status HTTP_DATA_ERROR: Failed reading 
response: javax.net.ssl.SSLProtocolException: Read error: ssl=0xcca8e218: 
Failure in SSL library, usually a protocol error
error:1e65:Cipher 
functions:OPENSSL_internal:BAD_DECRYPT(external/boringssl/src/crypto/fipsmodule/cipher/e_aes.c:1044
 
0xd3173666:0x)
error:108b:SSLroutines:OPENSSL_internal:DECRYPTION_FAILED_OR_BAD_RECORD_MAC 
(external/boringssl/src/ssl/tls_record.cc:298 0xd3173666:0x)

Every help on this is appreciated

Thanks,

Pavol

-- 
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/620b2776-4aae-4a9d-b0f4-bfe504c0f5a9n%40googlegroups.com.


[android-developers] Android Developer (Reviews And Advice) (We Love The Oldest Parents App)

2023-04-03 Thread David Quigley
Hello, our Ancestry Appreciation Club just released our Free App,

I am new to making apps and want your advice and reviews about its quality.

Any comments are appreciated.

We Love The Oldest Parents - Apps on Google Play 


-- 
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/677c48ca-db12-4db1-b75c-ca7d80e40045n%40googlegroups.com.


[android-developers] Android Developer Remote

2022-07-27 Thread ANUSH MOGILI
 

Hi Greetings,

*Job Role * :  Android Developer

*Location * : Complete Remote

*Duration * : 12+ Months

*Job Description: *

• 5 Years hands on experience with Java and Kotlin
• Experience with Android Development, RESTful APIs and Git

 

 Thanks & Regards 

 

*Anush Mogili*

*PH: 9724400074* LinkedIn 


*US IT Recruiter*

Agile Enterprise Solutions Inc.

7460 Warren Pkwy Suite 100, Frisco, TX 75034 

Email:  anush_mog...@aesinc.us.com Website : www.aesinc.us.com 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/73fa759f-16f1-4f7e-81b6-e82ef067549fn%40googlegroups.com.


[android-developers] Android developer opportunity for a stealth mode startup

2022-07-09 Thread Prabagaran Thangavel


Please go through the below requirement and let me know if you are 
interested in this opportunity !!

 

Job Title: *Mobile Android Developer (1 entry level position)*
Location: Coimbatore (preferred)/Remote

*Preferred Candidate Profiles:*

   - 6 months+ of android experience
   - Passion for writing clean, reusable code
   - Knack for product and UX thinking
   - Ability and desire to work across multiple client surfaces including 
   Android and mobile web

-- 
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/da67afb7-e1c5-4b56-85de-cc05c065d064n%40googlegroups.com.


[android-developers] Android Accessibility Service - accessibilityEvent.getAction() always returns 0

2022-06-29 Thread 10A_01_Abhineet Sharma
0


I am trying to build an accessibility service for android and when I am 
trying to call this function, it always returns 0
class AccessibilityPerform extends Accessibility Service{ 
  @Override protected void onServiceConnected() { 
 accessibilityButtonController = getAccessibilityButtonController(); 
mIsAccessibilityButtonAvailable = 
accessibilityButtonController.isAccessibilityButtonAvailable(); 
  if (!mIsAccessibilityButtonAvailable) { return; } 
  AccessibilityServiceInfo serviceInfo = getServiceInfo(); 
 serviceInfo.flags |= 
AccessibilityServiceInfo.FLAG_REQUEST_ACCESSIBILITY_BUTTON;
  setServiceInfo(serviceInfo); 
 } 
  @Override public void onAccessibilityEvent(AccessibilityEvent 
accessibilityEvent) { 
Log.d("Action",String.valueOf(accessibilityEvent.getAction())); 
 } 
  @Override public void onInterrupt() {} } 

Also I am having minimumSdk version 28 so no problem with 
FLAG_REQUEST_ACCESSIBILITY_VERSION and I have also set my xml file properly 
and all flags have been added. So my question is, Is this normal for an 
accessibilityEvent.getAction() to return 0 everytime. Because I think that 
it stands for the action which has been performed like 
AccessbilityNodeInfo.ACTION_CLICK. Correct me if I am wrong. 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/4f76e888-057b-4315-a708-0fac2e448973n%40googlegroups.com.


[android-developers] [android accessibility] is Complementing android talkback with accessibility service possible?

2022-06-07 Thread Explorer
Hello Everyone
   We are trying to create an accessibility service which could detect
icons of buttons, lets say, and then report this information to talkback
screen reader. Is it possible to complement speech output of talkback? One
of the way I could think for it is through providing hint text of the
button, for instance. But, it seems we can not modify any
AccessibleNodeInfo property from accessibility service. So are there any
APIs that are provided by talkback directly to which we could send intent
perhaps to speak the phrase in context of that particular button?

   Any help in this regard will be very helpful. Please do let me know if
my question is not clear.

-- 
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/CAOYNTAyT5y4EkTM8Ph4A5%2Bj5BkHS8az9rrnVT3g6Fsbx_xeXWw%40mail.gmail.com.


[android-developers] Android 常用代码库

2022-06-06 Thread gh li
https://mp.weixin.qq.com/s?__biz=MzI0NzI0NDY2OQ===2652750158=1=365752f421eda01131c83a255499b74a=f25b935cc52c1a4a68504bab8295a7e01796e1d7744ee294993dd53a4953dae9b52223684e5b=265726213=zh_CN#rd

-- 
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/99049fe1-b662-4ae8-816f-d6fbefe04a25n%40googlegroups.com.


自动回复: [android-developers] Android TV app Update Options

2022-06-02 Thread '360401217' via Android Developers
这是来自QQ邮箱自动回复邮件。
 
您好,您的邮件已收到,尽快给您回复。



-- 
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/tencent_20C0F91335673C53250D0847%40qq.com.


[android-developers] Android TV app Update Options

2022-06-02 Thread 'Bijoy Varghese' via Android Developers
We had a look at the Android app update options. We have two different 
options available as per Android documentation.

*1. Flexible updates*
*2. Immediate updates*

*But the documentation says that the Android TV app is not supported. 
Please find the below statement from the documentation.*

Additionally, in-app updates are only supported for Android mobile devices, 
Android tablets, and Chrome OS devices.

Can you suggest an option to update Android TV app in playstore ? Does 
google support the same or do we any other option with a third party 
library ?

*https://developer.android.com/guide/playcore/in-app-updates 
*

-- 
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/e9b120d4-f4cd-47a8-bcb0-a4e7219b92ffn%40googlegroups.com.


[android-developers] Android Developer:::::::::100% Remote::::::

2022-05-25 Thread Shubham Sharma
Hi

This is* Shubham Sharma *here from*  RedLeo Software Inc*. I am trying to
reach you regarding the below job role, please have a look at the job
description, and please contact me at *(551) 242-0541*




*Android Developer100% Remote• Contract Length: 12 months• Client Industry:
Grocery/Supermarket*

• Team: Post Checkout Team (They handle everything after the purchase is
complete like delivery, refunds, returns, etc.)
• Location: Remote in the United States
• Interview Process:
Candidates must complete a pre screen assessment in HireVue before moving
forward. The assessment is a combination of behavioral questions and a
small coding sample that they will complete on video and typically takes
around 30-60 minutes. A unique link is automatically created once the
candidates are submitted and then the link will be sent to you.
After completing the HireVue, if the candidate scores high enough they will
be requested to interview with the hiring manager. It is one video
interview that should last around 1 hour and then the client will offer the
position.
• Information I need to submit the candidate to the client:
Contact Info (Name, Email, Phone, Location)
Last 4 of SSN
Visa Status & name and contact information of the employer
Pay Rate
Interview Availability and Projected Start Date
The candidate will need to agree to a background check including a drug test

We employ nearly half a million associates who serve over 11 million people
daily through our seamless shopping experience! We offer competitive wages,
flexible schedules, benefits and advancement opportunities.

* Responsibilities:*
We are seeking an Android developer for the Design System team. The KDS is
a collaboration system that designers and developers use to create highly
functional and visually cohesive products. The KDS Android library provides
reusable components to application developers which are used by teams
across our company to produce associate and customer-facing applications.

Produce clean, efficient code based on specifications
Verify and deploy systems and libraries
Troubleshoot, debug, and upgrade existing software
Work with designers & developers to design API-first (vs.
integration-first) systems
Develop APIs with a design-first (vs. code-first) approach
Gather and evaluate user feedback
Recommend and implement improvements
Write and maintain excellent technical documentation
Integrate third-party software as needed

Qualifications:
Extensive knowledge of Android themes and styles
Experience using, building, and maintaining a design system
Experience creating Android libraries for other developers to consume
Experience with Jetpack Compose
Knowledge of how to take advantage of Kotlin Flows in UI development
Experience with CI/CD for Android
Experience working on a multi-disciplinary team including other developers
as well as design and product management
Experience with Java, Kotlin, SQL, XML, JSON, other backend languages, any
shell scripts
Experience with Android SDK, Android studio/Visual studio, Material Design,
Git/GitHub, Databases like Room Database, SQLite
Experience with testing tools like Junit and Mockito
Experience with REST & SOAP services

*Best Regards,*

*Shubham Sharma |  Technical Recruiter*

*Redleo Software*
1201 N. Orange Street, Suite#7495
Wilmington Delaware, 19801 (USA)

Contact:  *(551) 242-0541*

* sh...@redleosoft.com* <%20sh...@redleosoft.com> || www.redleosoft.com

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


[android-developers] Android Developer

2022-02-22 Thread Abdul Raheem
Hi

This is *Abdul Raheem* from *Exatech Inc*. I have an immediate position
mentioned below. Please review and let me know your interest.



*Role: Android Developer*

Location: Atlanta, GA

Duration: Long Term

Interview: Video



*All you need is...*

• Bachelor's degree in Science/IT/Computing /industrial engineering or
equivalent/system analysis

• Minimum 5 years of experience in a software testing SDLC environment and
Agile methodologies.

• Strong work experience in mobile app development on Android platforms
(Android Mobile OS, FireTV OS, etc.)

• Ability to partner with 3rd-party SDK teams/modules used in app
development and coordinating the final end-product integration & delivery.

• Strong development experience in Windows IIS, advanced Java, markup
languages, scripting is a must.

• Skilled in SQL PostGres database calls and interactions.

• Apache/Tomcat expertise is a strong preference



*Even better if you have…*

• Strong Java server-side application experience is a plus.

• Experience in streaming applications, client server architecture and
traffic controls

• Exposure to New Relic, Apptentive, Flurry and/or other equivalent
monitoring platforms for Mobile App traffic volumes, errors, trending,
troubleshooting, etc.



Thanks and Regards



*Abdul Raheem*

*Phone: *(202) 301-7873 I +1 (513) 666 6914

*Email:* rah...@exatechinc.com

Skype & Hangout: mdabdulrahee...@gmail.com

*4555 Lake Forest Drive, Suite 650 **| **Cincinnati, OH  45242  *

An E-Verified Company

USA-Canada-INDIA

-- 
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/CAJHuG4Nhznp0zrPJxLX4yx5qXru0QP%2BO1tEs0Ef6ZwAkSNahtQ%40mail.gmail.com.


[android-developers] Android Developer in Durham, NC

2022-02-17 Thread Amit Saxena
*Android Developer*

*Location: Durham, NC*

Duration: 6-12 Months (May Extendable)

VISA: No OPT/CPT




*Job Description*

· *4+ years* of professional experience developing publicly
available *Android* apps using *Kotlin and/or Java*

· Verifiable experience as an Android developer using Kotlin, Java,
Android SDK, Gradle, and Android Studio in an agile environment

· Fluency in Kotlin and/or Java, from industry working experience

· Participated in the release of at least 1 publicly available app
to Google Play participating from feature inception to launch using
automated tooling like Jenkins, Gradle, and Google Developer APIs.

· Experience working in a team of Android developers participating
in code reviews, pull requests, and pair programming

· Experienced in test driven development owning end to end quality.
Experienced in modern test automation frameworks.

· Demonstrable experience mentoring and coaching other Android
developers in a collaborative and team-based organization.



*Required*

· Your passion creating amazing experiences on Android using
Google’s Material Design guidelines using your strong understanding of
functional programming and reactive patterns

· Your deep knowledge of Android design patterns including Clean
Architecture. Experience building multi-module Android apps is a big plus.
Experience with MVVM/MVI is also a plus.

· Your knowledge of the mobile landscape, architectures, trends,
and emerging technologies used in creating performant, resilient, and
robust Android apps

· Excellent understanding of computer science fundamentals, data
structures, and algorithms to ensure adherence to software engineering best
practices including object-oriented and functional programming

· Excellent understanding of testing concepts and frameworks using
Junit, Espresso, and Mockito

· Strong understanding of modern development principles such as
trunk-based development, feature toggles, and branch by abstraction to
support performant and collaborative engineering teams.

· Strong understanding of CI/CD tools such as Jenkins, Artifactory,
and SonarQube to continuously and autonomously deliver high-quality apps to
guarantee stable and performant experiences.

· Good understanding of Android Jetpack as well as open-source
libraries like Retrofit, and OkHttp to build modern, architecturally
compliant, and future-ready apps

· Good understanding of Android’s accessibility features and
experience building accessible experiences on Android

· Experience with Coroutines, Kotlin Multiplatform Mobile (KMM),
and Jetpack Compose is a plus

· Strong understanding of modern development principles such as
trunk-based development, feature toggles, and branch by abstraction to
support performant and collaborative engineering teams.

· Good understanding of Android Architecture Components as well as
open-source libraries like Retrofit, Picasso, and OkHttp to build modern,
architecturally compliant, and future-ready apps

· Experience with test automation frameworks like Calabash or
Appium is a plus.

· Development of test case execution plan, test case execution,
managing issues and status metrics.

· Develop automation test suite/framework to cover regression tests
for mobile platform.

· Identify opportunities to improve the manual field test scope,
such as automation of test data generation, and test execution.



*Experience/ Qualifications:* MCA/B. Tech/Any Graduate with 5-7 years of
relevant experience


*Thank You*



*Amit Saxena** | **1Point System LLC*

*Sr. Technical Recruiter*
Office: 803-573-0109 • Email: amit.sax...@1pointsys.com • Fax: 803-832-7973
 • www.1pointsys.com
115 Stone Village Drive

 Suite C

 Fort Mill, SC

 29708


[image: signature_266585036]

 *An E-Verified company | An Equal Opportunity Employer *

-- 
You received this message because you are subscribed to the 

自动回复: [android-developers] Android Developer in New York | No H1B/CPT/OPT

2021-11-09 Thread '360401217' via Android Developers
这是来自QQ邮箱自动回复邮件。
 
您好,您的邮件已收到,尽快给您回复。



-- 
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/tencent_0C0D052806466C34585AF447%40qq.com.


[android-developers] Android Developer in New York | No H1B/CPT/OPT

2021-11-09 Thread Vineet Sharma
*Please Share Resume to vinee...@1pointsys.com *



*Position: Android Developer*

*Location: New York (Remote role until the pandemic)*

*VISA: No H1B/CPT/OPT*



*Required Skills:*

•*5+ years* in *Android Development* with *2+ years* of development in
*Kotlin*.

•Developing, integrating, and deploying Android Applications

•Should be able to write efficient, well-documented code with Java/Kotlin
in Android using Android Studio.

•Solid experience with OOP and design patterns, such as MVVM, MVC,
Strategy, etc.

•Knowledge of Android networking and REST/JSON/XML Web Services and
integration with 3rd party libraries and APIs.

•Strong Understanding of core libraries, application framework, and Android
architecture.

•Experience with concurrency including Thread, Handler, Rxjava, Coroutines
and scheduling techniques.

•Must have experience developing for multiple device sizes such as mobile
phone as well as tablets, also including portrait & landscape.

•Experience and understanding of the entire Mobile SDLC using Android SDK.

•Strong knowledge of activities, fragments, collections, multithreading,
networking, profiling, performance tuning, and offline storage.

•Good understanding of ADA and other regulatory compliances including PCI,
PII and PHI.

•Promote proper implementation of Agile processes, techniques, and
principles

•Good Knowledge of CI/CD, build automation tools like Jenkins



*Must Have Skills:*

Java, Android app development with Kotlin, MVC Design Pattern, Android SDK,
JSON, Rest API







VINEET SHARMA 

Mobile: (315) 514-3320

Desk:(803) 818-3474Ext: 112

vinee...@1pointsys.com

Sr UI IT Resource Manager | 1Point System LLC

Connect on Skype: vicky1point...@gmail.com

Connect on LinkedIn: linkedin.com/in/vineet-sharma-11043aa4


Office Fax: 803-832-7973

115 Stone Village Drive • Suite C • Fort Mill, SC • 29708

An E-Verified company | An Equal Opportunity Employer

-- 
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/CAOjM%2BYQ8unU%3D2J0g%3DS2y2TX_HibfLLMFdZ6ivbOhSXM2VQjrRQ%40mail.gmail.com.


自动回复: [android-developers] Android Developer with Kotlin at Mountain View, CA

2021-11-03 Thread '360401217' via Android Developers
这是来自QQ邮箱自动回复邮件。
 
您好,您的邮件已收到,尽快给您回复。



-- 
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/tencent_0C584DFD3404EFC61377E5CA%40qq.com.


[android-developers] Android Developer with Kotlin at Mountain View, CA

2021-11-03 Thread Anirban . Banerjee
Hi,

Immediate opening for Android Developer with Kotlin at Mountain View, CA
Onsite in 2 weeks.

Open for All Visas


  *   At least 4 years of in-depth, recent Android mobile app development using 
the Android SDK.
  *   Very strong experience in Kotlin
  *   Good to have Understanding or Knowledge in RxJava, BLE, IoT, Embedded 
Android.
  *   Experience with remote workflows
  *   Able to deliver results on time, and take responsibility for a project's 
successful outcome.
  *   Attention to detail, strong work ethic, and positive mental attitude.
  *   Experience collaborating with senior developers, project managers, and 
designers in a fast-paced environment with little supervision.
  *   Professional, open-minded, and team-oriented personality.
  *   Excellent written and oral communication skills.
  *   Experience working with and connecting to APIs and other back end systems.

Kind Regards!
Anirban Banerjee
V2 Innovations Inc
42180 Ford Rd, Ste 302, Canton, MI 48187
Email: 
anirban.baner...@v2innovationsinc.com
Cell: (734) 408 4745
www.v2innovationsinc.com

Disclaimer: We respect your Online Privacy. This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) and may contain 
confidential and privileged information. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are not interested in receiving our e-mails then 
please reply with a "REMOVE" in the subject line and mention all the e-mail 
addresses to be removed with any e-mail addresses, which might be diverting the 
e-mails to you. We are sorry for the inconvenience


-- 
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/09a0e5cbcdd344d990100982319ea9a6%40v2innovationsinc.com.


[android-developers] Android Developer with Kotlin at Mountain View, CA

2021-11-02 Thread Anirban . Banerjee
Hi,

Immediate opening for Android Developer with Kotlin at Mountain View, CA
Onsite in 2 weeks.

Open for All Visas


  *   At least 4 years of in-depth, recent Android mobile app development using 
the Android SDK.
  *   Very strong experience in Kotlin
  *   Good to have Understanding or Knowledge in RxJava, BLE, IoT, Embedded 
Android.
  *   Experience with remote workflows
  *   Able to deliver results on time, and take responsibility for a project's 
successful outcome.
  *   Attention to detail, strong work ethic, and positive mental attitude.
  *   Experience collaborating with senior developers, project managers, and 
designers in a fast-paced environment with little supervision.
  *   Professional, open-minded, and team-oriented personality.
  *   Excellent written and oral communication skills.
  *   Experience working with and connecting to APIs and other back end systems.

Kind Regards!
Anirban Banerjee
V2 Innovations Inc
42180 Ford Rd, Ste 302, Canton, MI 48187
Email: 
anirban.baner...@v2innovationsinc.com
Cell: (734) 408 4745
www.v2innovationsinc.com

Disclaimer: We respect your Online Privacy. This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) and may contain 
confidential and privileged information. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are not interested in receiving our e-mails then 
please reply with a "REMOVE" in the subject line and mention all the e-mail 
addresses to be removed with any e-mail addresses, which might be diverting the 
e-mails to you. We are sorry for the inconvenience


-- 
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/d2c162c02bf6436e91a3b4f7ac35ea70%40v2innovationsinc.com.


[android-developers] Android Developer with Kotlin at Mountain View, CA

2021-11-02 Thread Kunal
Hi,

Immediate opening for Android Developer with Kotlin at Mountain View, CA
Onsite in 2 weeks.

Open for All Visas


  *   At least 4 years of in-depth, recent Android mobile app development using 
the Android SDK.
  *   Very strong experience in Kotlin
  *   Good to have Understanding or Knowledge in RxJava, BLE, IoT, Embedded 
Android.
  *   Experience with remote workflows
  *   Able to deliver results on time, and take responsibility for a project's 
successful outcome.
  *   Attention to detail, strong work ethic, and positive mental attitude.
  *   Experience collaborating with senior developers, project managers, and 
designers in a fast-paced environment with little supervision.
  *   Professional, open-minded, and team-oriented personality.
  *   Excellent written and oral communication skills.
  *   Experience working with and connecting to APIs and other back end systems.



Kind Regards!
Kunal
V2 Innovations Inc
42180 Ford Rd, Ste 302, Canton, MI 48187
Email: ku...@v2innovationsinc.com
Cell: (734) 357 8123
Fax: (734) 408 4744
www.v2innovationsinc.com


Disclaimer: We respect your Online Privacy. This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) and may contain 
confidential and privileged information. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are not interested in receiving our e-mails then 
please reply with a "REMOVE" in the subject line and mention all the e-mail 
addresses to be removed with any e-mail addresses, which might be diverting the 
e-mails to you. We are sorry for the inconvenience


-- 
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/b6fb0a504a594491a63954b4fce9ae35%40v2innovationsinc.com.


[android-developers] Android Developer with Kotlin at Mountain View, CA

2021-11-02 Thread Kunal
Hi,

Immediate opening for Android Developer with Kotlin at Mountain View, CA
Onsite in 2 weeks.

Open for All Visas


  *   At least 4 years of in-depth, recent Android mobile app development using 
the Android SDK.
  *   Very strong experience in Kotlin
  *   Good to have Understanding or Knowledge in RxJava, BLE, IoT, Embedded 
Android.
  *   Experience with remote workflows
  *   Able to deliver results on time, and take responsibility for a project's 
successful outcome.
  *   Attention to detail, strong work ethic, and positive mental attitude.
  *   Experience collaborating with senior developers, project managers, and 
designers in a fast-paced environment with little supervision.
  *   Professional, open-minded, and team-oriented personality.
  *   Excellent written and oral communication skills.
  *   Experience working with and connecting to APIs and other back end systems.



Kind Regards!
Kunal
V2 Innovations Inc
42180 Ford Rd, Ste 302, Canton, MI 48187
Email: ku...@v2innovationsinc.com
Cell: (734) 357 8123
Fax: (734) 408 4744
www.v2innovationsinc.com


Disclaimer: We respect your Online Privacy. This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) and may contain 
confidential and privileged information. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are not interested in receiving our e-mails then 
please reply with a "REMOVE" in the subject line and mention all the e-mail 
addresses to be removed with any e-mail addresses, which might be diverting the 
e-mails to you. We are sorry for the inconvenience


-- 
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/9f417ac862d942969fd614be22e607eb%40v2innovationsinc.com.


[android-developers] Android Developer with Kotlin at Mountain View, CA

2021-11-02 Thread Anirban . Banerjee
Hi,

Immediate opening for Android Developer with Kotlin at Mountain View, CA
Onsite in 2 weeks.

Open for All Visas


  *   At least 4 years of in-depth, recent Android mobile app development using 
the Android SDK.
  *   Very strong experience in Kotlin
  *   Good to have Understanding or Knowledge in RxJava, BLE, IoT, Embedded 
Android.
  *   Experience with remote workflows
  *   Able to deliver results on time, and take responsibility for a project's 
successful outcome.
  *   Attention to detail, strong work ethic, and positive mental attitude.
  *   Experience collaborating with senior developers, project managers, and 
designers in a fast-paced environment with little supervision.
  *   Professional, open-minded, and team-oriented personality.
  *   Excellent written and oral communication skills.
  *   Experience working with and connecting to APIs and other back end systems.

Kind Regards!
Anirban Banerjee
V2 Innovations Inc
42180 Ford Rd, Ste 302, Canton, MI 48187
Email: 
anirban.baner...@v2innovationsinc.com
Cell: (734) 408 4745
www.v2innovationsinc.com

Disclaimer: We respect your Online Privacy. This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) and may contain 
confidential and privileged information. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are not interested in receiving our e-mails then 
please reply with a "REMOVE" in the subject line and mention all the e-mail 
addresses to be removed with any e-mail addresses, which might be diverting the 
e-mails to you. We are sorry for the inconvenience


-- 
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/f2a30fd076af4e3b9015e7e272cf4dfc%40v2innovationsinc.com.


[android-developers] Android Developer with Kotlin at Mountain View, CA

2021-11-01 Thread Anirban . Banerjee
Hi,

Immediate opening for Android Developer with Kotlin at Mountain View, CA
Onsite in 2 weeks.

Open for All Visas


  *   At least 4 years of in-depth, recent Android mobile app development using 
the Android SDK.
  *   Very strong experience in Kotlin
  *   Good to have Understanding or Knowledge in RxJava, BLE, IoT, Embedded 
Android.
  *   Experience with remote workflows
  *   Able to deliver results on time, and take responsibility for a project's 
successful outcome.
  *   Attention to detail, strong work ethic, and positive mental attitude.
  *   Experience collaborating with senior developers, project managers, and 
designers in a fast-paced environment with little supervision.
  *   Professional, open-minded, and team-oriented personality.
  *   Excellent written and oral communication skills.
  *   Experience working with and connecting to APIs and other back end systems.

Kind Regards!
Anirban Banerjee
V2 Innovations Inc
42180 Ford Rd, Ste 302, Canton, MI 48187
Email: 
anirban.baner...@v2innovationsinc.com
Cell: (734) 408 4745
www.v2innovationsinc.com

Disclaimer: We respect your Online Privacy. This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) and may contain 
confidential and privileged information. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are not interested in receiving our e-mails then 
please reply with a "REMOVE" in the subject line and mention all the e-mail 
addresses to be removed with any e-mail addresses, which might be diverting the 
e-mails to you. We are sorry for the inconvenience


-- 
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/09265120774f4c8a9b83968cfdece9c4%40v2innovationsinc.com.


[android-developers] Android Developer with Kotlin at Mountain View, CA

2021-11-01 Thread Anirban . Banerjee
Hi,

Immediate opening for Android Developer with Kotlin at Mountain View, CA
Onsite in 2 weeks.

Open for All Visas


  *   At least 4 years of in-depth, recent Android mobile app development using 
the Android SDK.
  *   Very strong experience in Kotlin
  *   Good to have Understanding or Knowledge in RxJava, BLE, IoT, Embedded 
Android.
  *   Experience with remote workflows
  *   Able to deliver results on time, and take responsibility for a project's 
successful outcome.
  *   Attention to detail, strong work ethic, and positive mental attitude.
  *   Experience collaborating with senior developers, project managers, and 
designers in a fast-paced environment with little supervision.
  *   Professional, open-minded, and team-oriented personality.
  *   Excellent written and oral communication skills.
  *   Experience working with and connecting to APIs and other back end systems.

Kind Regards!
Anirban Banerjee
V2 Innovations Inc
42180 Ford Rd, Ste 302, Canton, MI 48187
Email: 
anirban.baner...@v2innovationsinc.com
Cell: (734) 408 4745
www.v2innovationsinc.com

Disclaimer: We respect your Online Privacy. This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) and may contain 
confidential and privileged information. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are not interested in receiving our e-mails then 
please reply with a "REMOVE" in the subject line and mention all the e-mail 
addresses to be removed with any e-mail addresses, which might be diverting the 
e-mails to you. We are sorry for the inconvenience


-- 
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/469899877f09451a9f172793f7542552%40v2innovationsinc.com.


Re: [android-developers] ​Android Developer with Activity Manager

2021-10-29 Thread vijaya kumar
No reply

From: android-developers@googlegroups.com  
on behalf of vijaya kumar 
Sent: Friday, October 29, 2021 9:30:20 PM
To: android-developers@googlegroups.com ; 
gaurav.du...@kanandcorp.com 
Subject: Re: [android-developers] ​Android Developer with Activity Manager

Can I get refferal code for task mate

From: android-developers@googlegroups.com  
on behalf of Gaurav R 
Sent: Friday, October 29, 2021 8:51:18 PM
To: gaurav.du...@kanandcorp.com 
Subject: [android-developers] ​Android Developer with Activity Manager


Android Developer with Activity Manager

Work Location: San Francisco, CA 94105

Contract duration: 6



Job Details:



•Android Developer with experience and knowledge in Android UI Design 
and Application Frameworks such as Activity Manager, Fragments,

•Notification Manager, Location Manager, Telephony Manager, Content 
Providers, REST API's etc.

•Good hands on experience in developing Android enterprise applications 
for mobiles and tablets using IDE like Eclipse, Android Studio, Android SDK and 
ADT development tools in JAVA environment.

•Experience in Android Animations and Graphics to design and build 
intuitive Android applications with appealing user interface.

•Experience using Native Rest Api’s to support both Android and iOS 
platform.

•Expertise needed with common Android framework APIs (Location, Camera, 
Notifications, Maps).



Must Have Skills

Android, Java, RESTFUL APIs



Nice to have skills

Dev Ops

--

Regards,

Gaurav Dubey

Sr Associate-Talent Acquisition



KAnand Corporation

Phone: 929-333-7060

Email: gaurav.du...@kanandcorp.com<mailto:gaurav.du...@kanandcorp.com>

Web: www.kanandcorp.com <http://www.kanandcorp.com/>

--
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
android-developers+unsubscr...@googlegroups.com<mailto:android-developers+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJj6vY3Kri66k%3DeEMEoABQM-KKkpcvBt6o%3DGSBZo6jNrsG41_A%40mail.gmail.com<https://groups.google.com/d/msgid/android-developers/CAJj6vY3Kri66k%3DeEMEoABQM-KKkpcvBt6o%3DGSBZo6jNrsG41_A%40mail.gmail.com?utm_medium=email_source=footer>.

--
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<mailto:android-developers+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/TY2PR02MB4416750C177679DF1C8754D2F7879%40TY2PR02MB4416.apcprd02.prod.outlook.com<https://groups.google.com/d/msgid/android-developers/TY2PR02MB4416750C177679DF1C8754D2F7879%40TY2PR02MB4416.apcprd02.prod.outlook.com?utm_medium=email_source=footer>.

-- 
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/TY2PR02MB4416E4D1743D169C2AE753C4F7879%40TY2PR02MB4416.apcprd02.prod.outlook.com.


Re: [android-developers] ​Android Developer with Activity Manager

2021-10-29 Thread vijaya kumar
Can I get refferal code for task mate

From: android-developers@googlegroups.com  
on behalf of Gaurav R 
Sent: Friday, October 29, 2021 8:51:18 PM
To: gaurav.du...@kanandcorp.com 
Subject: [android-developers] ​Android Developer with Activity Manager


Android Developer with Activity Manager

Work Location: San Francisco, CA 94105

Contract duration: 6



Job Details:



•Android Developer with experience and knowledge in Android UI Design 
and Application Frameworks such as Activity Manager, Fragments,

•Notification Manager, Location Manager, Telephony Manager, Content 
Providers, REST API's etc.

•Good hands on experience in developing Android enterprise applications 
for mobiles and tablets using IDE like Eclipse, Android Studio, Android SDK and 
ADT development tools in JAVA environment.

•Experience in Android Animations and Graphics to design and build 
intuitive Android applications with appealing user interface.

•Experience using Native Rest Api’s to support both Android and iOS 
platform.

•Expertise needed with common Android framework APIs (Location, Camera, 
Notifications, Maps).



Must Have Skills

Android, Java, RESTFUL APIs



Nice to have skills

Dev Ops

--

Regards,

Gaurav Dubey

Sr Associate-Talent Acquisition



KAnand Corporation

Phone: 929-333-7060

Email: gaurav.du...@kanandcorp.com<mailto:gaurav.du...@kanandcorp.com>

Web: www.kanandcorp.com <http://www.kanandcorp.com/>

--
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
android-developers+unsubscr...@googlegroups.com<mailto:android-developers+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAJj6vY3Kri66k%3DeEMEoABQM-KKkpcvBt6o%3DGSBZo6jNrsG41_A%40mail.gmail.com<https://groups.google.com/d/msgid/android-developers/CAJj6vY3Kri66k%3DeEMEoABQM-KKkpcvBt6o%3DGSBZo6jNrsG41_A%40mail.gmail.com?utm_medium=email_source=footer>.

-- 
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/TY2PR02MB4416750C177679DF1C8754D2F7879%40TY2PR02MB4416.apcprd02.prod.outlook.com.


[android-developers] ​Android Developer with Activity Manager

2021-10-29 Thread Gaurav R
*Android Developer with Activity Manager*

*Work Location: San Francisco, CA 94105*

*Contract duration: 6*



*Job Details:*



·Android Developer with experience and knowledge in Android UI
Design and Application Frameworks such as Activity Manager, Fragments,

·Notification Manager, Location Manager, Telephony Manager, Content
Providers, REST API's etc.

·Good hands on experience in developing Android enterprise
applications for mobiles and tablets using IDE like Eclipse, Android
Studio, Android SDK and ADT development tools in JAVA environment.

·Experience in Android Animations and Graphics to design and build
intuitive Android applications with appealing user interface.

·Experience using Native Rest Api’s to support both Android and iOS
platform.

·Expertise needed with common Android framework APIs (Location,
Camera, Notifications, Maps).



*Must Have Skills*

Android, Java, RESTFUL APIs



*Nice to have skills*

Dev Ops

-- 

Regards,

*Gaurav Dubey*

Sr Associate-Talent Acquisition
--

KAnand Corporation

Phone: 929-333-7060

Email: *gaurav.du...@kanandcorp.com *

Web: *www.kanandcorp.com*  

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


[android-developers] Android developer @ Seatac, WA

2021-10-29 Thread azhar uddin
*Hi Professionals,*


*Role : Android developer*

*Location : Seatac, WA*

*Visa :  NO H1 Transfers*

*Job Roles / Responsibilities:*
o A minimum of 3 years of Xamarin Android development experience.
o A minimum of 4 years of experience developing web/mobile applications and
web services using .NET Technologies.

Contributes as a developer on a scrum delivery team, collaborating with
product owners, developers and testers to deliver business value on an
iterative basis. • Architects, designs, and develops complex, end-to-end
custom, software applications. • Ensures AAG delivers high quality software
by writing clean code and utilizing pair programming, test-driven
development (TDD), continuous integration, and code reviews. • Remains
actively engaged in the technology industry and understands how the
evolving technologies can benefit AAG and its customers. • Other duties as
assigned.


*Thanks & Regards*

*Mohd Azhar uddin*


*Tel: 703-831-8282 Ext. 2526,(M) (315) 543-4232*

*Email: m.az...@canopyone.com  *

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFp5OXh10Kt0jHzU1g%2Bjbqv7%3DfMSeUPkfLRb5Pr18PJ0G0_%2BCw%40mail.gmail.com.


[android-developers] Android Developer in Scottsdale, AZ/Chicago, IL/ Woonsocket, RI | COVID Remote then On Site

2021-10-28 Thread Vineet Sharma
*Please Share Resume to vinee...@1pointsys.com *



*Position: Android Developer*

*Location: Scottsdale, AZ/Chicago, IL/ Woonsocket, RI (Remote role until
the pandemic)*



*Required Skills:*

•5+ years in Android Development with 2+ years of development in Kotlin.

•Developing, integrating, and deploying Android Applications

•Should be able to write efficient, well-documented code with Java/Kotlin
in Android using Android Studio.

•Solid experience with OOP and design patterns, such as MVVM, MVC,
Strategy, etc.

•Knowledge of Android networking and REST/JSON/XML Web Services and
integration with 3rd party libraries and APIs.

•Strong Understanding of core libraries, application framework, and Android
architecture.

•Experience with concurrency including Thread, Handler, Rxjava, Coroutines
and scheduling techniques.

•Must have experience developing for multiple device sizes such as mobile
phone as well as tablets, also including portrait & landscape.

•Experience and understanding of the entire Mobile SDLC using Android SDK.

•Strong knowledge of activities, fragments, collections, multithreading,
networking, profiling, performance tuning, and offline storage.

•Good understanding of ADA and other regulatory compliances including PCI,
PII and PHI.

•Promote proper implementation of Agile processes, techniques, and
principles

•Good Knowledge of CI/CD, build automation tools like Jenkins



*Must Have Skills:*

Java, Android app development with Kotlin, MVC Design Pattern, Android SDK,
JSON, Rest API









VINEET SHARMA 

Mobile: (315) 514-3320

Desk:(803) 818-3474Ext: 112

vinee...@1pointsys.com

Sr UI IT Resource Manager | 1Point System LLC

Connect on Skype: vicky1point...@gmail.com

Connect on LinkedIn: linkedin.com/in/vineet-sharma-11043aa4


Office Fax: 803-832-7973

115 Stone Village Drive • Suite C • Fort Mill, SC • 29708

An E-Verified company | An Equal Opportunity Employer

-- 
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/CAOjM%2BYQUo7cz0MfwuLyOgvkMjYrRqe1OFzgd2zpbGqrk%2Ba%2BPXg%40mail.gmail.com.


[android-developers] Android Develop at Mountain View- CA ( Immediate opening )

2021-10-27 Thread vijay
Hi,

We have Immediate opening for Android Developer with Kotlin at Mountain View, CA
Experience needed - Minimum 5 years
Open for All Visas

Android Develop at Mountain View- CA ( Immediate opening )


Job Description


  *   At least 4 years of in-depth, recent Android mobile app development using 
the Android SDK.
  *   Very strong experience in Kotlin
  *   Good to have Understanding or Knowledge in RxJava, BLE, IoT, Embedded 
Android.
  *   Experience with remote workflows
  *   Able to deliver results on time, and take responsibility for a project's 
successful outcome.
  *   Attention to detail, strong work ethic, and positive mental attitude.
  *   Experience collaborating with senior developers, project managers, and 
designers in a fast-paced environment with little supervision.
  *   Professional, open-minded, and team-oriented personality.
  *   Excellent written and oral communication skills.
  *   Experience working with and connecting to APIs and other back end systems.




Kind Regards!
Vijayraj Narayanan
V2 Innovations Inc
42180 Ford Rd, Ste 302, Canton, MI 48187
Email: vi...@v2innovationsinc.com
Cell: (734) 408 4031
Fax: (734) 408 4744
www.v2innovationsinc.com


Disclaimer: We respect your Online Privacy. This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) and may contain 
confidential and privileged information. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are not interested in receiving our e-mails then 
please reply with a "REMOVE" in the subject line and mention all the e-mail 
addresses to be removed with any e-mail addresses, which might be diverting the 
e-mails to you. We are sorry for the inconvenience

-- 
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/6df8c8ae2acc4236a3c057f0aaf036e7%40v2innovationsinc.com.


[android-developers] Android Developer

2021-10-21 Thread Jobs forUSA
Role: Android Developer

Location: ATLANTA, GA. Remote

Rate: $85/hr AI

Project type: Sold staff Aug

IMPORTANT: BGC AND DRUG TEST IS MANDATORY. *Remote positition, but
candidate must be willing to work in EST time.*



JD

Role:



- build and define the API contracts between applications and middleware
systems



- perform application analysis and derive suggestions for application
improvement, performance management, and tech debt management



- assist in requirements analysis, estimation of effort and documenting
tasks on stories with clear acceptance criteria



- mentor and lead a team of mobile developers on the implementation of
Android apps



- handle REST calls, JSON parsing and construction, UI implementation from
specifications



- troubleshoot HTTP traffic to / from device



- troubleshoot an issue in an application given the requirements, stack
traces, and source code





Relevant Experience:





- Hands on development of enterprise or consumer mobile apps



- 3-10 apps produced and involved in developing code as a project lead



- Mentored several developers along the delivery of applications



- Able to take an application from concept through app store publication



Required Skills:





- Demonstrated skills in Android development



- Proficient or experienced in Kotlin and Java



- Understand design MVVM, MVC and other design patterns and their
implementation



- Experience leading developers using Agile methodology guidelines and
practices



- Knowledge and hands-on experience in source code management tools and
processes (EG: GIT)



- Understand use of GRADLE and MAVEN in context of package management and
application production



- Use of SWAGGER, RAML and other description tools required







Technical skills:



Android Studio



Charles Proxy, Postman, Fiddler, or other HTTP traffic diagnosis tools



Using GraphQL API Schema



Basic AWS knowledge (Lambda, API Gateway, AppSync)



Jetpack Compose



CoreML / ML Kit, ARKit / ARCore



RXJava



Jira, Confluence or other like team management tools



GIT, Stash, Bitbucket, or like modern source code management tools





Nice to have







- Application in the public app store(s) and able to explain your role in
the production of the application



- Demonstrable source code projects in a public source code repository (EG:
Github, Bitbucket) and your interaction / contribution in projects (Forks,
pull requests, builds, etc.) - Active social media presence in the
development communities (EG: Stack overflow, Twitter, Slack, etc.)



- Postings of articles of mobile application development domain knowledge
in places like Wordpress, Medium, self-hosted websites, etc. demonstrating
thought leadership in areas of mobile ecosystem.







Behavioral competencies





- Team oriented project engagement style



- Great communication skills



- forever learning new skills and self-educating on new topics



- Strong analytic skills



- Desire to mentor and lift the whole team
*Regards,*
*Vikas Anand*
*KAnand Corporation*
512-772-3433

-- 
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/CAKuqjGo9_V4cRn%2BqgjfEqQYyV%3Dfpyea5zEBY1_8QTktj9yXx2w%40mail.gmail.com.


[android-developers] Android Developer

2021-10-21 Thread Abdul Raheem
Hi

This is *Abdul Raheem* from *Exatech Inc*. I have an immediate position
mentioned below. Please review and let me know your interest.



*Position: Android Developer*

Location: San Francisco, CA

Duration: Long Term

Interview: Video



*Required:*

5+ years of experience as Android developer

Familiarity with *Kotlin* is a must (the coding interview will be done in
Swift)



Thanks and Regards



*Abdul Raheem*

*Phone: *(202) 301-7873 I +1 (513) 666 6914

*Email:* rah...@exatechinc.com

Skype & Hangout: mdabdulrahee...@gmail.com

*4555 Lake Forest Drive, Suite 650 **| **Cincinnati, OH  45242  *

An E-Verified Company

USA-Canada-INDIA

-- 
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/CAJHuG4PBChvJZm1z%3DPWUn0M4tHmaFL7QdEfXH-OY__wjvcZX-w%40mail.gmail.com.


[android-developers] Android/IOS Developer//Charlotte, NC

2021-10-04 Thread Mohammed Ifthekhar
Hello *Associate*,

Hope you are doing well
We have below requirement open. Please send me your genuine candidate on my
email ID  *ifthek...@canopyone.com *



*Position: : Android Developer:*

*Location: Charlotte, NC (remote until covid)*

*Type: Contract*



JD: Experience 8+ years min. Must have Kotlin experience



*Position: IOS Developer*

*Location: Charlotte, NC (remote until covid)*

*Type: Contract*


*Thanks & Regards*

*Mohammed Ifthekharuddin*

 Tel: 703-831-8282 Ext 223 Cell: 323-825-5662
  Email: ifthek...@canopyone.com  Web: www.canopyone.com


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


[android-developers] ANDROID DEVELOPER//BLUE ASH, OH//C2C// FULL TIME

2021-09-22 Thread rakesh kumar


HI

Greetings From CAREERSLINK.IN

 

JOB TITLE: ANDROID DEVELOPER

LOCATION: BLUE ASH, OH

DURATION: FULL TIME

CONTRACT: C2C

Requirements:

   - Candidate should have experience between 3-8 Years. 
   - Should have Experience developing Android Native Apps 
   - Should have strong knowledge with #Kotlin 
   - Strong knowledge of #Android SDK, #different versions of Android, and 
   how to deal with different screen sizes. 
   - Strong knowledge of Android UI design principles, patterns, and best 
   practices 
   - Familiarity of Testing Frameworks – #Junit, #Mockito, #Espresso 
   - Experience with implementing unit tests,#integration tests, Test 
   Driven Development 
   - Familiarity with #RESTful API's to connect Android applications to 
   back-end services 
   - Understanding of Google’s Android design principles and interface 
   guidelines 
   - Experience with third-party libraries and APIs like #Google Ads API,# 
   Analytics 
   - Strong development, analytical and problem solving skills 
   - Proficient understanding of code versioning tools, such as #Git, 
   #GitHub 
   - Experience with #Lean / Agile development methodologies 
   - Good analytical and problem-solving skills. 
   - Excellent organizational and communication skills 

 

THANKS AND REGARDS

Rakesh kumar

CAREERSLINK.IN

Email: rakesh.ku...@careerslink.in

Phno: (209)260-9174

-- 
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/0a845be7-6cfe-454e-af0c-642041cefe92n%40googlegroups.com.


[android-developers] Android Developer

2021-09-21 Thread Gaurav R
rate is 65 c2c

*Job title  Android Developer *

*Work Location with Zip code San Francisco, CA 94105 *

*Duration of the project? 6 months – 8 months*



*DETAILED JOB DESCRIPTION *



•5-7 years of software development experience

•3-5 years Android experience (preferably client side)

•Proficient in Android, Kotlin & Java

•Must have implemented end to end application and have gone
through market place release process.

•Well versed with building UI using XML and custom UI
components, Jetpack Compose experience a plus.

•Comfortable and should have used on Unit test framework and
Espresso Integration test framework.

•Strong familiarity with coroutines

•Experience in consuming web services using JSON/ XML

•Knowledge and understanding of software design and various
patterns like - MVM, MVVM, MVP, MVC, Delegation, Singleton, Factory, Adapter

•Familiarity with agile development/waterfall processes and
methodologies

•Expertise in app memory management, multithreading, networking
& Security

•Excellent debugging and optimization skills

•Source code control understanding (experience with Git
preferred)

•Experience working with CI/CD pipeline
-- 

Regards,

*Gaurav Dubey*

Sr Associate-Talent Acquisition
--

KAnand Corporation

Phone: 929-333-7060

Email: *gaurav.du...@kanandcorp.com *

Web: *www.kanandcorp.com*  

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


[android-developers] Android Developer, Houston, Tx, 12+ Months contract ( direct client)

2021-09-20 Thread Ashwa Mohan
Hi All,

   Please find the below role. let me know your interest.

Role : Android Developer
Location: Houston, Texas ( Remote initially )
Duration : 12+ Month contract

Job Description:

Test-driven development experience, solid OOP knowledge, charting and 
graphing, and strong ability with the modern pipelines.

Requirements:
• Computer Science degree or strong OOP background
• Minimum 6 years of development experience
• Work closely with our product and design teams to build new and 
innovative application experiences for Android
• Implement custom native user interfaces using the latest Android programming 
techniques
• Build reusable Android software components for interfacing with our 
back-end platforms
• Analyze and optimize UI and infrastructure application code for quality, 
efficiency, and performance
• 4+ years of object-oriented software development experience
• 4+ years of experience building Android applications in Java using Android
 SDK
• Experience building maintainable and testable code bases, including API 
design and unit testing techniques
• Experience with multithreading programming and mobile memory management


Thanks
Ashwa Mohan
Delivery Lead- US operations ( Recruitment )
919 439 3682 extn 9014
mo...@infomericainc.com

www.infomericainc.com

*"Certified Minority Business Enterprise"*

*"Certified Women Owned Enterprise"*

-- 
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/f62ca7fe-03a8-403b-9c68-c3ba9cafc3d0n%40googlegroups.com.


[android-developers] Android Developer - Remote Job | Strong Kotlin Exp

2021-09-14 Thread Vineet Sharma
*Please share resume to vinee...@1pointsys.com *


*Max Rate: $55/hr. on C2C*

*VISA: Hand Holding VISA Photo is required*


*Must have strong KOTLIN EXP*

*VISA : ANY (But required hand holding visa and DL copy please)*



*Position : Android Developer*

Duration: 6 Months

Location : REMOTE

Interview : Phone and skype

*VISA : ANY (But required hand holding visa and DL copy please)*



*Front End – Presentation Layer (25%)*

*Middle Tier – Logic Layer (70%)*

*Back End – Data Layer (5%)*



*Skills Required:*

· Must have 5 years of experience analyzing business problems and
translating business requirements into technology solutions

· Must have 5 years of experience designing enterprise class
solutions using object-oriented analysis and design patterns,
service-oriented architecture, and solution frameworks

· Minimum 5 year of experience to mobile development with
ObjC/Swift and Xcode, or Java/Kotlin and Android Studio

· Experience in implementing SDKs/Frameworks for consumption by
external application teams using CocoaPods, Swift Package Manager, or Maven



*Additional areas of knowledge/expertise:*

· *REST API Integration*

· *Dependency Injection*

· *Unit Testing*

· *Automated UI Testing*

· Experience integrating with RESTful API services

· experience with ObjC/Swift or Java 8/Kotlin

· Strong understanding of the best practices of app design

· Strong understanding of Apple’s/Google’s design principles and
interface guidelines

· Strong familiarity with architecture and design
patterns, including but not limited to Reactive Programming, Dependency
Injection, Singleton Pattern, MVC, MVVM and MVP

· Strong understanding of version control systems such as Grit

· Must have excellent communication skill

· Must be flexible and able to handle stressful situations in a
professional manner

· Must have the ability to work the minimal supervision within a
large structured environment

· Strong problem- determination skills and resolution experience.

· Bachelor’s degree in Computer Science or related analytical field
or equivalent experience



*Special Qualifications:*

· Experience securing sensitive data such as PII, HIPPA, or PCI data

· Experience creating cross-platform libraries for Xamarin

· Strong technical understanding of the iOS or Android Frameworks

· SCRUM or other Agile experience

· Strong passion for developing best in class mobile applications



*Work Description:*

· Design, develop, test and maintain features within our Mobile
Payments SDK, which empowers our customers to pay for their purchases in
our mobile applications









*VINEET SHARMA
*

*Mobile: (315) 514-3320 *

*Desk:(803) 818-3474Ext: 112*

*vinee...@1pointsys.com *

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com *

*Connect on LinkedIn: **linkedin.com/in/vineet-sharma-11043aa4
*

*Office Fax: 803-832-7973 <803-832-7973> *

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*

-- 
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/CAOjM%2BYTw6KeGyKB9rzkuV2-Mh9HZhxxySWN68S2VPr4srpGo%3Dw%40mail.gmail.com.


[android-developers] Android Developer - Remote Job | Strong Kotlin Exp

2021-09-14 Thread Vineet Sharma
*Please share resume to vinee...@1pointsys.com *



*Must have strong KOTLIN EXP*

*VISA : ANY (But required hand holding visa and DL copy please)*



*Position : Android Developer*

*Duration:  6 Months*

*Location : REMOTE*

*Interview : Phone and skype*

*VISA : ANY (But required hand holding visa and DL copy please)*



*Front End – Presentation Layer (25%)*

*Middle Tier – Logic Layer (70%)*

*Back End – Data Layer (5%)*



*Skills Required:*

   - *Must have 5 years of experience analyzing business problems and
   translating business requirements into technology solutions*
   - *Must have 5 years of experience designing enterprise class solutions
   using object-oriented analysis and design patterns, service-oriented
   architecture, and solution frameworks*
   - *Minimum 5 year of experience to mobile development with ObjC/Swift
   and Xcode, or Java/Kotlin and Android Studio*
   - *Experience in implementing SDKs/Frameworks for consumption by
   external application teams using CocoaPods, Swift Package Manager, or Maven*
   - *Additional areas of knowledge/expertise:*
  - *REST API Integration*
  - *Dependency Injection*
  - *Unit Testing*
  - *Automated UI Testing*
   - *Experience integrating with RESTful API services*
   - *experience with ObjC/Swift or Java 8/Kotlin*
   - *Strong understanding of the best practices of app design*
   - *Strong understanding of Apple’s/Google’s design principles and
   interface guidelines*
   - *Strong familiarity with architecture and design patterns,  including
   but not limited to Reactive Programming, Dependency Injection, Singleton
   Pattern, MVC, MVVM and MVP*
   - *Strong understanding of version control systems such as Grit*
   - Must have excellent communication skill
   - Must be flexible and able to handle stressful situations in a
   professional manner
   - Must have the ability to work the minimal supervision within a large
   structured environment
   - Strong problem- determination skills and resolution experience.
   - Bachelor’s degree in Computer Science or related analytical field or
   equivalent experience



*Special Qualifications:*

   - Experience securing sensitive data such as PII, HIPPA, or PCI data
   - Experience creating cross-platform libraries for Xamarin
   - Strong technical understanding of the iOS or Android Frameworks
   - SCRUM or other Agile experience
   - Strong passion for developing best in class mobile applications



*Work Description:*

   - Design, develop, test and maintain features within our Mobile Payments
   SDK, which empowers our customers to pay for their purchases in our mobile
   applications







*VINEET SHARMA
*

*Mobile: (315) 514-3320 *

*Desk:(803) 818-3474Ext: 112*

*vinee...@1pointsys.com *

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com *

*Connect on LinkedIn: **linkedin.com/in/vineet-sharma-11043aa4
*

*Office Fax: 803-832-7973 <803-832-7973> *

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*

-- 
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/CAOjM%2BYTOv-%2BJVar5fK2kJqoSYbsNP_X%3DB28C%2BQsn63hAw6JOig%40mail.gmail.com.


[android-developers] Android Developer at Raleigh - NC

2021-09-08 Thread Kunal
Hi,

We have an immediate opening for Android Developer at Raleigh - NC

Must have 6+ years of experience in Android development

Job description

  *   Understanding the technologies Kotlin  RxJava MVVM  Jetpack Architecture
  *   Ability to Write Clean code & Best Practices
  *   Ability to Unit Test your code to make sure it works as expected.
  *   Have a detailed & deep understanding of the Mobile development cycle and 
its limitations.
  *   Solid understanding of various developer tools like Git CI/CD/Agile.
  *   Understanding of data management  & ability to write queries
  *   Ability to read Retrofit API & parse JSON and serialized data
  *   Understanding of multi-threaded interface design.
  *   Experience with fragment-based android application architectures.
  *   Translate designs and wireframes into high-quality code.
  *   Deliver across the entire app life cycle ?concept  design  build  deploy  
test  release to app stores and support


Kind Regards!
Kunal
V2 Innovations Inc
42180 Ford Rd, Ste 302, Canton, MI 48187
Email: ku...@v2innovationsinc.com
Cell: (734) 357 8123
Fax: (734) 408 4744
www.v2innovationsinc.com


Disclaimer: We respect your Online Privacy. This e-mail message, including any 
attachments, is for the sole use of the intended recipient(s) and may contain 
confidential and privileged information. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are not interested in receiving our e-mails then 
please reply with a "REMOVE" in the subject line and mention all the e-mail 
addresses to be removed with any e-mail addresses, which might be diverting the 
e-mails to you. We are sorry for the inconvenience



-- 
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/7c25da6ad2e74e8ab9f51b1d897df6f7%40v2innovationsinc.com.


[android-developers] Android Developer

2021-09-02 Thread Abdul Raheem
Hi

This is *Abdul Raheem* from *Exatech Inc*. I have an immediate position
mentioned below. Please review and let me know your interest.



*Role: Android Developer*

Location: 100% Remote (SFO, CA)

Duration: Long Term

Interview: Video

*Job Description:*
As a Software Engineer on client’s  Android team, you will be responsible
for bringing client’s unique vision for mobile and wearable technology to
life on the Android platform.
You will collaborate closely with our product, design, and backend
development teams to define, develop, and deliver Android applications that
are deeply integrated components of the rich user experience we strive to
create for each of our products.
Software platform plays a vital role in today’s mobile lifestyle. We
believe we can create groundbreaking systems and experiences that
incorporate beautifully crafted software solutions with our innovative
mobile and wearable devices.
If you enjoy problem solving with a small, creative and dedicated team in a
fast-paced environment, have a deep love for technology, and are passionate
about building new and innovative products and applications that will
change the way people live, we want you to help us deliver on this vision.

* Core Responsibilities*
● Design and develop client’s Android applications in a small,
collaborative team environment, with a strong focus on usability, quality
and performance
● Work closely with the platform team to integrate client’s Android
applications with our backend services
● Collaborate with the product and design teams to make our applications
useful, beautiful, and fun to use

*Requirements*
● BS/CS, MS/CS or equivalent work experience
● 5+ years of experience developing complex Android applications using
technologies such as Core Data, Core Graphics, CFNetwork and Core Bluetooth
● Extensive experience developing User Interfaces for mobile applications
● Good knowledge of Swift and Objective C
● Experience building robust and responsive UI using SwiftUI and Android UI
best practices
● Significant experience interacting with and/or designing and implementing
RESTful APIs
● Proven software architecture experience. Passion for writing clean,
maintainable, and testable code at both the UI and system levels
● Strong understanding of Android performance analysis and optimization
techniques
● Experience with Dependency Management using Carthage and Swift Package
Manager
● Excellent programming and computer science fundamentals, and a deep love
for technology
● Ability to adapt and learn new skills coupled with a resourceful, can-do
attitude
● Outstanding attention to detail

Thanks and Regards



*Abdul Raheem*

*Email:* rah...@exatechinc.com

Skype & Hangout: mdabdulrahee...@gmail.com

*4555 Lake Forest Drive, Suite 650 **| **Cincinnati, OH  45242  *

An E-Verified Company

USA-Canada-INDIA

-- 
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/CAJHuG4Nk3JJpHhqGuVWkW7PyW2fyu5dAQXJRnnPAg3w2abCYLQ%40mail.gmail.com.


[android-developers] Android Kitkat 4.4 webview in Android 9

2021-08-31 Thread Asad Qazi


Question: Is it possible to have Android Kitkat version webview (chromium) 
on Android 9?

Problem: I have some webpages and I want to show them in webview but the 
webpages are developed using old technologies like appCache and application 
Manifest. The webpages are hosted on a hardware based custom control system 
which has low specs and the server on the control system does not support 
https so we cannot move to technologies like service workers.

These webpages works properly on tablet having android 4.4 kitkat. So 
that's why I am asking about any possibility of integrating kitkat webview 
(chromium) in Android 9

I tried to use crosswalk webview, it worked but when compiled through old sdk 
version 23 but crosswalk not compiles on latest android sdk's like 29 and 30

-- 
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/688ca1e3-9c48-4fb3-b374-7280d518bb91n%40googlegroups.com.


[android-developers] Android Developer, 12+ Month's contract, Houston, Tx ( Initial remote and later onsite ).

2021-08-17 Thread Ashwa Mohan

Hi All,

 Please refer to role we currently have from our direct client. 

Role : Android Developer
Duration : 12+ Month's contract
Location : Houston, Tx ( Initial remote and later onsite ).

exp. looking for :

6+ years of professional experience developing publicly available Android apps 
using Kotlin and/or Java
Verifiable experience as an Android developer using Kotlin, Java, Android SDK, 
Gradle, and Android Studio in an agile environment
Fluency in Kotlin and/or Java, from industry working experience
Participated in the release of at least 1 publicly available app to Google 
Play participating from feature inception to launch using automated tooling 
like Jenkins, Gradle, and Google Developer APIs.
Experience working in a team of Android developers participating in code 
reviews, pull requests, and pair programming.
Proven experience mentoring and coaching other Android developers in a 
team-based organization

Thanks
Ashwa mohan
919 439 3682 extn 9014
mo...@infomericainc.com
www.infomericainc.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/45c95547-7ac7-4eae-b059-5aa28e2201ben%40googlegroups.com.


[android-developers] Android Developer, 12+ Month's contract, Houston, Tx

2021-08-13 Thread Ashwa Mohan

Hi All,

   We currently have this below role. please send us the updated profile to 
mo...@infomericainc.com

Role : Android Developer
Duration : 12+ Month's contract
Location : Houston, Tx

exp. looking for :

6+ years of professional experience developing publicly available Android apps 
using Kotlin and/or Java
Verifiable experience as an Android developer using Kotlin, Java, Android SDK, 
Gradle, and Android Studio in an agile environment
Fluency in Kotlin and/or Java, from industry working experience
Participated in the release of at least 1 publicly available app to Google 
Play participating from feature inception to launch using automated tooling 
like Jenkins, Gradle, and Google Developer APIs.
Experience working in a team of Android developers participating in code 
reviews, pull requests, and pair programming.
Proven experience mentoring and coaching other Android developers in a 
team-based organization

Thanks
Ashwa mohan
919 439 3682 extn 9014
mo...@infomericainc.com
www.infomericainc.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/f24cd474-32a1-462b-88f5-c6c65006a7a0n%40googlegroups.com.


[android-developers] Android Developer, 12+ Month's contract, Houston, Tx

2021-08-12 Thread Ashwa Mohan

Hi All,

   We currently have this below role. please send us the updated profile to 
mo...@infomericainc.com

Role : Android Developer
Duration : 12+ Month's contract
Location : Houston, Tx

exp. looking for :

6+ years of professional experience developing publicly available Android apps 
using Kotlin and/or Java
Verifiable experience as an Android developer using Kotlin, Java, Android SDK, 
Gradle, and AndroidStudio in an agile environment
Fluency in Kotlin and/or Java, from industry working experience
Participated in the release of at least 1 publicly available app to Google 
Play participating from feature inception to launch using automated tooling 
like Jenkins, Gradle, and Google Developer APIs.
Experience working in a team of Android developers participating in code 
reviews, pull requests, and pair programming.
Proven experience mentoring and coaching other Android developers in a 
team-based organization

Thanks
Ashwa mohan
919 439 3682 extn 9014
mo...@infomericainc.com
www.infomericainc.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1ee4786f-99be-4b9c-884d-07260282bf99n%40googlegroups.com.


[android-developers] Android Developer in Seattle, WA | No H1B/OPT/CPT

2021-08-10 Thread Vineet Sharma
*Please share resume to vinee...@1pointsys.com *



*Job: Android Developer*

*Duration: 12+ Months*

*Location: Seattle, WA (Remote till COVID post that Onsite)*

*VISA: No H1B/OPT/CPT*



*Project Name:   *

AR for Best Buy Retail App



*Business Objective or Problem to be solved:  *

Adding AR features for the BBY retail app.  Currently have features for TV
and Kitchen appliances but will be adding additional features.



*Why is this position open? *

Harrison, one of the current Android developers is looking to get into a
management role



*Daily responsibilities:*

Coding, participating in daily standups.



*Top three required technical skills: *

1.   Kotlin

2.   Android Studio

3Exposure to 3D tools



*Skills that are nice to have:*

1.   JIRA

2.   Charles Proxy



*Interview Process / When manager is available to schedule the
interviews.
*

15-30 minutes tech screen, 60 minutes Hacker Rank session where he will be
looking for thought process and problem-solving skills.

3-1-hour session to meet team members.









*VINEET SHARMA*


*Mobile (315) 514-3320 *

*I am working from home, there can be disturbance in phone line. Please
email me in that case.*

*Email **vinee...@1pointsys.com* 

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com* 

*Connect on LinkedIn **linkedin.com/in/vineet-sharma-11043aa4*


*Office Fax **803-832-7973* <803-832-7973>

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*.

-- 
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/CAOjM%2BYQy5g%2BKO4sZ-mf4c4jsgM3xaooHMHo-E29hvQ%2BT0Ys9dw%40mail.gmail.com.


[android-developers] Android and iOS Developers - NY Metro | No H1B/CPT/OPT

2021-08-09 Thread Vineet Sharma
*Please share resume to vinee...@1pointsys.com *



*We need 8-12 Yrs. experience candidates.*

*VISA: No H1B/CPT/OPT*



*JOB 1 *

*Title: Android Developer *

Location: NY Metro

*Required Skills:* Java and Kotlin. Experience in Mobile UI Testing,
Advanced Debugging, Responsive Layouts





*JOB 2*

*Title: iOS Developer*

Location: NY Metro

*Required Skills:* Swift & Objective-C. Experience in Mobile UI Testing,
Advanced Debugging, Responsive Layouts









*VINEET SHARMA*


*Mobile (315) 514-3320 *

*I am working from home, there can be disturbance in phone line. Please
email me in that case.*

*Email **vinee...@1pointsys.com* 

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com* 

*Connect on LinkedIn **linkedin.com/in/vineet-sharma-11043aa4*


*Office Fax **803-832-7973* <803-832-7973>

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*.

-- 
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/CAOjM%2BYRyJ24O0jrH1VeaUkOGCL2U9VGaC%3DTUBLnU4GVEE2XWMg%40mail.gmail.com.


[android-developers] android remote developer ???

2021-07-25 Thread bagher hassani
I was wondering to start working as a remote android developer. I dunno how 
to start with? and where to start with? any kind of experience can be very 
helpful for me. thank you very much. 

-- 
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/871709ae-d662-435e-9eac-14e3735fe20dn%40googlegroups.com.


[android-developers] Android developer

2021-07-23 Thread Gaurav R
*Job Title: Android developer *

*Work Location: Dearborn, MI48124 *



*Must Have Skills*

Android

TDD



*Detailed job description:*

Basic Bachelors degree or foreign equivalent required from an accredited
institution. Will also consider three years of progressive experience in
the specialty in lieu of every year of education.

At least 4 years of IT experience strong in Google Ad mob, GIT, Preferred
Experience of developing Android applications Hands on experience in KONY
platform Experience of working in Agile projects Experience in JavaJ2EE,
Spring Flexibility to work in onsite/offshore model Excellent communication
skills



Minimum years of experience required?  Is it 5+?  Yes, Relevant exp in
Android Certifications Needed: No



Top 3 responsibilities you would expect the Subcon to shoulder and execute:

Experience of developing Android applications Hands on experience in KONY
platform Experience of working in Agile projects



-- 

Regards,

*Gaurav Dubey*

Sr Associate-Talent Acquisition
--

KAnand Corporation

Phone: 929-333-7060

Email: *gaurav.du...@kanandcorp.com *

Web: *www.kanandcorp.com*  

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


[android-developers] Android Development on a Raspberry Pi

2021-07-22 Thread 'cvsouth' via Android Developers
 I'm creating an ultra portable app development setup with a Raspberry Pi 4 
8GB. Since Android Studio is not compatible with ARM I have installed VS 
Code and installing the Android SDK manually. I've made some progress, 
here's what I have so far:

   - Installed Ubuntu to the Raspberry Pi


   - Installed Flutter 2.4 using *snap*


   - Installed Chromium and pointed *CHROME_EXECUTABLE *to it in *.bashrc*


   - Installed VS Code with Dart and Flutter plugins


   - Installed the Android SDK using *apt install android-sdk*


   - Installed the Android Command Line Tools from here 
    and added them to 
   my PATH


   - Installed *platform-tools*, *platforms;android-28* and 
   *build-tools;28.0.3* using *sdkmanager --install*


   - Agreed to Android licenses using *flutter doctor --android-licenses*

But here is the issue. When I plug my phone in (previously used for 
debugging with my laptop running Android Studio), flutter devices doesn't 
detect it, it only shows Chrome as a device. In VS Code when I go to debug, 
I therefore only get Chrome as an option, which incidentally does work fine 
for web debugging. My phone has "USB debugging is on" on the handset.

A few things I noticed are:

   - Despite installing the command line tools, they are completely ommited 
   from flutter doctor (see output below). As far as I can tell they are 
   installed but I am not sure if I need to add something to my .bashrc?


   - If I enter which adb into terminal I get */usr/bin/adb* rather than 
   */usr/lib/android-sdk/platform-tools/adb*. Both seem to work and this is 
   the output of adb devices:

List of devices attached 
6369e875 device

   - I tried setting up an emulator but emulator isn't available as a 
   package from sdkmanager and VS Code says *avdmanager is missing from the 
   Android SDK* when try to create one through there. I didn't pursue this 
   since I expect that would be a bit heavy for the pi anyway so rather debug 
   on my actual device. I just presume that the emulator doesn't supprt ARM or 
   something.

Here is the output of flutter doctor -v

[✓] Flutter (Channel master, 2.4.0-5.0.pre.122, on Ubuntu 21.04 
5.11.0-1012-raspi, locale en_GB.UTF-8)
• Flutter version 2.4.0-5.0.pre.122 at 
/home/user/snap/flutter/common/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 5acf7e98f1 (17 hours ago), 2021-07-20 19:58:58 
-0700
• Engine revision 9b270621e4
• Dart version 2.14.0 (build 2.14.0-338.0.dev)
[✓] Chrome - develop for the web
• CHROME_EXECUTABLE = /snap/bin/chromium
[✓] VS Code (version 1.58.2)
• VS Code at /usr/share/code
• Flutter extension version 3.24.0
[✓] Connected device (1 available)
• Chrome (web) • chrome • web-javascript • Chromium 91.0.4472.164 snap
• No issues found!

I'm two days into this problem already and I've learned a lot but I'm 
reaching the point now where I'm a little stuck so any help is greatly 
appriciated, and hopefully what I've done so far can help someone in the 
future

-- 
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/5e541ab1-bcda-4a42-beb4-7cc86c601a75n%40googlegroups.com.


[android-developers] Android Developers - NY Metro (No H1B/CPT/OPT)

2021-07-21 Thread Vineet Sharma
*Please share resume to vinee...@1pointsys.com *



*VISA: No H1B/CPT/OPT*



*Title: Android Developer *

Duration: 6+ Months

Location: NY Metro


*Required Skills:* Java and Kotlin. Experience in Mobile UI Testing,
Advanced Debugging, Responsive Layouts









[image: Pen Bestregards GIF - Pen Bestregards GIFs]

*VINEET SHARMA*


*Mobile (315) 514-3320 *

*I am working from home, there can be disturbance in phone line. Please
email me in that case.*

*Email **vinee...@1pointsys.com* 

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com* 

*Connect on LinkedIn **linkedin.com/in/vineet-sharma-11043aa4*


*Office Fax **803-832-7973* <803-832-7973>

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*.

-- 
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/CAOjM%2BYTBQhdA1HF1CAhG7-v%2BHLK1ScjTZM5Vp7soYoSY2Zp2yA%40mail.gmail.com.


[android-developers] Android Developers - NY Metro (No H1B/CPT/OPT)

2021-07-20 Thread Vineet Sharma
*Please share resume to vinee...@1pointsys.com *



*VISA: No H1B/CPT/OPT*



*Title: Android Developer *

Location: NY Metro

*Required Skills:* Java and Kotlin. Experience in Mobile UI Testing,
Advanced Debugging, Responsive Layouts









[image: Pen Bestregards GIF - Pen Bestregards GIFs]

*VINEET SHARMA*


*Mobile (315) 514-3320 *

*I am working from home, there can be disturbance in phone line. Please
email me in that case.*

*Email **vinee...@1pointsys.com* 

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com* 

*Connect on LinkedIn **linkedin.com/in/vineet-sharma-11043aa4*


*Office Fax **803-832-7973* <803-832-7973>

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*.

-- 
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/CAOjM%2BYQMtYZ%2BP4%3D5yftAxQyPRUQfuBOaW%3DJd%3Dnk9Z6y2EE3e1Q%40mail.gmail.com.


[android-developers] Android and iOS Developers - NY Metro (No H1B/CPT/OPT)

2021-07-14 Thread Vineet Sharma
*Please share resume to vinee...@1pointsys.com *



*VISA: No H1B/CPT/OPT*



*JOB 1 *

*Title: Android Developer *

Location: NY Metro

*Required Skills:* Java and Kotlin. Experience in Mobile UI Testing,
Advanced Debugging, Responsive Layouts



*JOB 2*

*Title: iOS Developer*

Location: NY Metro

*Required Skills:* Swift & Objective-C. Experience in Mobile UI Testing,
Advanced Debugging, Responsive Layouts







[image: Pen Bestregards GIF - Pen Bestregards GIFs]

*VINEET SHARMA*


*Mobile (315) 514-3320 *

*I am working from home, there can be disturbance in phone line. Please
email me in that case.*

*Email **vinee...@1pointsys.com* 

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com* 

*Connect on LinkedIn **linkedin.com/in/vineet-sharma-11043aa4*


*Office Fax **803-832-7973* <803-832-7973>

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*.

-- 
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/CAOjM%2BYTaA2OQes%3DQ0vdJ9y7PYvko2v9M%3DOVECeQHiU7VTvxz4g%40mail.gmail.com.


[android-developers] Android and iOS Developers - NY Metro (No H1B/CPT/OPT)

2021-07-13 Thread Vineet Sharma
*Please share resume to vinee...@1pointsys.com *



*VISA: No H1B/CPT/OPT*



*JOB 1 *

*Title: Android Developer *

Location: NY Metro

*Required Skills:* Java and Kotlin. Experience in Mobile UI Testing,
Advanced Debugging, Responsive Layouts





*JOB 2*

*Title: iOS Developer*

Location: NY Metro

*Required Skills:* Swift & Objective-C. Experience in Mobile UI Testing,
Advanced Debugging, Responsive Layouts







[image: Pen Bestregards GIF - Pen Bestregards GIFs]

*VINEET SHARMA*


*Mobile (315) 514-3320 *

*I am working from home, there can be disturbance in phone line. Please
email me in that case.*

*Email **vinee...@1pointsys.com* 

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com* 

*Connect on LinkedIn **linkedin.com/in/vineet-sharma-11043aa4*


*Office Fax **803-832-7973* <803-832-7973>

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*.

-- 
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/CAOjM%2BYROoLyYAt1Q_AmJn%2BRyqt2VURvakUq%3D5q3bkTrs8cPygQ%40mail.gmail.com.


[android-developers] Android and iOS Developers in NY Metro (No H1B/CPT/OPT)

2021-07-12 Thread Vineet Sharma
*Please share resume to vinee...@1pointsys.com *



Max Rate: $52/hr. on C2C

VISA: No H1B/CPT/OPT



*JOB 1 *

*Title: Android Developer *

Location: NY Metro

*Required Skills:* Java and Kotlin. Experience in Mobile UI Testing,
Advanced Debugging, Responsive Layouts





*JOB 2*

*Title: iOS Developer*

Location: NY Metro

*Required Skills:* Swift & Objective-C. Experience in Mobile UI Testing,
Advanced Debugging, Responsive Layouts







[image: Pen Bestregards GIF - Pen Bestregards GIFs]

*VINEET SHARMA*


*Mobile (315) 514-3320 *

*I am working from home, there can be disturbance in phone line. Please
email me in that case.*

*Email **vinee...@1pointsys.com* 

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com* 

*Connect on LinkedIn **linkedin.com/in/vineet-sharma-11043aa4*


*Office Fax **803-832-7973* <803-832-7973>

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*.

-- 
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/CAOjM%2BYSgNLwZw79ud6Z5h1w%2BRjXYC-PmWE8v%3DLKSF_SqJ3WNqA%40mail.gmail.com.


[android-developers] Android, iOS Developers in NY Metro | USC, GC, GCEAD, H4EAD, L2EAD

2021-07-02 Thread Vineet Sharma
*Please share resume to vinee...@1pointsys.com *



*Rate: 53/hr. on C2C*



*Below VISA Only:*

USC, GC

*GCEAD, H4EAD, L2EAD with Passport No.*



*Position : 1*

*Android Developer *

Duration: 6+ Months

Location: NY Metro

*Required Skills:* Java and Kotlin.

Experience in Mobile UI Testing, Advanced Debugging, Responsive Layouts



*Position : 2*

*iOS Developer*

Duration: 6+ Months

Location: NY Metro

*Required Skills:* Swift & Objective-C.

Experience in Mobile UI Testing, Advanced Debugging, Responsive Layouts











Regards!

*VINEET SHARMA*


*Mobile (315) 514-3320 *

*I am working from home, there can be disturbance in phone line. Please
email me in that case.*

*Email **vinee...@1pointsys.com* 

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com* 

*Connect on LinkedIn **linkedin.com/in/vineet-sharma-11043aa4*


*Office Fax **803-832-7973* <803-832-7973>

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*.

-- 
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/CAOjM%2BYTeqK8hr0-OLJaj3jM7HMp40h3Mx%2BqjVPB0DDOYoQjqxA%40mail.gmail.com.


[android-developers] Android Kotlin Developer at Irving TX

2021-05-28 Thread Mohammed Zulqurnain Qamar Bilal
*bi...@tekishub.com* 

*The best way to contact me is by email:*


*Looking for Android Kotlin Developer at Irving TX*



Hello

Hope you are doing well,

Our client is really very eager to fill this position ASAP If you're
interested, please call me at your earliest convenience. If not available
to take up this position, I will be grateful if you could forward this
email to your friends who may be interested.



*Job Title: Android Kotlin Developer*

*Location: Irving TX*

*Duration: 6 months+ contract *

*Visa: ALL (NO OPT, CPT & Transfers)*



*Must Have Skills*

Kotlin

Android

Agile

Unit test cases



*Detailed Job Description*

The candidate should be able to code independently, should be able to write
unit test cases, should be able to resolve complex technical issue, should
help the team to complete the user stories, should be able to interact with
the Client and the team members at onsite and offshore.

Top 3 responsibilities you would expect the Subcon to shoulder and execute
Coding and unit test cases resolving complex issues Interacting with the
client and the team



*Please respond me with the following details:*

Full Name:

Number:

Email ID:

Current Location:

Skype Name:

LinkedIn id:

Visa status:

Visa copy & DL copy:

Updated resume:

DOB:

Education details:

Bachelors, University and Year of Passing:

Masters, University and Year of Passing:

Employer Details:





Thanks & Regards

*Mohammed Bilal Shah**?*

Sr Technical Recruiter

[image: cid:image001.jpg@01D5E048.145AF4B0]

*Tekis**Hub* Consulting Services

1000 N West Street, Suite 1200, Wilmington, DE, 19801

**:* bi...@tekishub.com

*(: *302 613 2500 Ext 245 *Direct:** 302 900 8987*

*Hangouts:* bilal.recruite...@gmail.com

*LinkedIn*:
https://www.linkedin.com/in/mohammed-zulqurnain-qamar-bilal-561bba117

*Website:* www.Tekishub.com 

[image: E-Verify - Employment Eligibility Verification banner with E-Verify
logo.]   An E- Verified Company




Virus-free.
www.avg.com

<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

-- 
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/CAOyCV4HyL8gaKF-wf447iby8ukrT%2BnSQ8QyXFkfk0ew6%2BiNVWw%40mail.gmail.com.


[android-developers] Android developer in Holtsville, NY

2021-05-25 Thread IT Recruiter
Hi,

Please check the requirement below and reply with the updated resume and
details below if you are interested.

*Job Title : Android framework developer *

*Location: Holtsville, NY*

*12 Monthas Contract*



*Description:*
Experience: 7+ Years
Bachelors degree with 4 + years or Masters degree with 2+ years of proven
experience in software development.
2+ of hands on coding experience using C++/ Java (Android)
2+ years of experience in Android framework development.
Must have good understanding on Android Camera Framework and Driver.
Experience on Qualcomm RGB/ Depth Camera Integration Experience.
Experience with Computer Vision is a huge plus.
Proficiency in C++ or Java or Python programming.
Development experience on Mobile Platform and Android and/or Linux Driver
Development experience.
Experience on technologies like SLAM (ARCore), 3D Depth Sensing.
Camera/Image Processing skills/experience is a huge plus.
Communication skills, Organizational skills and attention to detail is
important
Excellent Leadership skills, 2 years + leading/mentoring



Warmest Regards,



Chaitanya P -  IT Recruiter

ITBrainiac Inc.

Princeton Forrestal Village

116 Village Blvd, Suite 200

Princeton, NJ 08540

Direct # 609-431-5724   / (609) 357 9406 - Ext : 156

Email: chaita...@itbtalent.com

www.itbrainiac.com

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


[android-developers] Android QA with Appium (hybrid application Testing) in Blue Ash, OH

2021-05-17 Thread Vineet Sharma
*Share Resume to vinee...@1pointsys.com *



*Job Title: Android QA with Appium (Hybrid Application Testing)*

*Location: *Blue Ash, OH (currently remote)

Duration: 12+ Months

Remote Work (Y/N): Y (Due to Covid)

VISA: USC, GC, GCEAD, H4EAD, H1B Only



*8-10 Years of exp required*

   - Needs to have experience in *Native Android mobile app Testing* using
   *Appium*.
   - Should also have exposure to *hybrid application Testing*.
   - Should have  automation experience using *Appium* is must.
   - *Java* *background* is *essential* & should have knowledge of
   *webservices*.







Regards!

*VINEET SHARMA*


*Mobile (315) 514-3320 *

*I am working from home, there can be disturbance in phone line. Please
email me in that case.*

*Email **vinee...@1pointsys.com* 

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com* 

*Connect on LinkedIn **linkedin.com/in/vineet-sharma-11043aa4*


*Office Fax **803-832-7973* <803-832-7973>

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*.

-- 
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/CAOjM%2BYQn0U%2BD96W81FFyfvnm0RJ6H5y-Z2wWoe2ugn9f7iFZ%2BQ%40mail.gmail.com.


[android-developers] Android Developer, Bellevue, Washington

2021-05-14 Thread IT Recruiter
*Looking for a Android Developer, Bellevue, Washington – 3 Months*



* Request ID*

 68522-1

* Job Title*

 Android Developer

* Location*

 Bellevue, Washington

* Duration*

 12 Months


* Job Description*

Job Details:
• Need Android developer with 8 years of experience in all SDLC activities
including analysis, design, solutioning, build, deploy, E2E testing and
release with ability to lead a team.
• Should have extensive knowledge in designing, developing rich user
interface applications in Android.
• Should have experience in developing Android applications using kotlin,
Android Studio, Eclipse IDE etc.
• Should have experience in native mobile app development using Android
native libraries.
• Should have experience in working with Google Maps API, GPS Location
Data, Google Cloud Messaging, Volley, and Push Notifications.
• Should have ability to work with REST, SOAP principles and experience
developing APIs
• Should have experience with Gitlab, GitHub and Bitbucket as Version
Control Tools for source code version management.
• Should have experience working in agile methodologies.
• Should have good communication skills and be able to work independently

Must Have Skills
Build
Test
Deploy

Nice to have skills

Detailed Job Description
Need Android developer with 8 years of experience in all SDLC activities
including analysis, design, solutioning, build, deploy, E2E testing and
release with ability to lead a team.Should have extensive knowledge in
designing developing rich user interface applications. Should have
experience in working with Google Maps API, GPS Location Data, Google Cloud
Messaging, Volley, and Push Notifications.

Minimum years of experience
5+

Top 3 responsibilities you would expect the Subcon to shoulder and execute
Build
Test
Deploy

Additional Sills: Need Android developer with 8 years of experience in all
SDLC activities including analysis, design, solutioning, build, deploy, E2E
testing and release with ability to lead a team.Should have extensive
knowledge in designing developing rich user interface applications. Should
have experience in working with Google Maps API, GPS Location Data, Google
Cloud Messaging, Volley, and Push Notifications.



Best Wishes,

Balu Garikapati | IT Recruiter|

Email : balu.garikap...@itbtalent.com| ITBrainiac, Inc. |
http://www.itbrainiac.com/

Direct : 609 353 5828|Fax: (609) 228-5321

Princeton Forrestal Village, 116 Village Blvd. Suite # 200, Princeton, NJ
08540

-- 
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/CACteqcOKQNd2aDhSMD60c1ZqHwjPCA1WfC6XX4vRYXzcm3b-Pw%40mail.gmail.com.


[android-developers] Android QA with Appium (hybrid application Testing) - Blue Ash, OH

2021-05-13 Thread Vineet Sharma
*Share Resume to vinee...@1pointsys.com *



*Job Title: Android QA with Appium (Hybrid Application Testing)*

*Location: *Blue Ash, OH (currently remote)

Duration: 12+ Months

Remote Work (Y/N): Y (Due to Covid)

VISA: USC, GC, GCEAD, H4EAD, H1B Only



*8-10 Years of exp required*

   - Needs to have experience in *Native Android mobile app Testing* using
   *Appium*.
   - Should also have exposure to *hybrid application Testing*.
   - Should have  automation experience using *Appium* is must.
   - *Java* *background* is *essential* & should have knowledge of
   *webservices*.







Regards!

*VINEET SHARMA*


*Mobile (315) 514-3320 *

*I am working from home, there can be disturbance in phone line. Please
email me in that case.*

*Email **vinee...@1pointsys.com* 

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: **vicky1point...@gmail.com* 

*Connect on LinkedIn **linkedin.com/in/vineet-sharma-11043aa4*


*Office Fax **803-832-7973* <803-832-7973>

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*.

-- 
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/CAOjM%2BYSBBEMpzamWrSKbZNK6EQ_f9MafCaoT_KQNJCxqcC-2fQ%40mail.gmail.com.


[android-developers] Android Studio: MotionEvent - touch tracking

2021-05-13 Thread Horace Johnson
Hi,

I'm new to Java and Android Studio but handling it quite well because of my 
years of programming with python (basic concepts carry from language to 
language).

I have a practice project set up and the only propose of this project is 
for me to learn how to do things the java/android studio way, logic wise.

So logically, the last python based api I used, there was a way to issue 
your own ID to touches and keep track of those touches; therefore you knew 
if a touch still existed or not.

That's where I am right now.  I know how to get the touch ID and then get 
the Index that holds the touch data.  Basically I'm using a For Loop on the 
motion event to process all touches to the screen.

Here's the thing

Lets say I have 10 touches to process and what I do in a loop is basically 
collect the info of the touches and store them in a hashtable, so I can 
then later process all the touches in the hashtable.

So as I pull a touch data from the hashtable to process, I want to first 
check to see if the touch still exits.  I'm guessing once a touch enters 
the "UP" state, it goes out of scope after that because a touch is over 
after release.

Sure I can just check the "Action" to see if it's equal to "UP" but if the 
touch doesn't exits anymore, that would raise and exception...right?

What I thought about doing was, calling "getPointerCount" again, looping 
through and getting the IDs again and see if the ID of a touch in my 
hashtable still exits in the MotionEvent and if the ID exists and the 
"Action" is still equal to "DOWN", then process the touch.  Otherwise, if 
the ID does not exists or the "ACTION" is equal to "UP", do a release 
button event if needed or just delete the touch from my hashtable because 
it doesn't exits anymore.

I can't help but get the feeling of redundancy though when considering that 
approach.

Is there a way or method I don't know about that allows you to check if a 
touch still exits before you process actions relating to it?

I was thinking just now  Well, kind of guessing that, if you have five 
touches that hit the screen and one of the touches triggers the opening of 
a menu and that button had higher priority over the other four touches, you 
could simply ignore the other for touches for that frame and open the menu 
and in the next frame of the app, if the other four touches are still down, 
you can deal with them then accoring to their priority.  But then 
again, the touch could still exists in the next frame but the "Action" may 
be "UP" or "MOVE" instead of down, thus allowing one to write code for a 
release or move event.  With this thought, storing touch data in a 
hashtable is really not needed then, granted a touch this is on action "UP" 
will go out of scope in the very next frame (I'm guessing).

..hum..

Maybe I'm just over thinking it.


Forgive any "typos", eyes are that super any more.




-- 
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/489dcbd9-3087-410d-90e8-c82a8d43546en%40googlegroups.com.


[android-developers] Android App NEED HELP

2021-05-05 Thread Nicolaos Constantinou
[image: Capture.PNG]
Hello there, 

I am designing my first app with the use of fragments. Until now I have 
three (3) different pages Main - Tools - Info, but each time I try to 
switch from the main page to the others it's just printing them at the 
back. Any idea how to fix it? 

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3c443a75-dd8d-49ae-b92f-1acca9c8a18fn%40googlegroups.com.


[android-developers] Android Developer // Irving, TX

2021-04-28 Thread shankar A
*Hi,*



*Please revert me on shankar.allamse...@3sbc.com
*



*Android Developer*

*Irving, TX*

*6+ Months*


o Android Media Player experience for video playback, experience in content
protection and decryption for at least 5 years
o Developing Android applications in Java/Kotlin, backend web services
integration with video delivery services on Embedded devices for at least 5
years
o Should have experience working in Agile development process for more than
7+ years
o Understanding requirements, requirements breakdown, high level, low level
software design, coding and development experience of at least 7 or more
years as develop.
---
o Experience in developing Android application rendering Live/Linear and
VOD video delivery system and integration with CDN and DRM
o Experience with Digital rights management (DRM) for end to end content
protection and encryption services and delivery mechanism
o Proficient in core java, kotlin, xml and software development tools -
git, jira.
o Strong understanding of core android fundamentals on Java application
development - activities, views, intents, services, fragments,
AndroidManifest, android lifecycle events.
o Experience in Android app development in IDE environments and on the
target devices. - Development, integration and testing of the application
with media servers Experience in web services and application integration
o Proficient in development, integration, testing, debugging and using
android support libraries on IDE and target devices
o Retrofit, OkHttp, Realm, web services, lean-back library, firebase, and
other common libs and concepts.
o Strong understanding of OOPs concepts.
o Data handling in android.
o Knowledge of cross platform development tools.
o A self starter and come up with solutions to a given problem statement.
o Familiarity with native Linux/C/C++ development environments is an added
advantage



-- 



*Thanks & regards,*



*Shankar | Sr.Technical Recruiter *
*Email: **shankar.allamse...@3sbc.com* * |Ph:
281-823-9222 Ext 517 *  <%20E:%20shankar.allamse...@3sbc.com>

11271 Richmond ave,Suit #107,#108,Houston,TX-77082

[image: unnamed]

3S Business Corporation

www.3sbc.com 

An E-Verified Company

*Best way to reach me through email*

-- 
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/CAMsk-1cnwh2cXzuG-W0-oTsfE7hwccC%2Bn%2B4KnT%2Bv0p0OCpt22A%40mail.gmail.com.


[android-developers] Android Developer | 100% Remote | No H1B |

2021-04-26 Thread Mohd Muzeeb
Hello

Hope you are doing well



My name is Shashank Srivastava and I'm a Talent Acquisition Executive at
Technocraft solutions We provide IT Consulting Services to our customers’
immediate and long-term resource needs. I am contacting you either because
your resume has been posted to one of the internet job sites to which we
subscribe or you had previously submitted your resume to Technocraft
solutions



Position : Android Developer

Location - 100% Remote

Duration : 1 year



No H1B

10+ Exp Req

Rate $60/hr max



· Translate designs and wireframes into high quality code

· Work with consultants and the internal development to create
applications

· Keep abreast of latest Android best practices

· Maintain company apps in the Android store

· Help architect new cutting-edge mobile applications

· Fix bugs and optimize code base to improving application
performance

· Manage and maintain testing process for all Android applications

· Integrate IoT services with internal applications



*Requirements*



· BS/MS degree in Computer Science, Mathematics, Physics,
Engineering or a related field

· Strong knowledge of Android SDK and best practices

· Familiarity with RESTful APIs and enterprise integration
experience

· Strong knowledge of Android UI design principles, patterns, and
best practices

· Experience with offline storage, threading, and performance tuning

· Proven UI/UX implementation experience

· Knowledge of the open-source Android ecosystem and 3rd-party
libraries

· Outstanding communication skills, both written and verbal

· Ability to respond effectively and appropriately to creative
feedback

· Adaptable and quick to learn new processes and tools

· Ability to meet multiple deadlines

· Has a “whatever it takes” attitude

· A track record of performance meeting targets and objectives

· Self-directed, goal-oriented and flexible, enjoying working in a
fast-paced and at times challenging environment

· Ability to work cross-functionally and with a wide range of
employees with different skill sets

· Strong organizational, interpersonal, and communication skills
(written and verbal)



Thanks and Regards,



Muzeeb

*Business Development Manager*

*Technocraft Solutions LLC| Partner with Xpedantic LLC.*

*Email:* muz...@technocraftsol.com

*Gmail:* muzeebtechnocr...@gmail.com

*LinkedIn:* linkedin.com/in/mohd-muzeeb-837048121/

www.technocraftsol.com

 | www.xpedantic.com


-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAMg%3D-2fu3czcRt3wMVMmiNHbTktHWF84Rj-yMTte7Q%2BRAFe_QA%40mail.gmail.com.


[android-developers] Android Device Foundation :: Menlo Park, CA (Remote till July) :: Long Term Contract

2021-04-23 Thread kiran Toj
Hi Dear,

I hope you are doing great,

I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
updated profile ASAP.


*Job Title: Android Device Foundation--- Kernel Programming*

*Location: Menlo Park, CA (Remote till July)*

*Duration: Long Term Contract*


*Job Description:*

   - Android board bring up (v10+ preferred),
   - Android HAL/HIDL, SE linux policies, Android Power management, Android
   thermal management, Battery charging, Bootloader, Kernel drivers.
   - Optimizing system image size, Boot time improvement, Performance
   analysis - CPU/Memory usage and Optimization, Bus systems (I2C,SPI),
   - Native (C/C++) services with inter process communication (Android
   Binder), CTS testing

Thanks & Regards,

Sai Kiran Nandrolu

Sr. Recruiter

E:  saikiran.nandr...@w3global.com

A:  1701 Legacy Dr, Suite#1000, Frisco, Texas - 75034

-- 
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/CAGquW%2BLKpHyEs1%2BkzT%3DWXmm-S-_0mmhGciajFeM4QtuxnuHYWg%40mail.gmail.com.


[android-developers] Android Developer // Irving, TX

2021-04-09 Thread shankar A
*Hi,*



*Please revert me on shankar.allamse...@3sbc.com
*



*Android Developer with Media Player experience*



*Irving, TX *


o Android Media Player experience for video playback, experience in content
protection and decryption for at least 5 years
o Developing Android applications in Java/Kotlin, backend web services
integration with video delivery services on Embedded devices for at least 5
years
o Should have experience working in Agile development process for more than
7+ years
o Understanding requirements, requirements breakdown, high level, low level
software design, coding and development experience of at least 7 or more
years as develop.
---
o Experience in developing Android application rendering Live/Linear and
VOD video delivery system and integration with CDN and DRM
o Experience with Digital rights management (DRM) for end to end content
protection and encryption services and delivery mechanism
o Proficient in core java, kotlin, xml and software development tools -
git, jira.
o Strong understanding of core android fundamentals on Java application
development - activities, views, intents, services, fragments,
AndroidManifest, android lifecycle events.
o Experience in Android app development in IDE environments and on the
target devices. - Development, integration and testing of the application
with media servers Experience in web services and application integration
o Proficient in development, integration, testing, debugging and using
android support libraries on IDE and target devices
o Retrofit, OkHttp, Realm, web services, lean-back library, firebase, and
other common libs and concepts.
o Strong understanding of OOPs concepts.
o Data handling in android.
o Knowledge of cross platform development tools.
o A self starter and come up with solutions to a given problem statement.
o Familiarity with native Linux/C/C++ development environments is an added
advantage.



-- 



*Thanks & regards,*



*Shankar | Sr.Technical Recruiter *
*Email: **shankar.allamse...@3sbc.com* * |Ph:
281-823-9222 Ext 517 *  <%20E:%20shankar.allamse...@3sbc.com>

11271 Richmond ave,Suit #107,#108,Houston,TX-77082

[image: unnamed]

3S Business Corporation

www.3sbc.com 

An E-Verified Company

*Best way to reach me through email*

-- 
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/CAMsk-1cp%3DDV06AMPxLNdprfmiQGE1Cs_HN555p6J4-u3bN90ag%40mail.gmail.com.


[android-developers] Android Developer (With strong Kotlin) in Portland, OR (USC, GC Only)

2021-03-09 Thread Vineet Sharma
Please share resume to *vinee...@1pointsys.com *



10 Openings

*Job: Android Developer (With strong Kotlin)*

Location: Portland, OR

VISA: GC and USC only

Duration: More than 6 Months



*Required Skills*

Android with *Kotlin*



*Job Duties and Skills:*

- Demonstrates up-to-date expertise and applies this to the development,
execution, and improvement of action plans
- Executes Mobile Engineering projects
- Participates in the discovery phase of small to medium size Mobile
Engineering projects
-Participates in peer code reviews and team development
- Provides and supports the implementation of business solutions
- Provides mobile engineering support to the business
- Troubleshoots business and production issues for mobile devices




*Minimum Education and Experience required: *• Bachelor's Degree in
Computer Science or related field and 5 years of experience building
scalable ecommerce applications or mobile software


*Minimum Skills required:*
- Experience with mobile software development using Java.
- Experience using distributed source code version control systems
(Git/Github)
- Experience with the agile methodology Scrum
- Experience with development of mobile network clients using HTTP
protocol, REST APIs and Google Cloud Messaging
- Experience with Google Play APIs : Maps, Location, and Cloud Messaging
- Experience with software debugging techniques (debuggers, loggers, crash
report tools)
- Experience with analysis of memory issues such as memory leaks using
memory analyzers tools (DDMS, MAT)
- Experience with embedded real time systems with limited resources (memory
and processing)
- Experience with Android software development
- Experience in design patterns, MVC, data structures and algorithms.
- Experience in unit and integration testing Android code.
- Published Android application is required.











*VINEET SHARMA
*

*Mobile: (315) 514-3320 *

*Desk:(803) 818-3474Ext: 112*

*vinee...@1pointsys.com *

*Sr Recruiter | 1Point System LLC*

*Connect on Skype: vicky1point...@gmail.com *

*Connect on LinkedIn: linkedin.com/in/vineet-sharma-11043aa4
*

*Office Fax: 803-832-7973 <803-832-7973> *

*115 Stone Village Drive • Suite C • Fort Mill, SC • 29708*

*An E-Verified company | An Equal Opportunity Employer*

-- 
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/CAOjM%2BYQ58e%3DYXbGM0OwR4M8Eoy%2BSU8AiXMVTg1pzUJYLRVETTQ%40mail.gmail.com.


[android-developers] Android Device Foundation :: Menlo Park, CA (Remote till July) :: Long Term

2021-03-04 Thread kiran Toj
Hi Friends,

Hope you are doing great,



I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
consultant updated profile ASAP.



*Job Title: Android Device Foundation*

*Location: Menlo Park, CA (Remote till July)*

*Duration: Long Term*



*Job Description:*

· Android board bring up (v10+ preferred),

· Android HAL/HIDL, SE linux policies, Android Power management,
Android thermal management, Battery charging, Bootloader, Kernel drivers.

· Optimizing system image size, Boot time improvement, Performance
analysis - CPU/Memory usage and Optimization, Bus systems (I2C,SPI),

· Native (C/C++) services with inter process communication (Android
Binder), CTS testing





Thanks & Regards,

Sai Kiran Nandrolu

Sr. Recruiter

E:  saikiran.nandr...@w3global.com

A:  1701 Legacy Dr, Suite#1000, Frisco, Texas - 75034

-- 
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/CAGquW%2BKRrFdWFyxigLqSSuqvK2aCviYJ-8UxdFT3jdEGuHKG9A%40mail.gmail.com.


[android-developers] Android Developer // Remote

2021-03-01 Thread shankar A
*Hi,*



*Please revert me on shankar.allamse...@3sbc.com
*



*Android Developer*

*Remote*



Role/ Responsibilities:

• Assist in design and development of PayPal Android application

• Influencing peers, juniors and seniors both within the organization and
across PayPal

• Native Android app development and converting ideas, designs and
requirements to concrete

stable production builds

• Coordinate and collaborate with the Product and Engineering teams to
understand problems, come

up with creative solutions, and help with tracking and delivering within
the release plan • Understand

and implement Android specific design patterns

• Collaborate with Engineering and QA to resolve bugs

Desired Skills and Experience:

• At least 3 years of native Android development experience . 6 years total
experience

• Extremely comfortable with understanding and implementing internet
application with REST

services at the backend

• Super awesome with Android concepts like fragments, location services,
Google Cloud Messaging

API, UI transitions, Image processing and multi threaded communications,
among others

• Familiarity with continuous integration (Jenkins), application monitoring
(Crashlytics and fabric.io),

mocking tools (Appium and Apiary), build tool development and enhancements,
using unit testing

and cucumber tests for functional tests

• Extremely comfortable with understanding and implementing client-side
handlers for web services

with REST services at the backend

• Knowledge in Android Studio and GitHub is a huge plus

- Experience with Cucumber testing framework desired

• B.S. or equivalent degree in Computer Science is desired



-- 



*Thanks & regards,*



*Shankar | Sr.Technical Recruiter *
*Email: **shankar.allamse...@3sbc.com* * |Ph:
281-823-9222 Ext 517 *  <%20E:%20shankar.allamse...@3sbc.com>

11271 Richmond ave,Suit #107,#108,Houston,TX-77082

[image: unnamed]

3S Business Corporation

www.3sbc.com 

An E-Verified Company

*Best way to reach me through email*

-- 
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/CAMsk-1e005jVWOYkLbDxdPC8dvpUr06%2BJ%3DrBytWwGeY0FvZ6vg%40mail.gmail.com.


[android-developers] Android Services :: Menlo Park, CA (Remote till July) :: Long Term Contract

2021-03-01 Thread kiran Toj
HI ,

I hope you are doing good,





*Job Title: Android Services Location: Menlo Park, CA (Remote till July)
Duration: Long Term Contract *



*Skillset : *

·  5+ years’ experience building Android applications or system
services in Java using Android SDK or AOSP.

·  Experience with multi-threading programming.

·  Experience in writing unit tests.

·  Experience with Android internals or frameworks services
(AOSP).

·  Experience with Android SDK, NDK, JNI and IPC mechanisms.

·  Experience with Android performance tools and security
models.

·  Experience with memory optimizations on mobile devices.

·  Experience with Python or other scripting language.





Thanks & Regards,

Sai Kiran Nandrolu

Sr. Recruiter

E:  saikiran.nandr...@w3global.com

A:  1701 Legacy Dr, Suite#1000, Frisco, Texas - 75034

-- 
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/CAGquW%2B%2BHMZCMyiBa5HRAu-5gUZgq4-qp%2BUE1XTFK%2B3QbiHCoNQ%40mail.gmail.com.


[android-developers] Android 11 auto disable feature

2021-01-24 Thread Hedwin Koning
Hi,

In android 11 a feature is added that after a "while" (words on the android 
sdk pages) apps that are not used will be disabled.

Does anyone have more info on what this "after a while" means, is it a 
month a year, a random amount of time?
Anyone know what attributes trigger this "after a while"?

Hope some one knows :)

cheers
Hedwin

-- 
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/db6a8c0f-2798-40db-ae45-658dbdeab93cn%40googlegroups.com.


[android-developers] Android mobile developer (with .Net) in Timonium, MD (USC, GC, GCEAD,J OPTEAD only)

2021-01-18 Thread VINEET SHARMA
Please share profile to *vinee...@1pointsys.com *



*Rate: $55/hr. *Max**


*VISA: USC, GC preferred but can work with GC-EAD and OPT as well (No Other
Visa)*



*.Net with Android mobile developer*

*Contract until 12/31/2021 with extension*

*Onsite in Timonium, Maryland after Covid*

*Zoom Video Hire*



*USC, GC preferred but can work with GC-EAD and OPT as well (No Other Visa)*

*will be requesting work authorization documents for all candidates at
point of submission*



Job Details: .Net Android mobile development. Responsible for mobile
platform device management (radio switching, LED control, etc.)

*Primary Skills:*
C#.Net - Advanced
Android/Mobile - Advanced
Agile - Advanced

*Additional Skills*
MVC - Intermediate
Linq - Intermediate
SQL -  Intermediate
XAML- Intermediate
PRISM - Intermediate
GIT & TFS - Beginner







*VINEET SHARMA*
* | Sr
Recruiter | 1Point System LLC  *

*Mobile: (315) 514-3320 *• vinee...@1pointsys.com

*Desk:(803) 818-3474 Ext: 112*

*Gtalk/Skype:* vicky1point...@gmail.com

*LinkedIn:* linkedin.com/in/vineet-sharma-11043aa4


• Fax: 803-832-7973

115 Stone Village Drive • Suite C • Fort Mill, SC • 29708

*An E-Verified company | An Equal Opportunity Employer*

-- 
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/CAGJ1jhh9JhZOkdHfLJTEJQ4mwJhMeaofuig1JEaca3v4T10MOA%40mail.gmail.com.


[android-developers] Android mobile developer (with .Net) in Timonium, MD (USC, GC, GCEAD,J OPTEAD only)

2021-01-18 Thread Vineet Sharma
Please share profile to *vinee...@1pointsys.com *



*Rate: $55/hr. *Max**


*VISA: USC, GC preferred but can work with GC-EAD and OPT as well (No Other
Visa)*



*.Net with Android mobile developer*

*Contract until 12/31/2021 with extension*

*Onsite in Timonium, Maryland after Covid*

*Zoom Video Hire*



*USC, GC preferred but can work with GC-EAD and OPT as well (No Other Visa)*

*will be requesting work authorization documents for all candidates at
point of submission*



Job Details: .Net Android mobile development. Responsible for mobile
platform device management (radio switching, LED control, etc.)

*Primary Skills:*
C#.Net - Advanced
Android/Mobile - Advanced
Agile - Advanced

*Additional Skills*
MVC - Intermediate
Linq - Intermediate
SQL -  Intermediate
XAML- Intermediate
PRISM - Intermediate
GIT & TFS - Beginner







*VINEET SHARMA*
* | Sr
Recruiter | 1Point System LLC  *

*Mobile: (315) 514-3320 *• vinee...@1pointsys.com

*Desk:(803) 818-3474 Ext: 112*

*Gtalk/Skype:* vicky1point...@gmail.com

*LinkedIn:* linkedin.com/in/vineet-sharma-11043aa4


• Fax: 803-832-7973

115 Stone Village Drive • Suite C • Fort Mill, SC • 29708

*An E-Verified company | An Equal Opportunity Employer*

-- 
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/CAOjM%2BYQNgC4vNVR%3DLa20M_0x7UuSb5fkGNWs%3DcCA5VLf3YYoVA%40mail.gmail.com.


[android-developers] Android Developer with Video Application exp

2021-01-11 Thread Sekhar S
Hi ,

Please share your profile  to *sekhar.no...@3sbc.com*




*Role : Android Developer*

*Location - Irving, TX*

*6+ Months*



*NEEDSOME WITH VIDEO APPLICATIONS DEVELOPMENT EXPERIENCE. NO PROFILE WILL
BE ACCEPTED WITHOUT MENTIONED EXPERIENCE. ENSURE YOU TAKE WRITE FROM
CANDIDATE ON SAME AS WELL.*



   - 7+ years’ experience on Android/Android TV development.
   - Experience in building media applications on android and android TV
   platforms.
   - Proficient in Kotlin, xml and software development tools - Git, Jira.
   - Strong understanding of core android fundamentals - activities, views,
   intents, services, fragments, Android Manifest, android lifecycle events.
   - Proficient in testing, debugging and using android support libraries.
   - Retrofit, OkHttp, Realm, web services, lean-back library, firebase,
   and other common libs and concepts.
   - Strong understanding of OOPs concepts.
   - Data handling in android.
   - Knowledge of cross platform development tools.
   - A self-starter and come up with solutions to a given problem statement.





Thanks and regards,

Sekhar

Recruiter



An E-Verified Company

Office :281-823-9222 EXT:512

Emalil : sekhar.no...@3sbc.com

Hangouts : sekhar.recruit...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAEgW9YxdbDUuX-mSOd9i_%2B-kbBpatDt9NLdhs24rEd%3DFdpfT%2BA%40mail.gmail.com.


[android-developers] Android Developer at Denver, CO

2020-12-11 Thread Qamar Bilal
  an...@tekishub.com


Job Title: Android Developer

Work Location:  Denver, CO

Contract duration: 6 Months+





Must Have Skills

Must have at least 5 years of Android development experience using Android
SDK and Java

Must have at least 1 year of Kotlin experience

Must have Android TV development experience



Nice to Have Skills

AOT (Android Operator Tier)  experience highly preferred



Detailed Job Description

NATIVE Android developers React Native or Xamarin developers not
recommended Candidates should be skilled in working on a team of high
functioning developers. Kotlin skills are important Soft skills are
important. Experience in AOT Android Operator Tier is highly desirable.
This is the layer of Android software that comes into play when creating an
embedded application using Android compatible hardware. Senior Developers
required. The



Minimum years of experience: 5




* regards & Thanks*

*Syed Anwer*

*Sr. Technical Recruiter*

*Tekishub Consulting Services LLC*

1000 N West Street, Suite 1200, Wilmington, DE, 19801

*Email*: an...@tekishub.com

Work: 302.613.2500 Ext 228

*Website*: www.Tekishub.com 

*An E- Verified Company*

-- 
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/CAOyCV4F%2B3o0eGTWVSWRpVG5O3DMv2xc5mvDFHmt9F2OHeJp%3DCA%40mail.gmail.com.


[android-developers] Android Developer with HMI development Experience @ Farmington Hills, Michigan

2020-12-10 Thread azhar uddin
*Hi Professionals,*

*Note : Send ONLY Genuine Profiles who can Share Passport Number *

*Role : Android Developer with HMI development Experience *

*Location : Farmington Hills,  Michigan ( NO REMOTE )*

*Visa :  NO H1 Transfers*

*Job Roles / Responsibilities:   *

Android application framework, C++, Java



*Thanks & Regards*

*Mohd Azhar uddin*


*Tel: 703-831-8282 Ext. 2526,(M) (315) 543-4232*

*Email: m.az...@canopyone.com  *

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


[android-developers] ANDROID DEVELOPER

2020-03-03 Thread Sam matthieu

Hi All,
  I have a requirement for *ANDROID DEVELOPER, Let me know if you are 
interested in this position. *

*ANDROID DEVELOPER*

*Client:GAVS- **Ashley Furniture*

*Tampa, FL*


 

*REQUIRED SKILLS:*

 

*OOPS, JAVA, KOTLIN, Android XML,**Volley, Retrofit, Firebase,*

*Google API’s & Maps, Material design, Instant Apps,*
*Fire store Firebase, ROOM & SQLite Database, Support libraries & 
Third-party Libraries integration* 

Thanks and Regards,

Sam Matthieu

Office: 240-764-4952 |E-Mail: s...@globalsyst.com 

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/6d255a1f-89dc-42be-a223-8ed59bb51dea%40googlegroups.com.


[android-developers] Android/iOS Developer in Cincinnati, OH

2020-02-27 Thread VINEET SHARMA
Hi,

Please reply with resumes to *vinee...@1pointsys.com
*


*Rate offering: $65/hr on C2C/1099*


Client: Fifth Third Bank : client


USC, GC or GC-EAD



*Job: Android/iOS Developer*

Cincinnati, Ohio location

WebEx interview process


*7+ years of exp.*


*Overview:*

Looking for Android/iOS Developer with 0-3 years of experience Proficiency
in one or more of the following platforms:

*iOS development* in *Swift* and *Objective*-*C* *programming* languages

*Android* *development* in *Java* and *Kotlin* programming languages


*KNOWLEDGE & SKILLS REQUIRED:*

Bachelor's degree in Computer Science/Information Systems or comparable
with 0-3 years of experience

Proficiency in one or more of the following platforms:
  iOS
development in Swift and Objective-C programming languages

Android development in Java and Kotlin programming languages


Web development, supported by Angular in JavaScript and TypeScript
programming languages

Knowledge of object-oriented and functional software design

Familiarity with RESTful networking

Prior experience with knowledge of Git and GitHub

Understanding of Software Development Methodologies

Understanding of security best practices

Strong problem solving skills

A GitHub profile is a plus



*VINEET SHARMA | Sr **Recruiter*

*Email : **vinee...@1pointsys.com* 

*Cell:(315) 987-0024*

*Desk: (803) 818-3474   Ext: 112*

*1 Point System LLC*

• 115 Stone Village Drive • Suite C • Fort Mill, SC • 29708

Fax :  803-832-7973 | W : www.1pointsys.com

Gtalk/Skype: vicky1point...@gmail.com

LinkedIn: linkedin.com/in/vineet-sharma-11043aa4


-- 
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/CAGJ1jhj_8YT1Df%2B_c__760wNFYug7mcDvsTeLgAK2PM8ZnGxNA%40mail.gmail.com.


[android-developers] Android/iOS Developer in Cincinnati, OH

2020-02-26 Thread VINEET SHARMA
Hi,

Please reply with resumes to *vinee...@1pointsys.com
*





*Client: Fifth Third Bank : client*

*USC, GC or GC-EAD*



*Job: Android/iOS Mobile Developer*

Cincinnati, Ohio location

WebEx interview process



*7+ years of exp.*



*Overview:*

Looking for *Android/iOS Developer* with 0-3 years of experience *Proficiency
in one or more of the following platforms:*

*iOS development* in *Swift* and Objective-C programming languages


*Android development* in Java and *Kotlin* programming languages






*KNOWLEDGE & SKILLS REQUIRED:*

· Bachelor's degree in Computer Science/Information Systems or
comparable with 0-3 years of experience

· Proficiency in one or more of the following platforms:



· iOS development in Swift and Objective-C programming languages


· Android development in Java and Kotlin programming languages



· Web development, supported by Angular in JavaScript and
TypeScript programming languages

· Knowledge of object-oriented and functional software design

· Familiarity with RESTful networking

· Prior experience with knowledge of Git and GitHub

· Understanding of Software Development Methodologies

· Understanding of security best practices

· Strong problem solving skills

· A GitHub profile is a plus







*VINEET SHARMA | Sr **Recruiter*

*Email : **vinee...@1pointsys.com* 

*Cell:(315) 987-0024*

*Desk: (803) 818-3474   Ext: 112*

*1 Point System LLC*

• 115 Stone Village Drive • Suite C • Fort Mill, SC • 29708

Fax :  803-832-7973 | W : www.1pointsys.com

Gtalk/Skype: vicky1point...@gmail.com

LinkedIn: linkedin.com/in/vineet-sharma-11043aa4


-- 
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/CAGJ1jhiOL7oJ8KS1WMe_kzfCKvXT4it_eJ3KiVi5_t%3DQF%2B8T%2Bg%40mail.gmail.com.


[android-developers] Android Developer in Charlotte, NC (USC, GC or GCEAD only)

2020-02-25 Thread VINEET SHARMA
Hi,

Please reply with resumes to *vinee...@1pointsys.com
*



*Client : LOWES*



*VISA: GC, USC or GC EAD only*



*Job: Android Developer*

Location : Charlotte, NC

Duration : 6 month Contract



*Requirements:*

4-5 years in Android development

Java

RX Java

Architecture experience with Android



*A plus to have:*

Kotlin

Zebra Devices







*VINEET SHARMA | Sr **Recruiter*

*Email : **vinee...@1pointsys.com* 

*Cell:(315) 987-0024*

*Desk: (803) 818-3474   Ext: 112*

*1 Point System LLC*

• 115 Stone Village Drive • Suite C • Fort Mill, SC • 29708

Fax :  803-832-7973 | W : www.1pointsys.com

Gtalk/Skype: vicky1point...@gmail.com

LinkedIn: linkedin.com/in/vineet-sharma-11043aa4


-- 
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/CAGJ1jhiejK1WYkYTEVrjuiMnaTHdZmh8G%2B4eUJv6FyHeQ3_%2Bhw%40mail.gmail.com.


[android-developers] Android Developer in Charlotte, NC (USC, GC or GCEAD only)

2020-02-24 Thread VINEET SHARMA
Hi,



Please share resumes to *vinee...@1pointsys.com *



*Client : LOWES*



*VISA: GC, USC or GC EAD only*



*Job: Android Developer*

Location : Charlotte, NC

Duration : 6 month Contract



*Requirements:*

4-5 years in Android development

Java

RX Java

Architecture experience with Android



*A plus to have:*

Kotlin

Zebra Devices







*VINEET SHARMA | Sr **Recruiter*

*Email : **vinee...@1pointsys.com* 

*Cell:(315) 987-0024*

*Desk: (803) 818-3474   Ext: 112*

*1 Point System LLC*

• 115 Stone Village Drive • Suite C • Fort Mill, SC • 29708

Fax :  803-832-7973 | W : www.1pointsys.com

Gtalk/Skype: vicky1point...@gmail.com

LinkedIn: linkedin.com/in/vineet-sharma-11043aa4


-- 
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/CAGJ1jhid%3D_WvQoZrpRiJiMeVCK87VmwzDp5Z-gJLHC49%2BcEZkQ%40mail.gmail.com.


[android-developers] Android bootanimation questions.

2019-11-26 Thread Nickname
Hello everybody.
Since I read that it is possible to change the bootanimation of your own 
Android device, I wanted to start a project about it.
Initially I understood that the procedure could only be performed on a 
rooted device, but then I read some online tutorials, including this one 
, 
which warned of the possibility of executing the procedure even without 
root using *Android Debug Bridge* (*adb*).
So I installed adb and, once I was able to run it, I connected the phone to 
the PC, verified the correct recognition of the device by the program and I 
tested the bootanimation editing commands.
Theoretically, the process should have gone like this: a) adb pull 
/data/local mypcdirectory [ENTER]

 b) (after the program has finished working) adb push 
bootanimation.zip /data /local [ENTER]

 c) (after the program has finished working again) adb reboot 
[ENTER]

Instead, whenever I executed the first two commands, the message that 
appeared in the prompt was *Permission denied*.
Yet adb is working and the phone is based on *Android 4.0.4*, so it can't 
be a recent update that has blocked this feature.
There are many forums online about this discussed topic: a simple query to 
use to find a lot of examples is "bootanimation change without root".
Can anyone help me to solve this problem?
Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ea9cbe16-6f37-4c3b-b693-3acb6246e8ca%40googlegroups.com.


[android-developers] Android Developer

2019-11-25 Thread Recruiter Soni
*Hi Partner,  *



*Hope you’re doing well!*

*Please share resume at chin...@inficaretech.com *



*Req No. - 1*

*Role : *Android Developer

*Location : *Blue Ash, OH (%100 Onsite Position)

*Duration : *12 Months

*Client : *Syntel



*JOB DESCRIPTION*



· Should have experience in designing & building *Native Android
Mobile Apps.*

· Should have done coding for exposing enterprise applications
through mobile applications.

· Knowledge of *Mobile/Application Security is a Must.*

· Should also have exposure to Hybrid Application
Development/Integration.

· Java background is essential & should have knowledge of
webservices.

· *Process* *:* Should have good understanding on the Agile
development methodology and should have worked on projects in Agile
methodology.

· Excellent Communication skills are a given.





Regards

*Chintan Soni*

*InfiCare* *Technologies*| 22375 Broderick Drive #225 Dulles VA 20166 |

703-652-4449 Direct |  chin...@inficaretech.com

www.infiCareTech.com

Servicing our clients since 2001MBE/ DBE Certified in VA, MD, PA, NJ,
NC, CA

IT Services * Application Development * Mobility Solutions

-- 
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/CAN3tfA8-LUO7FOOeL%2Bj5YGg7EwVyGExmzSEfo1ex0vumkbWPuw%40mail.gmail.com.


[android-developers] Android Mobile Tester and Developer

2019-11-21 Thread Recruiter Soni
*HI partner*
*Hope you are doing well,*
Please share resume at chin...@inficaretech.com

*H4 EAD , OPT EAD will also work*


*Role :* Android Mobile Tester

*Location :* Blue Ash, OH (%100 Onsite Position)

*Duration :* 12 Months

*Client: Syntel*



*JOB DESCRIPTION *



· Needs to have experience in *Native Android/iOS Mobile App
Testing*. Should also have exposure to *Hybrid Application Testing.*

· Should have automation experience.

· *Selenium & Appium is Must**.*

· *Java Background* is essential & should have knowledge of
*Webservices.*

· *Process* *:* Should have good understanding on the Agile
development methodology and should have worked on projects in Agile
methodology.

· Excellent Communication skills are a given.




*Role :* Android developer

*Location :* Blue Ash, OH (%100 Onsite Position)

*Duration :* 12 Months

*Client: Syntel*



*JOB DESCRIPTION*



· Should have experience in designing & building *Native Android
Mobile Apps.*

· Should have done coding for exposing enterprise applications
through mobile applications.

· Knowledge of *Mobile/Application Security is a Must.*

· Should also have exposure to Hybrid Application
Development/Integration.

· Java background is essential & should have knowledge of
webservices.

· *Process* *:* Should have good understanding on the Agile
development methodology and should have worked on projects in Agile
methodology.

· Excellent Communication skills are a given.





Regards

*Chintan Soni*

*InfiCare* *Technologies*| 22375 Broderick Drive #225 Dulles VA 20166 |

703-652-4449 Direct |  chin...@inficaretech.com

www.infiCareTech.com

Servicing our clients since 2001MBE/ DBE Certified in VA, MD, PA, NJ,
NC, CA

IT Services * Application Development * Mobility Solutions

-- 
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/CAN3tfA8%3D_rnz5ZJYB3GFR3RWOFwxU9Q%3DfCrW46UYes-47G-_jA%40mail.gmail.com.


[android-developers] Android 32 bit and 64 bit system apps

2019-11-20 Thread Richárd Bodai
Hi! 
Is it a problem to install 32 bit and 64 bit applications on a 64 bit 
device as system apps? 32 bit applications are running on 64 bit 
processors. So my assumption is that it should not be a problem if there 
are 32 bit and 64 bit system applications on a device. Because I heard from 
someone that when he installed a 32 bit system app then it caused crash in 
the 64 bit applications.

logs are like:

*PackageManager( 1146): Instruction set mismatch, 
PackageSetting{32bit.application.package.name} requires arm whereas 
PackageSetting{64bit.other.application.package.name} requires arm64*

*...*

*PackageManager( 1146): Adjusting ABI for 
64bit.other.application.package.name to 
armeabi (requirer=32bit.application.package.name, scannedPackage=null)*


As I know there are no connections between the two applications. Non of 
them is depending on the other one. Can someone tell me what is the root 
cause of the above log or what does it mean exactly? Why is it a problem if 
one application requires arm and an other one requires arm64? Should not 
they work independently from each other? Why is it needed to adjust armeabi 
to the *64bit.other.application.package.name *app? Why can't it just use 
its own 64 bit libs?

-- 
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/218e818a-f0cc-4349-aef7-91c8fa42ba92%40googlegroups.com.


[android-developers] android developer in boston,ma

2019-11-19 Thread nagaraj gensolinc
Hi ,


I hope you are doing well today, Please find below requirement if
interested do share your updated resume with following details to discuss
further.



*Job title : Android developer*

*Location:  Boston, MA*

*Duration   :  6 months*

*Interview  :  phone interview*



*Requirement :*

Must Have 7+ years of experience in software + mobile application design
and development

Good experience working with React Native

Familiar with the react-native bridge

Have experience with react-native lists

Have worked with native modules and native ui components for a react-native
app -on both iOS and Android

Strong understanding of interactive application development paradigms,
memory and state management, network programming, and concurrency

Good grasp of native app development (iOS and/or Android)

Have experience working on a live production app with real people using it

 Thanks & Regards,

Nagaraju,

Jr. Technical Recruiter

*Desk: 972-440-0023 | F: 972.346.6115*

*Email: *nagar...@gensolinc.com

GENERIC SOLUTIONS INC

*12200, Ford Rd*
*, S486,
Dallas, TX – 7523*[image: Description: Description: Description:
Description: Description: Description: Description: Description:
Description: Description: Description: Description: Description:
Description: Description: Description: Description: Description:
Description: Description: Description: Description: Description:
Description: Description: Description: Description: Description:
Description: Description: Description: Description: Description:
Description: Description: Description: Description: Image result for wbenc]

-- 
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/CAOfDyO2Fv7AVirYFDQboZJq%3Df8aFt6z4bnfiJpyhpJ9caPdBOw%40mail.gmail.com.


[android-developers] Android Engineer Miami, FL

2019-11-14 Thread arun recruiter


Hi Partners,

 

Hope you are doing well. This is Arun from MicroNet.

I have an urgent requirement as follows:

Please respond to a...@micronetgroup.com or call me on 201-621-5416.

 

 

 

*Title:* Android Engineer
*Location: *Miami, FL

*Duration:* 6 months

 


*Interview Process: Phone- Skype or F2F*

 

Responsibilities

8+ years of experience and Kotlin experience
Well versed in developing Android applications for either mobile devices or 
Digital Out of Home Installations and drives innovation for the company
Strong leadership and communication skills to effectively manage client and 
Publicis Sapient teams through Sales, Analysis & Design, Implementation, 
and Support project phases
Mentor, coach and manage team members while managing your team's track of 
work to completion
Lead the development and distribution of apps via enterprise channels or 
public app stores
Create application architecture and technical design using design patterns 
and common solutions
Work with project management to accurately estimate and scope out projects
Work with information architecture and design teams during planning and 
production phases
Produce clear and concise technical specification documents for internal 
and external use
Produce code to the highest standards while adhering to industry accepted 
architecture and design pattern techniques and methodologies (e.g., MVC, 
SOA, OOP, DI etc.)
Converse with back-end teams to create optimum integration solutions
Analyze and critique code based on functional specifications
Optimize and lead your development team for user experience
Ensure cross-device compatibility
Comment code and produce documentation to industry standards
Problem solve in a proactive and efficient manner
Requirements
Heroic get-it-done attitude with your fellow team members; ability to take 
input and lead by example
10+ years of industry experience in enterprise architecture, systems 
integration, package implementation, and interactive design and architecture
Strong understanding of complex computer science and software engineering 
principles
Expertise in Android Development with excellent hands-on knowledge of 
Android Studio/Gradle, Android SDK, Kotlin, Java, SQLite, Google Volley
Successful track record of designing and delivering mobile and tablet 
experiences
Excellent communicator and team player with strong organizational and 
estimation skills
Excellent knowledge of working with dynamic data (e.g., JSON, XML) through 
various interface types (e.g., REST, SOAP)
Experience with performance profiling and tuning consumer applications

 

 

 

*Best Regards*

*Arun| MicroNet IT Solutions Inc.*

*Sales Recruiter*

8415 Cross land Loop, Montgomery, AL 36117

Direct: 201-621-5416 |  Fax: 404-601-9507

a...@micronetgroup.com*| **www.micronetgroup.com* 


*Note: If you have received this mail in error or prefer not to receive 
such emails in the future, please reply with "REMOVE" in the subject line 
and the email id(s) to be removed. All removal requests will be honored 
ASAP. We sincerely apologize for any inconvenience** caused.*

 

-- 
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/0638f371-0d4e-4cde-ba15-6fd71661ea85%40googlegroups.com.


[android-developers] Android Lead @ Atlanta, GA

2019-11-04 Thread azhar uddin
*Hi Professionals,*

*hope you are doing well,*

*we have an immediate openings for the below position, kindly let me know
your interest with your updated resume and expected rate ASAP.*

*Note : Need Passport Number *

*Role : Android Lead @ Atlanta, GA*

*Location : Atlanta, GA*

*Visa :  NO H1 Transfers*

*Job Roles / Responsibilities:   *

*Job Description:*

1. Good communication skills with experience in working in client
environment and leading team.

2. Good knowledge on different design patterns including MVC & MVVM.

3. Hands on in developing native applications in Kotlin using Android SDK.

4. Clear understanding of the requirements and delegate the same with
offshore for quality deliverables.

5. Knowledge in latest OS version of Android is an additional advantage.

6. Troubleshoot and critical production defects and able to provide
solutions for any complex issues.

7. Independently work with customers and give solutions for any complex
issues.

8. Domain knowledge in Retail Banking including Cards and Payments.

9. Prior experience in working with banking projects is needed.

10. Experience in working with Eclipse and other Android development Tools
is a must.

*The common question that gets asked in business is, 'why?' That's a good
question, but an equally valid question is, 'why not?'*

*Thanks & Regards*

*Mohd Azhar uddin*

*4229 Lafayette Center Dr., Suite #1625, Chantilly, VA 20151*

*Tel: 703-831-8282 Ext. 2526, Fax : 703-439-2550,*
* Hangouts ID  : azharcanopy...@gmail.com *
*Email: m.az...@canopyone.com 
Web: www.canopyone.com *

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


[android-developers] Android Developer @ Menlo park, CA

2019-11-04 Thread azhar uddin
*Hi Professionals,*

*hope you are doing well,*

*we have an immediate openings for the below position, kindly let me know
your interest with your updated resume and expected rate ASAP.*

*Note : Need Passport Number *

*Role : Android Developer *

*Location: Menlo park, CA*

*Visa :  NO H1 Transfers*

*Note: Need candidates with at least 7+ years of Exp*



*RESPONSIBILITIES*

· Design and development projects for existing android app.

· Build prototypes at tech scoping stage of projects depending on
the project.

· Create compelling device specific user interfaces and experiences
and UI prototypes

· Optimizing performance for the app

· Keep up to date on the latest industry trends in the mobile
technologies

· Ability to integrate any backend system for web service
integration

· Ability to handle production issues in timely manner



*QUALIFICATION*

· Bachelor’s degree in Computer Science (or equivalent experience)

· 5-7 years of software development experience

· 3-5 years Android experience (preferably client side)



*SKILLSET*:

· Strong in Android SDK

· Strong OO design and programming skills in Java (J2EE/ J2ME)

· Desired Kotlin development skills

· Experience building native apps

· Excellent debugging and optimization skills

· Source code control understanding (experience with Git preferred)

· Ability to work individually with minimal direction, and on a
larger development team

· Experience with Java Collections and Threading

· Experience working with functional languages

*The common question that gets asked in business is, 'why?' That's a good
question, but an equally valid question is, 'why not?'*

*Thanks & Regards*

*Mohd Azhar uddin*

*4229 Lafayette Center Dr., Suite #1625, Chantilly, VA 20151*

*Tel: 703-831-8282 Ext. 2526, Fax : 703-439-2550,*
* Hangouts ID  : azharcanopy...@gmail.com *
*Email: m.az...@canopyone.com 
Web: www.canopyone.com *

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


[android-developers] Android Developer Opportunities from Booking China

2019-10-30 Thread 'Chrisy Kan' via Android Developers

Booking.com is the world's leading accommodation reservation website with 
1.5 million bookings made every day. As we continue to grow in China 
market, our mobile team is also expanding to drive rapid business growth. 
We are seeking experienced Android developers who are willing to join our 
vibrant international Tech teams based at 19F Park Place no.1601 Nanjing 
Road (W) Jing’an District, Shanghai, China. 

More details, pls. visit our Career website: 
https://careers.booking.com/job/BOOKUS2150/Android-Developer or send your 
updated CV to chrisy@booking.com


*B.responsible*

Our guiding principle is that by helping users we help the business, so we 
listen to Booking.com users and give them features they want to use.  As a 
developer in our mobile team you'll be part of the idea generation process, 
working in a small startup-like group which takes ownership of its part of 
the projects. You'll be working on the iterative improvements we make as 
part of our high-speed release cycles, as well as looking ahead and 
implementing broader changes to the mobile app.

Important aspects of the job include:

   - Rapidly develop new features and A/B test them with users
   - Solve issues with the app, prioritizing based on user impact
   - Collaborate with Back-end Developers, Product Owners and Designers to 
   constantly improve the Android app
   - Contribute to growing the team through interviewing, on-boarding, or 
   other recruitment efforts.

*B.skilled*

We expect our developers to know the ins and outs of the Android framework 
and to deliver polished products customers want to use. We need 
self-starters who are great at solving problems, initiate solutions and 
discussions and are not afraid of solving challenges due to our huge scale.

We have found that people who match the following requirements are the ones 
who fit us best:

   - 3+ years of Android application development using Android SDK
   - 5+ years of experience as a developer with Java and other languages
   - Fluent in English and Mandarin
   - Strong interaction and design sense, excellent attention to detail
   - Self-motivated to explore new technologies, applications and 
   environments
   - Self-starter, highly motivated, team-player


-- 
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/b147d79c-dbbc-4577-82b4-ebc9cb49ec32%40googlegroups.com.


[android-developers] Android Lead @ Atlanta, GA

2019-10-29 Thread aravindkumar canopyone
Greetings from Canopy One Solutions,



Hope you all are doing well!



Please glance the requirement & respond me back with your finest consultant
Resumes & Contact Details.



*Project Details: *



Role: Android Lead

Location: Atlanta, GA

Duration: Long Term

Interview Criteria: Skype & Telephonic



*Job Description: *

· Good communication skills with experience in working in client
environment and leading team.

· Good knowledge on different design patterns including MVC & MVVM.

· Hands on in developing native applications in Kotlin using
Android SDK.

· Clear understanding of the requirements and delegate the same
with offshore for quality deliverables.

· Knowledge in latest OS version of Android is an additional
advantage.

· Troubleshoot and critical production defects and able to provide
solutions for any complex issues.

· Independently work with customers and give solutions for any
complex issues.

· Domain knowledge in Retail Banking including Cards and Payments.

· Prior experience in working with banking projects is needed.

· Experience in working with Eclipse and other Android development
Tools is a must.





*Consultant Details:*

Full Name:



Current Address with Zip code, State



Mobile and Home Phone No:



Email ID:



Skype ID:



Passport Number

US work authorization: If Visa Holder Validity Period

Last 4 Digit SSN



DOB with year



Highest Education with Specialization with year:



Currently on a project:



Willingness to relocate across US:



Vacation Plans



Current employer details



Expertise & Skills Sets:



Experience in Years:



US experience



Interview Availability:



Available to join from:



Hourly expectation:



Special Remarks (if any):





*Make it a great day*
Thanks & Regards
Aravindkumar Komminenei

[image: cid:image008.png@01CE7195.60877940]

Phone: 703-831-8282 Ext 2532, Fax: 703-439-2550
Email: k.arav...@canopyone.com  URL: www.canopyone.com

USA : 4229 Lafayette Center Dr , Suite #1625, Chantilly, VA 20151  || *CANADA:
*Bankers Hall - West Tower, 888 - 3rd Street SW, 10th Floor, Calgary, AB
T2P 5C5*||* *INDIA:*  4th Floor, #7, Techno Enclave, Sector 3, Hyderabad
500081*||*

-- 
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/CAHdSO-FhqHeiuF8f38_izRZdsr8NEqGr3Kn8CK7PfUWfaLmABA%40mail.gmail.com.


[android-developers] Android Developer // Houston, TX

2019-10-25 Thread vinod
Hi ,



Please go through the requirement and let me know your interest.

*Title: Android Developer*

*Location: Houston, TX *

*Duration: 12+ months*

* ONLINE TEST AND 2 SKYPE ROUND.*

*Required:*

1. Develop:
• Partner with the eCommerce team and iT to prepare and program various
“proof of concepts” for testing
• Understand back-end system/services to access when building out fronts
for testing
• Ability to creatively architect and design programs to meet the goals and
requirements of various projects
2. Test and Iterate
• Partner with the eCommerce Innovation and iT teams to rest and iterate on
developed software and programs
• Ability to quickly adapt to changes and learning from field testing
• Quickly integrate and update projects
3. Hand-off:
• Prepare projects for hand-off and deployments as “proof concepts” move to
production

1. Experience with Android Application Development Environments (ideally 2+
years of experience)
2. Experience working with remote data via REST and JSON, third party
libraries and APIs
3. Experience developing native Android platforms: Android SDK, Android
Visual studio, and Proguard


*Thanks & Regards*



*Vinod Kumar*

*ST Global LLC *

*Direct: 513-442-1529*

*Fax: 206-319-4579*

vi...@stglobaltech.com

www.stglobaltech.com



Note: We respect your Online Privacy. This is not an unsolicited mail.
Under Bills.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered Spam as long as we include Contact information and a
method to be removed from our mailing list. If you are not interested in
receiving our e-mails then please reply with a "REMOVE" in the subject line
at mention all the e-mail addresses to be removed with any e-mail
addresses, which might be diverting the e-mails to you. We are sorry for
the inconvenience.

-- 
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/CAOEc-pr9a7AJeNTmkFhZqNPaXHCvRt912_6TmWKeRjs7StzGYw%40mail.gmail.com.


[android-developers] Android Application Native Memory Leak Debug Problem

2019-10-23 Thread Harris Huang
Hi  guys,

I am tracking a native memory leak issue for a 3rd-part app on our android 
platform.

Environment:
1 Android 8.1 
2 user_debug
3 libc_malloc_debug.so exist

I got  a 
resource(https://source.android.com/devices/tech/debug/native-memory) from 
google that how to debug the native memory leak.
followed the steps described:

1 adb root
2 adb remount 
3 adb shell setprop wrap.com.xxx.xx.xxx 
'"LIBC_DEBUG_MALLOC_OPTIONS=backtrace logwrapper"'
4 adb shell getprop | grep wrap(the output 
shows that configuration was successful)
5 adb shell am force-stop com.xxx.xx.xxx
6 adb shell am start -n com.xxx.xxx.xx.xxx/.MainActivity
7 logcat -d | grep "malloc_debug"(can't find the 
"/system/bin/app_process64: malloc debug enabled")
8 operate the app, and try to duplicate the native memory leak
9 adb shell am dumpheap -n pid /data/tmp/local/heap.txt
10 adb shell cat /data/tmp/local/heap.txt
 
The heap.txt file is 0 byte.  I  don't know why i dump an empty heap file? 
anyone got the same issue?
please help.

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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/96af3c81-0977-4837-814b-9993ef750ecc%40googlegroups.com.


[android-developers] Android Developer // Bellevue, WA

2019-10-23 Thread vinod
Hi,



Please go through the requirement and let me know your interest.



*Role::* *Android Developer*

*Location: Bellevue, WA*

*Mode of interviews: 1st round with us through Zoom, 2nd round with
T-Mobile through Skype Business* *for non local candidates. *

*Visa: no visa restrictions*
* Rate:: $55/hr on C2C*





*Requirements:*

· Proficient in Android development platform using Android
Studio

· Exposure to latest mobile software architectures

· Deployment and UI testing the mobile app using Android
emulators is a plus.

· Always ahead of technology, having knowledge on latest
technological advancements in Android development.

· Active participation in Android dev community forums, seeking
advice and solving other users’ issues

· Solid experience in UI / UX development.

· Experience developing apps in telecommunications space is a
huge plus.

· Extensive experience in Java J2EE and J2ME.

Education:

· Bachelor’s degree in Computer Science or related field or the
foreign equivalent and 5 years of progressively responsible
post-baccalaureate relevant work experience. In the alternative, we will
accept a master’s degree in Computer Science or related field or the
foreign equivalent and 3 years of relevant work experience.







*Thanks & Regards*



*Vinod Kumar*

*ST Global LLC *

*Direct: 513-442-1529*

*Fax: 206-319-4579*

vi...@stglobaltech.com

www.stglobaltech.com



Note: We respect your Online Privacy. This is not an unsolicited mail.
Under Bills.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered Spam as long as we include Contact information and a
method to be removed from our mailing list. If you are not interested in
receiving our e-mails then please reply with a "REMOVE" in the subject line
at mention all the e-mail addresses to be removed with any e-mail
addresses, which might be diverting the e-mails to you. We are sorry for
the inconvenience.

-- 
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/CAOEc-pq6wHr4_PrCf-wjssCXECn2mQVKabvvdnXNF9c6B0Cz9A%40mail.gmail.com.


[android-developers] Android Developer // Houston, TX

2019-10-22 Thread vinod
Hi,



Please go through the requirement and let me know your interest.

*Title: Android Developer*

*Location: Houston, TX *

*Duration: 12+ months*

* ONLINE TEST AND 2 SKYPE ROUND.*

*Required:*

1. Develop:
• Partner with the eCommerce team and iT to prepare and program various
“proof of concepts” for testing
• Understand back-end system/services to access when building out fronts
for testing
• Ability to creatively architect and design programs to meet the goals and
requirements of various projects
2. Test and Iterate
• Partner with the eCommerce Innovation and iT teams to rest and iterate on
developed software and programs
• Ability to quickly adapt to changes and learning from field testing
• Quickly integrate and update projects
3. Hand-off:
• Prepare projects for hand-off and deployments as “proof concepts” move to
production

1. Experience with Android Application Development Environments (ideally 2+
years of experience)
2. Experience working with remote data via REST and JSON, third party
libraries and APIs
3. Experience developing native Android platforms: Android SDK, Android
Visual studio, and Proguard



*Thanks & Regards*



*Vinod Kumar*

*ST Global LLC *

*Direct: 513-442-1529*

*Fax: 206-319-4579*

vi...@stglobaltech.com

www.stglobaltech.com



Note: We respect your Online Privacy. This is not an unsolicited mail.
Under Bills.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered Spam as long as we include Contact information and a
method to be removed from our mailing list. If you are not interested in
receiving our e-mails then please reply with a "REMOVE" in the subject line
at mention all the e-mail addresses to be removed with any e-mail
addresses, which might be diverting the e-mails to you. We are sorry for
the inconvenience.

-- 
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/CAOEc-ppWSgt2SSxKr3bY8z63pUai6w%3DXiAUuZX%2BayrWg%3D-%3DX9w%40mail.gmail.com.


[android-developers] Android Developer----Plano, TX-----6 – 12 Months

2019-10-22 Thread kiran Toj
Hi Friends,

Hope you are doing great,



My-self Kiran, I’m working as a Technical Recruiter in Yochana IT Solutions
INC.



I have an urgent requirement from one of my esteem client, I will
appreciate if you can have an eye on the below requirement and send me your
consultant updated profile ASAP.





*Android Developer Plano, TX 6 – 12 Months*

*Mandatory requirement:*

• Strong knowledge & experience with the Kotlin programming language

• Atleast 6 years programming experience in Android, Java

• Familiarity with Android Jetpack & Architecture components, including
ViewModel, LiveData, Room, Google Map Api. etc

• Familiarity with RESTful APIs & libraries that facilitate & connect
Android applications to back-end services

• Experience with offline storage, threading, and performance tuning

• Familiarity with firebase & cloud messaging APIs

• Knowledge of dependency injection.



*Good to have :*

• Experience with bug fixing and improving application performance.

• Experience with mobile app code signing and deployment process to public
app stores

• Familiarity with version control systems and code merging/branching;
specific experience with git desirable

• Familiarity using test-driven development frameworks or automated testing
tools for mobile development



*Thanks and Regards,*

Kiran

*Yochana IT Solutions INC*

23000 Commerce Dr, Farmington hills, MI-48335

 ki...@yochana.com || *www.yochanait.com* 

*Hangouts / Skype:* saikiran0...@gmail.com

off: 248-598-7520

-- 
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/CAGquW%2BJwbDMgJF_7HBh-osJayLK_4BkKByN3sMNbpQPX%3DjD57A%40mail.gmail.com.


[android-developers] Android Developer // Houston, TX

2019-10-18 Thread vinod
Hi,



Please go through the requirement and let me know your interest.

*Title: Android Developer*

*Location: Houston, TX *

*Duration: 12+ months*

* ONLINE TEST AND 2 SKYPE ROUND.*

*Required:*

1. Develop:
• Partner with the eCommerce team and iT to prepare and program various
“proof of concepts” for testing
• Understand back-end system/services to access when building out fronts
for testing
• Ability to creatively architect and design programs to meet the goals and
requirements of various projects
2. Test and Iterate
• Partner with the eCommerce Innovation and iT teams to rest and iterate on
developed software and programs
• Ability to quickly adapt to changes and learning from field testing
• Quickly integrate and update projects
3. Hand-off:
• Prepare projects for hand-off and deployments as “proof concepts” move to
production

1. Experience with Android Application Development Environments (ideally 2+
years of experience)
2. Experience working with remote data via REST and JSON, third party
libraries and APIs
3. Experience developing native Android platforms: Android SDK, Android
Visual studio, and Proguard



*Thanks & Regards*



*Vinod Kumar*

*ST Global LLC *

*Direct: 513-442-1529*

*Fax: 206-319-4579*

vi...@stglobaltech.com

www.stglobaltech.com



Note: We respect your Online Privacy. This is not an unsolicited mail.
Under Bills.1618 Title III passed by the 105th U.S. Congress this mail
cannot be considered Spam as long as we include Contact information and a
method to be removed from our mailing list. If you are not interested in
receiving our e-mails then please reply with a "REMOVE" in the subject line
at mention all the e-mail addresses to be removed with any e-mail
addresses, which might be diverting the e-mails to you. We are sorry for
the inconvenience.

-- 
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/CAOEc-prW%2Bz27KRmqBe5_UsYp_bi8u6waatEFZUEGF403-xAsEg%40mail.gmail.com.


[android-developers] Android Developer needed in Minneapolis, MN

2019-10-17 Thread Syed SV Professionals


*Title:* *Android Developer*
*Location: *Minneapolis, MN

*Duration:* 6 months to start

*Interview Process: Phone- Skype or F2F*

· *Android Development* – Excellent working experience with Android 
frameworks

·  

*Deep level of expertise in two or more of the following is preferred:*

· Experience *integrating analytics and tracking solutions (e.g., Omniture, 
Google Analytics) a plus*

· Experience integrating with *CMS technologies* (e.g., Adobe Experience 
Manager, Interwoven, CloudMine) a plus

· Experience working with *backend technologies (e.g., Java, .NET, Python, 
Ruby, Node.js) a plus*

· Experience integrating with *eCommerce frameworks* (e.g., Hybris, IBM 
WCS, Demandware, ATG) a plus

· Great understanding of *timeline animation techniques and code animation 
techniques a plus*

· Experience with *ORM based data storage, SQL experience a plus as well as 
non-relational persistence* data storage

· Experience developing interactive user interfaces utilizing *HTML5 and 
JavaScript a plus*

· Experience with client application persistence of data using recommended 
platform specific technologies

· Excellent knowledge of working with dynamic data (e.g., JSON, XML) 
through various interface types (e.g., REST, SOAP)

· Experience in the performance tuning strategy of consumer applications

 

*Requirements: *

· Bachelor’s degree in Computer Science or related field preferred

· 5+ years of industry experience in enterprise architecture, systems 
integration, package implementation, and interactive design and architecture

· Heroic get-it-done attitude; collaborates well with team members and can 
take ownership

· A strong understanding of complex computer science and software 
engineering principles

· Experience in graphics manipulation/optimization using Photoshop; in 
addition to the use of nine patch images

· Experience leading the development and distribution of apps via 
enterprise channels or public app stores

· Excellent knowledge of working with *dynamic data (e.g., JSON, XML)* 
through various *interface types (e.g., REST, SOAP)*

· Experience leading the performance tuning strategy of consumer 
applications

· Frequent travel may be necessary



Sufyan Syed

Email: s...@svprofessionals.com

Work: 703-574-2299



-- 
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/3e1b77aa-9d7a-4d8d-901c-8e67b71cd864%40googlegroups.com.


  1   2   3   4   5   6   7   8   9   10   >