Re: [android-developers] .Net Developer at Madison, WI

2019-10-28 Thread Vicky Sathya
Hi Brad, Client for this position is Syntel / Cuna Mutual Thanks Sathya On Mon, 28 Oct 2019 at 09:40, Brad Wayne wrote: > Client? > > On Mon, Oct 28, 2019 at 10:28 AM Vicky Sathya > wrote: > >> >> Hi, >> >> Greetings! >> Hiring .Net Developer wit

Re: [android-developers] .Net Developer at Madison, WI

2019-10-28 Thread Vicky Sathya
Hi Brad, Client for this position is Syntel / Cuna Mutual On Mon, 28 Oct 2019 at 09:40, Brad Wayne wrote: > Client? > > On Mon, Oct 28, 2019 at 10:28 AM Vicky Sathya > wrote: > >> >> Hi, >> >> Greetings! >> Hiring .Net Developer with our client

[android-developers] .Net Developer at Madison, WI

2019-10-28 Thread Vicky Sathya
Hi, Greetings! Hiring .Net Developer with our client in Madison,WI || Appreciate your response. *Role: .Net Developer* *Location: Madison, WI* *Duration: 24 Months* *Job Description:* - Hands-on experience creating complex, interactive web applications for large enterprises using the

[android-developers] Sales Force Developer at Chicago ,USA

2019-10-24 Thread Vicky Sathya
Hi, We have an immediate position as follows *Position: Sales force developer with copado* *Location: Chicago,IL,USA* *Duration: 12 Months* *Job Description:* *Must Have: Experience on Sales force* *Exp: 7-10 Yrs* Thanks & Regards, Sravan Involgixs Inc 12885 Research

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

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

[android-developers] How share my app with multi user profile like google apps.

2016-07-21 Thread Sathya
Hi, I want to share my app with multiuser profile in single device programmatically. When i install my app, it should share with other users profiles too like google apps. How to do this. Is it possible?. Is yes means, can anybody give me sample program. Thanks, Sathya. -- You received

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

[android-developers] Can't install my apps from Play Store (Error Code: -504)??

2016-04-16 Thread Sathya K
My application can install some device perfectly.But some device not install showing (Error Code: -504) (Version 5.0,5.1) -- 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

[android-developers] Re: I can't see the STK icon in main menu

2015-11-30 Thread Sathya Rajasekar
/com.android.stk.StkLauncherActivity}; have you declared this activity in your AndroidManifest.xml? Do you have a different approach to achieve this? Thanks, Sathya. On Tuesday, September 1, 2009 at 11:38:18 AM UTC-7, hilti wrote: > > Hi Maxwell > > The Stk Icon will be removed every time the

[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-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

[android-developers] List view is not perform selection

2012-02-15 Thread Sathya g
List view is not clikable when i am using cutombase adapter i.e using cutom view for list view. i mention in listview as android:focusable=true its not perform even selection operation... please help me to achieve this selection -- You received this message because you are subscribed to the

[android-developers] Push Notification from sever

2012-01-11 Thread Sathya g
I am new to Android. I want integrate my app with push notification.I used xtify sdk and get the notifications.Also i want how to get the notification from server(server developed by .net ). I got the c2dm reg-ID from my app.Then i don't know how to send this reg-ID to server and receive messages

Re: [android-developers] Getting Application Installation Status

2011-02-24 Thread sathya singaravelu
if the user abandons the install (e.g., does not like the listed permissions). On Mon, Feb 7, 2011 at 5:23 PM, sathya sathyasingarav...@gmail.com wrote: My app downloads an app from the server and install it using below code Intent i = new Intent(Intent.ACTION_VIEW); i.setDataAndType

[android-developers] Getting Application Installation Status

2011-02-11 Thread sathya
My app downloads an app from the server and install it using below code Intent i = new Intent(Intent.ACTION_VIEW); i.setDataAndType(Uri.fromFile(f), application/vnd.android.package- archive); startActivity(i); I want to get the app installation status(success/failure). In case of failure, i want

[android-developers] Reg: Not able to get address from Longitude and Latitude

2010-01-07 Thread sathya subbiah
, mCurrentLongitude, 1); But the address size is always 0. I am trying this in Android SDK 2.0 using eclipse. Can anyone help me to resolve the issue?. Thanks Regards, Sathya -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Re: Reg: Not able to get address from Longitude and Latitude

