[android-developers] RE:Hotlist of Euclid Elementz

2018-05-17 Thread Sridhar Arige
Hello, Hope you are doing great! Please find the HOT LIST of my IT Consultants who are available immediately for your contract (C2C) positions and I request to send me your valuable job requirements on daily basis. I would highly appreciate if you can add me sridharar...@euclidelementz.com

[android-developers] Use of GeoCoder class for getting address

2015-12-22 Thread anu sridhar
HI All, I am using GeoCoder class for getting the addressof a location with the below code Geocoder geocoder = new Geocoder(this, Locale.getDefault()); addresses = geocoder.getFromLocation(latitude, longitude, 1); I already have the latitude and the longitude of the location. The problem is

[android-developers] Robotium Test Case

2012-03-01 Thread suram sridhar
Hi all, I Created a project on android, and i am planning to do robotium testing on that app. So i created the Project APK in debug mode and then i am trying to run a test case on this APK by using Robotium. But the problem is it is getting crashed. Please see the below logs and help me please..

Re: [android-developers] Re: How to get the DB File from real android device

2012-02-24 Thread suram sridhar
not) > 3. cd /data/data/ > 4. cd database > 5. ls > < u will see ur db file> > 6. sqlite3 > 7. ".table" > > > Enjoy > > Moktarul Anam > > > > On Feb 23, 6:17 pm, suram sridhar wrote: > > Hi friends, > > > > Can u please

[android-developers] How to get the DB File from real android device

2012-02-23 Thread suram sridhar
Hi friends, Can u please help me to get the db file from the real device(Android). I am using debug build of the app, but still i am not able to get the db file. I am using adb shell command to pull the file. eg# adb pull c:\ Please give the reply which command should i use in ADB SHELL. --

[android-developers] REQ:- Business Analyst with Airline industry exp.. MUST @ Dallas, TX for 6+ Months contract

2011-03-02 Thread Sridhar Dasari
Management tool (*Rally* Dev) Ø Experience in airline *PSS* or travel industry Thanks & Regards, *Sridhar Dasari* *Ph #972-782-9680* *Fax# 972-692-8828*** *srid...@cnet-global.com* *CNET Global Solutions Inc <http://www.cnet-global.com/>1701 N, Gree

[android-developers] How do the font rendering work on android? Working on Indian keyboard app.

2010-08-19 Thread Sridhar
I am using Sony xperia x10 mini, android device. and i am an android developer. I am planning build keyboard/input app for Indian languages for the android. By default, android doesn't render Indian text. I started with little R&D. I replaced DranSansFallback.ttf with a font having Indian glyphs

[android-developers] DISPLAYING ADDITIONAL FIELDS FOR INCOMING CALL

2010-07-21 Thread SRIDHAR
not need to get details from an online database as most of the time I will not be having internet connectivity. I have downloaded the SDK but do not know where to start from. Can anybody help? thanks Sridhar -- You received this message because you are subscribed to the Google Groups &quo

[android-developers] Can i replace library like ssl.so, crypto.so in end user android mobile

2010-07-21 Thread Sridhar
advance. Thanks & Regards, Sridhar -- 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-devel

Re: [android-developers] Re: Reposition views att runtime

2010-02-15 Thread sridhar marampudi
Hi , If the position of the Activity has to be changed at runtime then we need to get the Window Object from the Activity and then set the x, and y coordinates of the Layoutparams. Below is the snippet from the code which worked out for me. WindowManager.LayoutParams lp = *this*.getWindow().getAtt

Re: [android-developers] Re: Reposition views att runtime

2010-02-15 Thread sridhar marampudi
The above activity was created using the xml tag: android:theme=*"@android:style/Theme.Dialog *This gives the Activity a floating window/Dialog look. On Mon, Feb 15, 2010 at 12:56 PM, sridhar marampudi < marampudisrid...@googlemail.com> wrote: > Hi , > If the position of th

[android-developers] mirror image using ImageView

2009-04-21 Thread sridhar
Hi, How to create mirror image using ImageView with out using Canvas. --~--~-~--~~~---~--~~ 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.co