[android-developers] UPDATED HOTLIST

2016-12-14 Thread spg bharath
Florida Thanks&Regards *Bharath Kumar* *Business Development Executive* Software Programming Group LLC (SPG) America 15 Corporate Place South, Suite #421, Piscataway, NJ - 08854 (: 732-343-7688 x 3043|| Fax: 732-343-7689 Email: | bhar...@spgamerica.com | URL : www.spgamerica.com |

[android-developers] Access the Youtube Data API without user permission

2016-11-14 Thread Bharath Cb
Hi, I integrated the youtube live stream in my project. This is the sample code to access the youtube data API, GoogleCredential credential = new GoogleCredential.Builder().setTransport(transport) .setJsonFactory(jsonFactory) .setServiceAccountId("...@gmail.com")

[android-developers] How to override multi touch gestures when Talk back explore by touch is enabled?

2016-10-29 Thread Pabba ANU BHARATH
I am working on a keyboard in which I used multitouch for typing. The keyboard is working when talkback explore by touch is off. But when I enable explore by touch,I am not able to detect Second finger tap or multi-touch. Can anyone please finalise is it impossible to detect multi-touch present

Re: [android-developers] Phone InterviewSAP BI BOBJ HANA in Based in Seattle, WA

2016-07-08 Thread Bharath A
Please add my email address to your distribution list. bha...@neoprisminc.com --- Best Regards, Bharat Reddy | Sales Recruiter *Neo Prism Solutions LLC*, 917 N Plum Grove Rd, Suite C, Schaumburg, IL – 60173, Phone: *630-405-6452* E mail: *bha...@neoprisminc.com * URL: www.neoprisminc.com

[android-developers] How to suppress talkback programatically

2016-07-06 Thread Pabba ANU BHARATH
Is there any way to make talkback to suppress when I open my application and resume when I stop my Application? Thanks, Pabba. -- 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] File deletion in SD card fails in Android 5.0 but File.canWrite() returns true

2016-05-14 Thread Bharath V B
I want to delete a file in SD card. But before deleting I want to check whether the particular file has write permissions to allow file deletion. (Because Android restricts write access to apps in SD card from Android 4.4+) File filePath = new File(sdcardImagepath); //Check file

[android-developers] How to send data through both mobile data and Wifi Simultaneosly in an Android Application

2016-04-09 Thread 'Bharath Mourya' via Android Developers
Hello, I am working on an app which sends data both over Mobile Data and Wifi at the same time. Is it possible to do such a thing? If possible how to send selective data over different interfaces? i.e., If I have a data of K units I would like divide the data and send K_1 to K_n through Mobil

[android-developers] stylesheet does not support in Android 4.1 webview and above versions

2013-10-16 Thread bharath
Hi, I have a WebView in my android application which opens my web application. my web application has it's own stylesheet and it works properly up to Android SDK 4.0. If i use my application in Android SDK 4.1 & above, it doesn't support my stylesheet. My WebView code, webview = (WebView) f

[android-developers] Am a newbie in android development

2013-04-29 Thread Bharath Lenin
I developed my first test application in android with some basic stuff. I ran that in emulator it was nice and worked great. But when i developed few more appls and trying to run them in Emulator. The recent apps are not shown in menu of applicator. My first app is still right there but not my

[android-developers] Problem in Controlling Default Android Music Player with my App

2012-08-27 Thread Bharath
Hi every one, I am developing an android application which contains music control buttons. For example i have two buttons like 'start' and 'next', when i click on button 'start' my application should start playing music with default android music player. I want to control default music player fr

[android-developers] Camera issue with Motorola DROID RAZR When I recording the video

2012-03-23 Thread bharath
I have tested my application on various mobiles. My application main functionality is taking picture and recording video through camera. I didn't faced an issue on most of the mobiles. But I faced the issue on Motorola DROID RAZR. My application working fine when i taking the picture. But I facing

[android-developers] hyper terminal to be opened using python

2012-03-04 Thread Bharath kumar Thota
Hi, As I to run at commands on phone using the hyper-terminal which should accept the commands from python.Is it possible to open the hyper terminal using python.Please give me some idea. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p

Re: [android-developers] Contact Number

2012-01-24 Thread Bharath kumar Thota
y that the activityResult are returned from the > contact picker and the result code is ok. > > Hope this helps > /Yaron > > > > On 01/24/2012 11:31 AM, Bharath kumar Thota wrote: > >> Hi, I am a newbie to android and while developing i got stuck up at a >> poi

[android-developers] Contact Number

2012-01-24 Thread Bharath kumar Thota
contacts, the phone number of the selected contact should get displayed in the EditText box..I had gone to the extent of opening the contacts, and now i can't find the way to pick the number and then get it in to the edittext. Thank you, Bharath -- You received this message because yo

[android-developers] Retriving the Contact number and name to the Edit text

2011-12-28 Thread Bharath kumar Thota
Hii, I am trying to get the contact number from the list of contacts and send that particular contact to the edit text field.Can any one please help me in this regard.Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To po

[android-developers] KeyStore usage..