2010-01-07 Thread sathya subbiah
the address. Rgs, Sathya On Thu, Jan 7, 2010 at 8:01 AM, Nithin nithin.war...@gmail.com wrote: Check the latitude and longitude value, that you are passing to getFromLocation(). Then try, giving the number of results a bigger value than 1. Nithin On Jan 7, 3:58 pm, sathya subbiah

[android-developers] Reg: Help required to make a text views to marquee always

2009-12-17 Thread sathya subbiah
Hi, I am trying to draw a text view which always scroll though it does not have focus in it. But the text view does not support the same. Have any one tried such thing? Pls let me know if any thing can be done for the same. Thanks Regards, Sathya -- You received this message because you

[android-developers] Reg: Animation at same time in a service and an activity causes flicker

2009-12-12 Thread sathya subbiah
Hi, I am having a service class and a activty. If I try to animation in both class at the same time, the animation is not proper. It flickers. Can any one let me know if two animations cannot be done on the display at the same time. Will it affect the performance?. Thanks Regards, Sathya

Re: [android-developers] Save ListView items for next time

2009-12-11 Thread sathya subbiah
Try using a data base for storing the data and update the list from the database table. On Fri, Dec 11, 2009 at 1:39 AM, Abhi abhishek.r.sha...@gmail.com wrote: Hi, My problem sounds pretty easy to solve... not getting any right direction. My app starts with a blank listview with a Menu

Re: [android-developers] Invalidate()?...

2009-12-03 Thread sathya subbiah
Invalidate is used for updating the View display. Its like refreshing the view. Rgs, Sathya On Thu, Dec 3, 2009 at 5:32 AM, Sasikumar.S sasikumar.it1...@gmail.comwrote: Hi, What is the use of Invalidate() in android?... Any one know about these?... Thanks in advance -- Thanks

Re: [android-developers] Re: How to call onDraw() in Timer?..

2009-12-03 Thread sathya subbiah
invalidate does not work in timer class as it is a seperate thread. Post an event to handler and invalidate. On Thu, Dec 3, 2009 at 8:47 AM, manoj manojkumar.m...@gmail.com wrote: just call the invalidate()/ postInvalidate() in the timer class. The invalidate()/postinvalidate() will call

Re: [android-developers] Importing in aidl file

2009-12-02 Thread sathya subbiah
Think you need to add the aidl path your make file and have to include in your file import com.xyz.fooPackage.aidlfilename Hope this helps you. On Wed, Dec 2, 2009 at 2:46 AM, yidongsoft long...@gmail.com wrote: I need a aidl file defining: ArrayListFoo getFoo(); I import ArrayList package

Re: [android-developers] Importing in aidl file

2009-12-02 Thread sathya subbiah
If running in eclipse then U needs to add the compiled code (.jar) of the package as resource to your application and then import the aidl. On Wed, Dec 2, 2009 at 3:50 AM, sathya subbiah sathya.subbia...@gmail.comwrote: Think you need to add the aidl path your make file and have to include

Re: [android-developers] setting ANDROID ENVIRONMENT IN UBUNTU8.0 operating system

2009-12-02 Thread sathya subbiah
Hi, I am also using UBUNTU. I am able to install ADT plugin to my eclipse.Kindly follow the steps provided in the link http://developer.android.com/sdk/1.1_r1/installing.html. Also please check your network proxy settings. On Wed, Dec 2, 2009 at 4:58 AM, Ram rama.mohan...@gmail.com wrote: I

Re: [android-developers] Re: Importing in aidl file

2009-12-02 Thread sathya subbiah
When I add the import java.util.ArrayList; eclipse says couldn't find import for class java.util.ArrayList Really annoying. Also, I don't need external jar file. They are just what I defined in the project. Thank you Sathya! On Dec 2, 4:50 pm, sathya subbiah sathya.subbia...@gmail.com wrote

[android-developers] Re: setting ANDROID ENVIRONMENT IN UBUNTU8.0 operating system

2009-12-02 Thread sathya subbiah
in for the first time, after saving the settings log out and try log in again.(It helped us here..) Hope this solves your problem. Rgs, Sathya On Wed, Dec 2, 2009 at 5:31 AM, Ram rama.mohan...@gmail.com wrote: Hi Sathya, When i am trying install plugin from site https://dl-ssl.google.com/android

