Re: [android-developers] Critical Need for Android Lead with Direct Client @ Mountain View, CA

2019-07-17 Thread Sathya Sri
Hi Abdullah,

I am Android developer of having 8.3years of experience with strong
knowledge on Android framework and components.

Please let me know more about this requirement. I am very much interested
in this position.

Thanks,
Sathish Avunoori


On Wed, Jul 17, 2019, 11:25 PM abdullah K 
wrote:

> Hi,
>
> We have an opening  for “Android Technical Lead” with our direct client @
> Mountain View, California.
>
> Duration : 6 Months
>
> If you have suitable candidates, Kindly let me know asap.
>
> Job Description :
>
> Strong knowledge of Android SDK, different versions of Android, and how to
> deal with different screen sizes Familiarity with RESTful APIs to connect
> Android applications to back-end services Strong knowledge of Android UI
> design principles, patterns, and best practices Experience with offline
> storage, threading, and performance tuning Ability to design applications
> around natural user interfaces, such as “touch” Familiarity with the use of
> additional sensors, such as gyroscopes and accelerometers Knowledge of the
> open-source Android ecosystem and the libraries available for common tasks
> Ability to understand business requirements and translate them into
> technical requirements Familiarity with cloud message APIs and push
> notifications A knack for benchmarking and optimization Understanding of
> Google’s Android design principles and interface guidelines Proficient
> understanding of code versioning tools, such as Git Familiarity with
> continuous integration
>
> 7+ years of hands on development experience on the Android platform with a
> strong understanding of the Android Architecture Experience with all phases
> of the development life cycle
>
>  Thanks & Regards,
>
> *Abdullah.K*
>
> Assistant Manager - Human Resources
>
> abdulla...@photoninfotech.net
>
> www.photon.in
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/e368fbe9-8a96-4e9a-a68b-5ab7155ec0c8%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

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


Re: [android-developers] Problem with Android 6.0 and Bluetooth

2016-09-26 Thread Sathya Sri
Hey,

Did you added support for Android 6.0 . That means did you added
permissions for bluetooth from manifest file as well as from code also?

On Sep 26, 2016 3:32 PM, "Sébastien Schutz"  wrote:

> Hi,
>
> I'm currently developping an application which uses Bluetooth.
>
> I connect to two Bluetooth devices with the smartphone. I use one
> BluetoothGatt instance per BluetoothDevice.
>
> I was testing the application with my Samsung Galaxy A5 which is under
> Android 5.0.2, and it was working without any problem.
>
> A friend tests the application on his smartphone which is a Blackview
> BV6000s which is under Android 6., and it's not working.
>
> As I was trying to debug, I found that the discover of services of the
> second gatt instance didn't work.
>
> Could you help me ? Do you think it is about the version of Android or
> more about the smartphone and its stack ? (The same problem with a Samsung
> Galaxy Note under Android 6).
>
> Thank you !
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/5ee06610-f12a-4766-876a-
> 55614b5c0724%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

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


Re: [android-developers] Re: Create multiple apps with same code base

2016-04-21 Thread Sathya Sri
Hi,

If you upload new app with same old code base ,your old application is
updated with new name. But it will not be uploaded as new app.
To achieve this you should change the main package name in your new app.
Then only play store will accept it as new application.
On Apr 21, 2016 5:29 PM, "Om Prakash"  wrote:

> Hi coderdk  ,
> Thanks for your reply ,I know we can use same code in multiple project by
> creating lib of it.  But My question is ,* I have published an app and
> that app is in play store *and  I'm gonna submit another app with same
> code base but different app name. Will the android reject the App due to
> same code base?
>
> On Thursday, April 21, 2016 at 3:56:40 PM UTC+5:30, coderdk wrote:
>>
>> You can create library using your common code and use that library in new
>> project. See this
>> http://www.jetbrains.com/help/idea/15.0/sharing-android-source-code-and-resources-using-library-projects.html
>> and http://www.vogella.com/tutorials/AndroidLibraryProjects/article.html
>>
>> On Thursday, April 21, 2016 at 2:01:28 PM UTC+5:30, Om Prakash wrote:
>>>
>>> I have to create multiple apps with same code base will it be possible ?
>>> For example I want to create few more apps with same code which it written
>>> in com.om.myApp package. Does Android allows this type of approach for
>>> similar applications ?
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/8a7f62f9-1f29-4e23-9a97-7aa2f80286a5%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

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


[android-developers] If the application force closes, will the registered intent filters also removed or deregistered?

2013-11-16 Thread Sathya Sri
Hi All,

I have created my own dial pad in my application. And i added intent 
filters to that dial pad in manifest file as like below.

intent-filter  action 
android:name=android.intent.action.CALL_PRIVILEGED / action 
android:name=android.intent.action.CALL / category 
android:name=android.intent.category.DEFAULT / data 
android:scheme=tel / /intent-filter
If the application force closed then for the first selected contact number 
my dial pad is not working for the second time. any other contact number it 
is working fine.
My question is if we force close any application, by any chance will the 
registered intent filters deregistered?
Please let me know if any one have any idea on it.
Thanks for your help in advance and appreciated.

Thanks,
sathish

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


[android-developers] Re: Numeric Keypad on WebView

2012-08-29 Thread Sathya Sri
Hi Vishal,
I am also facing the same issue.
if you find any solution. Please let me know.

On Monday, 19 July 2010 11:08:21 UTC+5:30, Vishal wrote:

 Hi, 

 Android 2.1 

 I am having a textbox in the the webview where only numeric input is 
 require but when the soft keypad pops up, it shows the full qwerty 
 keypad. As we know that few tags of HTML 5 is supported in android 2.1 
 and this also can be achieved by putting some javascript in the web 
 page but that is making the user experience very bad. 

 Is there any way to show only numeric keypad or is there any way to 
 grab the event where whenever any text box is focused so that I can 
 set its IME and CLASS as defined in EditorInfo. 

 Vishal

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