2011-04-05 Thread bharath
HI, How to use KeyStore in Android, can we use KeyStore for securing the database value? Can you please provide some example. Thanks in advance. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to an

[android-developers] BluetoothAdapter instance issue

2011-01-14 Thread bharath
know how can I resolve this issue. Regards! Bharath -- 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 and

[android-developers] is it possible to call MountService in my Activity?

2011-01-05 Thread bharath
Hi, is it possible to call MountService in my Activity? I am trying to write an App for USB Mass storage. Thanks, Bharath -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] How USB tethering / Mass storage works in Android?

2011-01-03 Thread bharath
Hi, Can anybody please explain or send a link points how USB tethering / Mass storage works internally in Android. Thanks, Bharath -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] initialization of usb from android Application

2011-01-03 Thread bharath
Hi, Is it possible to initialize USB from Android Application? if possible please post a sample code. Thanks, Bharath -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-

[android-developers] JNI to access GPS HAL layer function.

2010-12-31 Thread bharath
Hi All, Is it possible to write a JNI to access GPS / Wifi / USB HAL layer function? If possible, please post the sample code. Thanks Bharath -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email

[android-developers] How to view the logs when USB dubug is disabled?

2010-12-28 Thread bharath
Hi All, How to view the logs when USB dubug is disabled? Please let me know. Regards, Bharath -- 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 u

[android-developers] how to enable / disable USB dynamically in the program?

2010-12-20 Thread bharath
Hi all, I would like to know how to enable / disable the USB connectivity dynamically using code. Including USB tethering, mass storage and charging. Anybody have come across please let me know.. Thanks in advance.. -- You received this message because you are subscribed to the Google Grou

[android-developers] How to configure Exchange Account??

2010-07-20 Thread bharath
Hi.. When I click on Calendar icon in the emulator, it is showing to add an Exchange Account. I tried creating account with correct user name, password and Server. but its showing "Unable to open connection to server.", when I checked the checkbox "Accept all SSL certificates" its showing "Usernam

[android-developers] Android Calendar

2010-07-12 Thread bharath
I need Android Calendar documentation (Code and Flow Chart). Can anybody suggest me where can i find the complete documentation. Thanks in Advance... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to

[android-developers]

2010-04-15 Thread bharath paturi
http://MaryaliceSciacchitano9140.co.cc -- Regards, Bharath -- 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

[android-developers] Re: Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml

2010-02-27 Thread Bharath M R
Hi, As i had the same problem,I downloaded the android sdk platform from figuring out the zip file from the repository. I am still not able to run the android virtual device. It says target id not found. How can i change the batch file so that it can figure a target Bharath M R -- You

[android-developers] updating SDK and AVD under a proxy

2010-02-27 Thread Bharath M R
targets other than updating with the help of manager. Thanks, Bharath M R -- 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, sen

[android-developers] Re: Register a service with Android framework

2009-12-07 Thread Bharath
is > for system services only. > > > > > > On Sat, Dec 5, 2009 at 5:33 AM, Bharath wrote: > > > Hi > > > I have a question regarding services. > > In Android I am able to use all the methods defined in the service by > > calling bindService(). > &

[android-developers] Register a service with Android framework

2009-12-05 Thread Bharath
Hi I have a question regarding services. In Android I am able to use all the methods defined in the service by calling bindService(). In bindService() we have to pass the ServiceConnection object and could able to get the reference of Service Interface through which we can invoke service methods.

Re: [android-developers] Re: Network File Transfer Android Apps

2009-11-19 Thread Bharath Gandhi
Could you please send some open source android apps for sending file from android mobile to PC over HTTP protocol. Thanks, Bharath. On Thu, Nov 19, 2009 at 3:44 PM, Hamilton Lima (athanazio) < hamilton.l...@gmail.com> wrote: > What if you just convert the file to the BASE64 forma

[android-developers] getting error while importing com.google.googlenav.map.MapPoint; ..........

2009-11-19 Thread bharath
hi , i am getting error while importing import com.google.googlenav.DrivingDirection; import com.google.googlenav.map.MapPoint; can any one provide me the reason ... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

Re: [android-developers] Re: Network File Transfer Android Apps

2009-11-18 Thread Bharath Gandhi
Hi, Could you please explain further?. I just need some apps to transfer file from android apps to PC. Thanks, Bharath. On Thu, Nov 19, 2009 at 12:24 PM, Bala wrote: > Recently I evaluated a "web server" for Android. I was so impressed > with its performance and utility. >

[android-developers] Network File Transfer Android Apps

2009-11-18 Thread Bharath Gandhi
Hi, I need to transfer the file from Android mobile (Client) to standalone PC (Server) via network. Please let me know is there any good Open source android apps available to transfer the files (any type of file) to server via HTTP protocol?. Thanks, Bharath. +91- 98410 32749. -- You received

[android-developers] Re: arraylist storage in sqlite

2009-11-17 Thread bharath
i want to save the array values in single row and single column... then how can i insert [ syntax] into database -- 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.c

[android-developers] arraylist storage in sqlite