Re: [android-developers] Regarding menu items in separate rows

2009-12-01 Thread sathya subbiah
Hi Raghu, It will be helpful if you could post what you are trying Also please find the below link for the menu item tutorial. It explains how to display menu item.. http://developerlife.com/tutorials/?p=304 Rgs, Sathya On Tue, Dec 1, 2009 at 3:00 AM, Raghu raghavendrars...@gmail.com

Re: [android-developers] Re: running sqlite3 commands from app?

2009-12-01 Thread sathya subbiah
Hi, Use execSQLhttp://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#execSQL%28java.lang.String%29provided by Android for executing SQL commands. On Tue, Dec 1, 2009 at 7:50 AM, dsukhram duanesukh...@gmail.com wrote: Thanks for your reply. But I have looked at

Re: [android-developers] How to draw a Bitmap Image?....

2009-12-01 Thread sathya subbiah
Hi, Pls find the code snippet below mButtonImage = BitmapFactory.decodeResource(getResources(),com.android.internal.R.drawable.tt_player_icon); canvas.drawBitmap(mButtonImage, BUTTON_X_POS,BUTTON_Y_POS, null); In case of resizing bitmap use matrix. On Wed, Dec 2, 2009 at 12:24 AM,

Re: [android-developers] Re: Where the Database Exists?....

2009-11-30 Thread sathya subbiah
HI Nithin, The data base folder exists in data - data - package_name - databases. To check the file locally while running the application, copy the file to you local filesystem and use sqlite commands in command window to check teh contents. On Tue, Dec 1, 2009 at 1:57 AM, Sasikumar.S

Re: [android-developers] Reg: PHone panics on mentioning X and Y value in Bitmap.createBitmap method

2009-11-26 Thread sathya subbiah
am I missing? Thanks Regards, Sathya On Thu, Nov 26, 2009 at 7:06 AM, Mark Murphy mmur...@commonsware.comwrote: sathya subbiah wrote: Hi, I am trying to mention X and Y values for the Bitmap image, but the phone panics on mentioning the values. Bitmap temp_image

Re: [android-developers] Reg: PHone panics on mentioning X and Y value in Bitmap.createBitmap method

2009-11-26 Thread sathya subbiah
I am running the application in Linux environment. Can you please let me know how I can I check Hierarchy in Linux? Regards, Sathya On Thu, Nov 26, 2009 at 8:11 AM, Mark Murphy mmur...@commonsware.comwrote: sathya subbiah wrote: Hi Mark, Thanks for the reply. Have resolved the issue

[android-developers] Reg: Error in adding View to a ViewGroup

2009-11-25 Thread sathya subbiah
for your help. Regards, Sathya -- 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

Re: [android-developers] how to fetch datas from database like mysql/sqlite

2009-11-25 Thread sathya subbiah
Hi, Query the database created, which will return a cursor. Use cursor methods to get the required data. Also you can use the below link for further example http://www.devx.com/wireless/Article/40842 Regards, Sathya On Wed, Nov 25, 2009 at 8:38 AM, saify.zeenwala saifyzeenw...@gmail.comwrote

[android-developers] Reg: PHone panics on mentioning X and Y value in Bitmap.createBitmap method

2009-11-25 Thread sathya subbiah
temp_image = Bitmap.createBitmap(mAlbumArtImage,2,2,old_width,old_height,matrix,true); - On mentioning X and Y values in the code, the phone panics. Can anyone please let me know if I am missing anything. Thanks, Sathya -- You received this message because you are subscribed to the Google Groups

[android-developers] Wrong items getting selected in multiselect list

2009-11-18 Thread sathya
selected. Could any one pls let me know where I am making the mistake or missing? Thanks in advance for the reply. Regards, Sathya -- 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

[android-developers] Android Developers

2009-08-24 Thread sathya
Provides project's news, tips and tricks and development examples. android-developers.blogspot.com/ To support you in your efforts, Google has launched the Android Developer Challenge, which will provide awards for great mobile apps built on the Android ... code.google.com/android/

[android-developers] Android Developers

2009-08-24 Thread sathya
The second Android Developer Challenge has begun! In this contest, real-world users will help review and score applications and the overall winner will take ... developer.android.com/ Android Developers. Discuss developing Android applications using the Android framework. Get help with