2009-11-16 Thread bharath
can any one tell me how to store and retrieve arraylist in/from sqlite ArrayList results = new ArrayList(); -- 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 unsubs

[android-developers] Android SyncML API

2009-11-12 Thread Bharath
Funambol Anndroid client SDK in my emulator. What will be the server settting to transfer the file to server. If any one has some other SyncML Android API. Please share the API. I need very urgent for the Android SyncML mobile development. Thanks, Bharath. -- You received this message because you

[android-developers] Nested Query

2009-09-20 Thread Bharath B.G.
a code for the query *retrieves the id, first and last from the table TABLE1 and sortby id, the data should also be sorted by firstname too * select id, first, last from table1 where -- Bharath B.G. --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Re: Problem in simple Code SQLite

2009-09-02 Thread Bharath B.G.
yup, its working, thank u thank u powerbyte hey also tell me how to wipe out the data, i mean to clear the tables etc tell mw where exactly the database files gonna store Regards, Bharath BG On Wed, Sep 2, 2009 at 10:24 AM, powerbyte wrote: > > add moveToFirst() after > Cursor c

[android-developers] Re: Problem in simple Code SQLite

2009-09-01 Thread Bharath B.G.
, 2009 at 9:41 AM, Bharath B.G. wrote: > Hi, > > i put the code inside the try catch block and the error is bcoz of > tables(there may be other errors too but first i hav to remove this error) > now my question is where exactly is the database files, where they get > stored..

[android-developers] Re: Problem in simple Code SQLite

2009-09-01 Thread Bharath B.G.
files anywhere, and how can i completely delete all the tables, so that i can create the database from the start regards Bharath BG On Tue, Sep 1, 2009 at 6:01 PM, leonardo. wrote: > You can put a > try { > db.execSQL("create table myTable (id integer primary key, name t

[android-developers] Problem in simple Code SQLite

2009-08-31 Thread Bharath B.G.
; final int DATABASE_VERSION=1; final String COL_NAME="name"; final String COL_ID="id"; SQLiteDatabase db; db=openOrCreateDatabase(DATABASE_NAME, 0, null); db.execSQL("create table myTable (id integer primary key, name text not null);"); db.execSQL("insert into my

[android-developers] Recording & Playing file simantaneously

2009-08-24 Thread bharath paturi
MediaPlayer class, it seems that the recorder is cut off when the player starts. Please help me if there is any way doing this application through Android SDK 1.5. -- Regards, Bharath --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-developers] Problem in loading Menu Button

2009-08-01 Thread Bharath B.G.
out in solving the problem -- Bharath B.G. --~--~-~--~~~---~--~~ 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 fr

[android-developers] Re: Unhandled Exception

2009-07-30 Thread Bharath B.G.
Hi, No stack trace could be found, i hav attached the screen shot, u can make it out from it Regards Bharath BG On Fri, Jul 31, 2009 at 10:08 AM, Jack Ha wrote: > > Your original post said that the buttons were instantiated inside > onClick() not onCreate(). Just wanted to cla

[android-developers] Re: Unhandled Exception

2009-07-30 Thread Bharath B.G.
) > >{ > > //code > >} > >else if(id==add.getId()) > >{ > > //code > >} > >else if(id==find.getId()) > >{ > > //c

[android-developers] Re: ListView set default checked state

2009-02-11 Thread bharath kumar
I am also facing the same problem Steve can u please tell us how u resolve the problem..as u said in ur previous post. Its urgent... Regards Bharat. On Fri, Nov 21, 2008 at 10:11 AM, songs wrote: > > I ended up fixing this by moving my initialization loop from onCreate > to onResume and

[android-developers] Re: How to track the selected item in spinner control

2008-12-09 Thread bharath kumar
See AdapterView.OnItemSelectedListener and override onItemSelected method On Mon, Dec 8, 2008 at 2:03 PM, selva <[EMAIL PROTECTED]> wrote: > > Hi, > > Which event i need to listen to track the selected or selection change > event in a spinner control. > > > > > > --~--~-~--~~---

[android-developers] Problem with the sqlite database

2008-11-26 Thread bharath kumar
Hi AndroidDev, Please let me know whether i can use SQLiteDatabase.openDatabase(getDatabasePath(EVENT_DATA).toString(), null,SQLiteDatabase.OPEN_READONLY ); to get the reference to the database Is this is the correct way to get reference to database? Please help guys its urgent...

[android-developers] Problem with the sqlite database

2008-11-26 Thread bharath kumar
Hi AndroidDev, 11-24 19:27:38.287: ERROR/Database(5891): Leak found 11-24 19:27:38.287: ERROR/Database(5891): java.lang.IllegalStateException: /data/data/com.vista.examples.List/databases/ev_data SQLiteDatabase created and never closed i got the above error .how to resolve the problem.? Also ,ple

[android-developers] Invoking android application automatically

2008-09-23 Thread bharath kumar
Hi Developers, Could somebody help me on how to invoke the android application automatically!!! i have found "Push Registry" for invoking the application automatically in J2ME <[EMAIL PROTECTED]> . What abt in Android? Is is this possible in android? Regards Kumar. --~--~-~--~