[android-developers] Activity launch timeout even with wakelock

2009-10-20 Thread Kiran
Hi, I have the following code in Oncreate of my activity: static String linkUrl = http://www.google.com/;; protected void onCreate(Bundle savedInstanceState) {

[android-developers] Activity launch timeout even with wakelock

2009-10-20 Thread Kiran
Hi, I have the following code in Oncreate of my activity: static String linkUrl = http://www.google.com/;; protected void onCreate(Bundle savedInstanceState) {

[android-developers] Re: Activity launch timeout even with wakelock

2009-10-20 Thread Kiran
Experts, Any help here? Thanks On Oct 20, 8:23 am, Kiran kiran.julapa...@gmail.com wrote: Hi, I have the following code in Oncreate of my activity: *** *    static String linkUrl = http://www.google.com

[android-developers] Re: Activity launch timeout even with wakelock

2009-10-22 Thread Kiran
(R.id.android_fetchtext); bodyText.setText(dataText); } } On Oct 20, 1:16 pm, Mark Murphy mmur...@commonsware.com wrote: Kiran wrote: Experts, Any help here?    static String linkUrl = http://www.google.com/;;        protected void onCreate(Bundle

[android-developers] Re: Activity launch timeout even with wakelock

2009-10-22 Thread Kiran
I did that.. every statement is properly executed and see that bodyText.setText(dataText); is called and the value of dataText is the full html of the google.com On Oct 22, 4:47 pm, Mark Murphy mmur...@commonsware.com wrote: Kiran wrote: I updated the code as following. However, now I see

[android-developers] Re: Activity launch timeout even with wakelock

2009-10-23 Thread Kiran
Hierarchy viewer shows the text view. Also the data contains the html page. Here is the screenshot of hierarchy viewer: http://i1011.photobucket.com/albums/af233/kiranjulapalli/textview.png?t=1256301091 On Oct 22, 5:21 pm, Mark Murphy mmur...@commonsware.com wrote: Kiran wrote: I did

[android-developers] Re: Activity launch timeout even with wakelock

2009-10-23 Thread Kiran
=@+id/android:fetchtext android:layout_width=wrap_content android:layout_height=wrap_content/ /LinearLayout On Oct 23, 7:47 am, Mark Murphy mmur...@commonsware.com wrote: Kiran wrote: Hierarchy viewer shows the text view. Also the data contains the html page. Here

[android-developers] Re: How to implement SyncML Device management objects in android

2010-01-26 Thread kiran
Thanks for u r reply. Can u tell me how to change this DevInfo information. In SyncML Device management if server sends replace command we need to change this DevInfo in our device. How to acheive this . Please help me if u know any idea. On Jan 21, 2:37 pm, Miguel Paraz mpa...@gmail.com wrote:

[android-developers] Re: How to send data along a phone call

2010-01-28 Thread kiran
Thanks kevln for u r reply. Actually my interest in the data means just to send some string like a name what u said. But it is not working. We can use intents to transfer data between activities so thats why iam trying in this fashion. In case of sms also we are using intent to transfer our

[android-developers] Content Observer

2010-02-18 Thread Kiran
!! Thanks kiran -- 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

[android-developers] Re: How to dynamically modify xml file in android

2010-08-31 Thread kiran
Yes It is available in android 2.2 Thank u On Aug 30, 10:41 pm, DanH danhi...@ieee.org wrote: The Android docs list  javax.xml.transform.TransformerFactory as being available, though I've never tried it on Android. On Aug 30, 6:43 am, saikiran n saikiran@gmail.com wrote: Hi ,  I want

[android-developers] usb 3g cdma datacard on android

2010-09-05 Thread kiran
it work Regards Kiran -- 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

[android-developers] Re: How to import android.content.IntentReceiver;

2010-09-07 Thread kiran
Thank you On Sep 7, 6:49 pm, Mark Murphy mmur...@commonsware.com wrote: On Tue, Sep 7, 2010 at 9:39 AM, saikiran n saikiran@gmail.com wrote: If iam trying to import android.content.IntentReceiver; it shows error symbol not found. In which sdk it is available. I am trying with 2.2

[android-developers] Re: how to read database of one application in another application using contentproviders

2010-04-13 Thread kiran
Hi sreehari thanks for your reply. But i didn't solved my problem. I will give some more inputs to you Application1 Manifest file looks like this ?xml version=1.0 encoding=utf-8? manifest xmlns:android=http://schemas.android.com/apk/res/android; package=com.android.mytable

[android-developers] Re: how to read database of one application in another application using contentproviders

2010-04-14 Thread kiran
of the application1 and also i have given same thing as authorites tag in provider in manifestfile of application one On Apr 14, 10:44 am, SREEHARI sreehari.madhusooda...@wipro.com wrote: Hi Kiran,    I want to know how you are specifying the content uri?? Can u pls provide the code snippet of your

[android-developers] Re: how to read database of one application in another application using contentproviders

2010-04-14 Thread kiran
, but they're the expected sort of error). Note that it is essential to deploy Application 2 again AFTER fixing Application 1, because the decisions about application permissions are made at installation time. On Apr 13, 4:41 am, kiran saikiran@gmail.com wrote: Hi sreehari thanks for your reply

[android-developers] AV sync mismatch after seek in Real media files.

2010-04-28 Thread kiran
, there is the same constant delay till the EOF between audio and video. Always audio played ahead. Any pointers to resolve the issue is highly appreciated. Thanks Kiran -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Re: AV sync mismatch after seek in Real media files.

2010-04-29 Thread kiran
component level, after decoding, I do not have the information of playback clock and the hence the diff of audio packet w.r.t the playback clock. The issue is high priority and any quick help is appreciated. Thanks. On Apr 28, 6:28 pm, kiran avndki...@gmail.com wrote: I have integrated Real

[android-developers] Re: How to execute shell script file from android application

2010-07-28 Thread kiran
Is your code $SETPROP net.if.default rmnet0* need a root access If so from android application may be we don't have root previliges On Jul 28, 3:39 pm, Suchita Sharma suchi.bhard...@gmail.com wrote: Hi all, I am trying to execute a shell script from application using java.lang.Process API.

[android-developers] flash audio problems

2010-07-30 Thread kiran
Hi All flash audio is repeating twice in android 2.2. Is this because of processor limitation or flash Bug. Regards Kiran -- 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] system_server debugging using eclipse.

2010-09-14 Thread kiran
Hi how can i debug the android telephony and radio service part of android (system_server) using eclipse debugging tool. Regards Kiran -- 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] wifi not remembering the access point

2010-09-22 Thread kiran
is not remembering the last access point used . i am using the Settings application provided by the android. Regards Kiran -- 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

[android-developers] webpage zooming on android using the keys

2010-10-01 Thread kiran
. Regards Kiran -- 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

[android-developers] Re: javax.xml.xpath.XPath For android 2.0.1

2010-12-28 Thread kiran
I gone through the following post http://stackoverflow.com/questions/4367855/attempt-to-include-a-core-class-java-or-javax-in-something-other-than-a-cor Now the compilation is success. But during run time i got the following error messages as follows 12-28 16:42:33.096: INFO/dalvikvm(281):

[android-developers] Re: javax.xml.xpath.XPath For android 2.0.1

2010-12-30 Thread kiran
fine. I observed that only the first attribute it is recognizing } } The same code is working fine in pure java application Is any one tested this on android Any help please On Dec 28, 4:40 pm, kiran saikiran@gmail.com wrote: I gone through the following post http

[android-developers] Re: Listview not supporting if list extends screen size

2010-10-20 Thread kiran
On Oct 20, 7:50 pm, saikiran n saikiran@gmail.com wrote: Hi, I created a list view in an activity and the list shows some fields. When we click a list item a custom dialog should pop up and the user can enter some new value to this field. The custom dialog contains one edit text and two

[android-developers] Re: Geocoder throwing exception

2010-11-30 Thread kiran
. In the same device i run some apk which is showing google maps. I don't know what code they were using in the apk. You mean to say that should i test with wifi instead of GPS On Dec 1, 2:04 am, ip332 iprile...@gmail.com wrote: Geocoding has nothing in common with GPS but it requires complete

[android-developers] Re: Geocoder throwing exception

2010-11-30 Thread kiran
Can we start Geocoding server through application On Dec 1, 3:23 am, TreKing treking...@gmail.com wrote: On Tue, Nov 30, 2010 at 3:04 PM, ip332 iprile...@gmail.com wrote: As we know Google map is stored on the web therefore you must have 3G, Edge or WiFi channels enabled in order to use

[android-developers] Re: Geocoder throwing exception

2010-12-01 Thread kiran
-developers@googlegroups.com [mailto:android-develop...@googlegroups.com] On Behalf Of kiran Sent: Tuesday, November 30, 2010 9:47 PM To: Android Developers Subject: [android-developers] Re: Geocoder throwing exception Can we start Geocoding server through application On Dec 1, 3:23 am

[android-developers] sms to specific port

2010-05-12 Thread kiran
Hi developers, I am developing an app, the application needs to be listening to a particular port for sms the message for that application should come to it and handled there programatically specific to app and not in inbox, and even it should send the text based sms through a particular port .

[android-developers] Droid video player hanging issue

2010-06-15 Thread Kiran
Hi, Can anybody please help me on below: I am facing following issues: 1. I have implemented custom Video Player and Media Controller. But when I try to fast forward or Back forward the video, it gets Hanged. 2. When I try to fast forward beyond the end point of progress bar, it throws

[android-developers] Fwd: mouse on android

2010-06-18 Thread kiran
Can mouse be enabled along with Mouse Pointer in Android. Regards Kiran -- 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] android 2.2 source code available

2010-06-21 Thread kiran
Hi All When will be the android 2.2 source code available to download, as of now android 2.2 sdk is only available. Regards Kiran -- 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] Youtube Streaming not working on Andriod 2.1

2010-06-21 Thread kiran
/MediaPlayer( 1011): error (1, -1) I/MediaPlayer( 1011): Info (1,26) E/MediaPlayer( 1011): Error (1,-1) D/VideoView( 1011): Error: 1,-1 W/PlayerDriver( 753): PVMFInfoErrorHandlingComplete Why the Initialization of the Player Fails ? Regards Kiran -- You received this message because you

[android-developers] Implementing Location Provider

2011-02-01 Thread kiran
. Regards Kiran -- 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

[android-developers] Adding Real Media to PV framework

2010-03-18 Thread kiran
. Is this flow right! ANy pointers...??? I could not get any links on real. Thanks Kiran -- 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

[android-developers] Regarding C2DM Registration

2011-03-01 Thread Kiran
, where I can found documentation for the same. Thanks Kiran -- 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

[android-developers] Re: Regarding C2DM Registration

2011-03-01 Thread Kiran
I want to use Multiple Sender IDs for same application and my client can use any of this id to get registered. Is this possible? On Mar 1, 2:12 pm, Kiran kiranchowke...@gmail.com wrote: Hi, I have following test case for C2DM.     I want to sign up my application on Google C2DM server

[android-developers] Re: Regarding C2DM Registration

2011-03-01 Thread Kiran
I want to use Multiple Sender IDs for same application and my client can use any of this id to get registered. Is this possible? On Mar 1, 2:12 pm, Kiran kiranchowke...@gmail.com wrote: Hi, I have following test case for C2DM.     I want to sign up my application on Google C2DM server

Re: [android-developers] Mount USB pendriveto simulate SD Card functionality

2011-03-08 Thread kiran
EXTERNAL_STORAGE /mnt/sdcard This will make the usb as external storage device. Regards Kiran On Mon, Feb 28, 2011 at 7:25 PM, manish monusa...@gmail.com wrote: Hi , I am working on a board in which currently SDCARD is not active and having 1 usb port. So i need to connect the USB hub to connect

[android-developers] Re: How to set static ip for wifi configuration

2011-03-23 Thread kiran
Hi I have gone to the link you suggested. But i have less knowledge in android i don't know exactly how can i set ip for each profile. For example if i open wifi settings in my phone. It is automatically scanning available wifi profiles with several details like(SSID name, Security type and ip

[android-developers] Re: Android Application Settings Problems

2011-03-23 Thread kiran
Could you provide log cat error message or some more detailed code what you are executing. Because the piece of code you wrote some what confusing me public SharedPreferences settings = getSharedPreferences(PREFS_NAME, 0); On Mar 24, 9:19 am, MattClark mrclark32...@gmail.com wrote: I am

[android-developers] Re: How to force use only gprs even though wifi is available

2011-04-15 Thread kiran
Yes you are right, But thing is my application itself making wifi on. Is it not possible to on wifi and gprs at a time? On Apr 14, 2:34 pm, Kostya Vasilyev kmans...@gmail.com wrote: You can disable WiFi by calling WifiManager.setWifiEnabled(false). Just don't forget to tell the user you're

[android-developers] USB Host hardware requirements?

2012-08-28 Thread Kiran
the functionality. Thanks in advance, Kiran -- 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

Re: [android-developers] Re: how to implement ffmpeg video codec for video player +android

2011-09-22 Thread kiran
Check Rockplayer Regards Kiran On Thu, Sep 22, 2011 at 2:42 PM, Doug beafd...@gmail.com wrote: On Sep 21, 7:46 am, NAVI NEW navi44...@gmail.com wrote: Please give me a guideline for implementing ffmpeg on android app. 1. Cross compile FFmpeg for Android 2. Write a JNI wrapper around

[android-developers] WiFi-Direct hardware question

2012-04-03 Thread Kiran
? Thanks in advance, Kiran -- 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

[android-developers] File IO Erros

2012-04-17 Thread Kiran
= bis.read(buf1, 0, bufLen); } } Thanks in advance, Kiran -- 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

[android-developers] Re: File IO Erros

2012-04-18 Thread Kiran
I should add that the errors that I've posted are appearing on the server side, not the client side. I've attached my Webserver and WebserverHandler code. On Tuesday, April 17, 2012 11:56:41 PM UTC-4, Kiran wrote: Hi All, I was wondering if you had any thoughts to some errors I am getting

[android-developers] Regarding Web Services Development in Android

2011-12-22 Thread kiran
hi, How to search a record in database using Web Services, while I used Android as client side application in which i need to enter some text in edit-text (as name of records) such that if it match with that(which we entered) record it has display the all records from the data base. -- You

[android-developers] no audio or sound during sip audio call

2011-06-24 Thread kiran
on the other device is also not able to hear any sound. Is there any problem with codec negotiation of sip or any audio device issue. -- Regards Kiran -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] HTTP POST to Web Server running on Android Device

2012-02-28 Thread Kiran
Hi All, I am trying to send a HTTP POST command from Android Device A to Android Device B. Device B is running a simple web server. The code that I am using for the webserver is here: http://code.google.com/p/android-webserver/ I am adding functionality to the code for it to process HTTP POST

[android-developers] Nexus 7 USB Host - Not able to enumerate device

2012-10-28 Thread Kiran
to be in the Manifest only if you want the APP to be notified when the USB device is connected after the App is running? Can anybody shed light into what I may be doing wrong? Do I need to root my device? Thanks, Kiran -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Java (Backend) Developer - San Francisco, CA - 2-3 Months

2018-05-09 Thread Kiran
PFa *Thanks & regards,* *Kiran* *Sr. Sales Specialist* *Direct: 972-798-7595* *Fax:972-509-9333* *ki...@cybersolveit.com <ki...@cybersolveit.com>* linkedin.com/in/bhanu-kiran-77b942134 <https://www.linkedin.com/in/bhanu-kiran-77b942134> *IM Google talk: * kiran.cybe

[android-developers] subscribe

2008-11-25 Thread kiran raj
--~--~-~--~~~---~--~~ 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 [EMAIL PROTECTED] For

[android-developers] Re: How to write code to uninstall apk from device/emulator?

2009-01-02 Thread kiran raj
Hi , this is the coding for uninstall the apk file. *adb uninstall apk_filename in command mode *using emulator Go to the dev tools go to package browser then unistall the package name now ur emulator delelte that package Thank u

[android-developers] Re: WebView Behavior on Android

2009-01-02 Thread kiran raj
Hi, can u send me ur coding please.. --~--~-~--~~~---~--~~ 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

[android-developers] Re: HttpURLConnection headers

2009-10-06 Thread Kiran Mudiam
= about:blank; } if (mimeType == null || mimeType.length() == 0) { mimeType = text/html; } nativeLoadData(baseUrl, data, mimeType, encoding, failUrl); mLoadInitFromJava = false; } -- thanks, kiran On Sep 16, 12:23 pm, Lucas roll

[android-developers] Re: Activity launch timeout even with wakelock

2009-10-20 Thread Kiran Julapalli
Thanks Mark, I am acquiring a wakelock as the error points to giving up a wake lock. No other specific reason. I am not sure how to use Async task. Can you give me any pointer? -Kiran On Tue, Oct 20, 2009 at 1:16 PM, Mark Murphy mmur...@commonsware.com wrote: Kiran wrote: Experts, Any help

[android-developers] Switching between activities

2010-02-11 Thread uday kiran
Hi All, Im new bee to android development..I have a small issue when switching from one activity to another.. What i want to do is.. in Activity1 which is in Screen1 i have entered some data like Name,Age (all are in textview) and after i moved to Activity2 in Screen2 ..when i clicked Previous

[android-developers] Re: Switching between activities

2010-02-14 Thread uday kiran
Hi TreKing.. Thanks for the reply..sorry im using EditTexts to enter the data..the information is not retained. i will send both XML file and .java file and let me know the bug in my files. On Feb 11, 11:36 pm, TreKing treking...@gmail.com wrote: On Thu, Feb 11, 2010 at 2:55 AM, uday kiran

[android-developers] Re: Switching between activities

2010-02-14 Thread uday kiran
/TextView.html#a... On Feb 11, 10:36 am, TreKing treking...@gmail.com wrote: On Thu, Feb 11, 2010 at 2:55 AM, uday kiran uday.pic...@gmail.com wrote: What i want to do is.. in Activity1 which is in Screen1 i have entered some data like Name,Age (all are in textview) Are you sure it's TextView

[android-developers] Screen Orientation in Android

2010-02-16 Thread uday kiran
Hi All.. Im facing some problems on Screen Orientation in android. In my application one screen contains Name,Age(as EditTexts). When i click on Name EditText internal Keypad is opening and some of the buttons are hiding due to that keypad. I have some questions regarding this. 1) Whether i need

[android-developers] screen Oroentation

2010-02-17 Thread uday kiran
Hi guys.. In my application i want to do Screen Orientation public void onConfigurationChanged(Configuration newConfig) { super.onConfigurationChanged(newConfig); setContentView(R.layout.screen1_landscape); } This is the function that im using in

[android-developers] sending file using HTTPPOST in android1.5

2009-12-16 Thread Raghu Kiran
Hi, I want to attach a file as HTTPResponse on Android 1.5. Also the contents of the file needs to be assigned to some variable. Does anybody know how to do this. BR, Raghu Kiran A -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] getting CPU usage and memory usage of a particular process

2009-12-22 Thread Raghu Kiran
Hi All, I need to retrieve the CPU usage and memory usage of a particular running process in android. 1. Can i retrieve the above mentioned information in android. 2. If yes how to do that. 3. If not what is the alternative for this. Thanking you... BR, Raghu Kiran A -- You received

[android-developers] Re: sending file using HTTPPOST in android1.5

2010-01-12 Thread Raghu Kiran
Hi, How can i get the RAM size, used RAM size and RAM size free in android. BR, Raghu Kiran A -- 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

[android-developers] problem in graphics

2010-12-28 Thread kiran choudhary
control in this activity it does not happen firstly i prepare a view (Progress bar) onDraw method and this view is added to linear layout and now i want to add some button in this linear layout not getting any sucess so plz help me if anyone have any idea Regards kiran kumar choudhary -- You

[android-developers] Re: Maps with custom tiles

2009-06-09 Thread Kiran Mudiam
that is a full/free replacement for the MapView class. http://code.google.com/p/osmdroid/ Look at the code and this may help u get ideas on how to implement your own tiles as well. - Kiran On Jun 8, 8:21 am, CF chrisfurt...@gmail.com wrote: I have a custom map created using Google My Maps

[android-developers] Re: Android 1.5 SDK now available

2009-06-26 Thread Kiran Mudiam
Can you post a link to ROM you downloaded for the 1.5 cupcake update for the G1 Developer phone. On May 6, 1:32 pm, DJMoran danmo...@blueyonder.co.uk wrote: Never mind I've got it from HTC.com now On May 6, 9:30 pm, DJMoran danmo...@blueyonder.co.uk wrote: I've got a dev phone but I

[android-developers] how to achieve multiple screen sizes in android 1.5

2010-03-01 Thread kiran kumar
hai, i am new to game development in android. i am developing a game and i need to use android1.5 only. i wrote sample application using 1.6 and kept drawable-hdpi,-ldpi ... and application is working fine in emulator of 1.6. i made apk and opened an emulator (android 1.5) from command prompt

[android-developers] Accessing External Database

2010-03-17 Thread uday kiran
Hi folks, Im new bie to android.. i want to access external database from my android application.. I've searched so much time in the internet but could not get exact idea how to implement?? Please help me If any one is having idea on that and post if u have any code related to it... Thanks for

[android-developers] Re: Accessing External Database

2010-03-17 Thread uday kiran
database? Jim On 17 March 2010 13:32, uday kiran uday.pic...@gmail.com wrote: Hi folks, Im new bie to android.. i want to access external database from my android application.. I've searched so much time in the internet but could not get exact idea how to implement?? Please help

[android-developers] Re: Accessing External Database

2010-03-17 Thread uday kiran
kiran uday.pic...@gmail.com wrote: Thanks for ur quick reply jim.. I want to access an existing database which is present on some server.. Cheers Uday On Mar 17, 6:51 pm, Jim Blackler jimblack...@gmail.com wrote: Hi Uday Is there an existing, specific external database that you

[android-developers] Re: Accessing External Database

2010-03-17 Thread uday kiran
As of my knowledge in android we use HttpURLConnection to connect to the database in the internet.. am i right Jim?? On Mar 17, 7:05 pm, uday kiran uday.pic...@gmail.com wrote: YES..The database is present on the internet only.. The database should be in SQLite..OS is windows.. On Mar 17, 6

[android-developers] Re: Accessing External Database

2010-03-17 Thread uday kiran
OK... u have any example code which is used to work on this concept?? On Mar 17, 7:11 pm, Jim Blackler jimblack...@gmail.com wrote: Provided the database exposes an HTTP-based API, yes. On 17 March 2010 14:09, uday kiran uday.pic...@gmail.com wrote: As of my knowledge in android we use

[android-developers] Re: Accessing External Database

2010-03-17 Thread uday kiran
for this list really. There are a great many ways to do what you are describing. I'd recommend getting a textbook or two on the topic. On 17 March 2010 14:13, uday kiran uday.pic...@gmail.com wrote: OK... u have any example code which is used to work on this concept?? On Mar 17, 7:11 pm

[android-developers] Re: Accessing External Database

2010-03-17 Thread uday kiran
application - stray pointers in a client cannot corrupt memory on the server. And because a server is a single persistent process, it is able to controldatabaseaccess with more precision, allowing for finer grain locking and better concurrency. On Mar 17, 6:32 am, uday kiran uday.pic...@gmail.com wrote

[android-developers] Re: Accessing External Database

2010-03-18 Thread uday kiran
way to use HTTP to build a web application. On Mar 17, 9:40 pm, uday kiran uday.pic...@gmail.com wrote: Thanks Bob, I got very good information from this... Let me explain thing i want to do.. There is adatabasepresent at some IPhttp://10.117.23.45/databases/database.db I want

[android-developers] Re: Accessing External Database

2010-03-19 Thread uday kiran
driver in place of Webservices On Mar 19, 1:16 am, Bob Kerns r...@acm.org wrote: On Mar 18, 2:37 am, uday kiran uday.pic...@gmail.com wrote: - So for communicatingdatabase(On remote server)  from our application - it is compulsory to write a driver like odbc??? No, ODBC (or JDBC

[android-developers] Re: Accessing External Database

2010-03-22 Thread uday kiran
databases which class we need to use?? If u have any related code regarding this please let me know... Expecting more information regarding example code... Thanks in advance --Cheers Uday Kiran Pichika On Mar 19, 8:22 pm, Bob Kerns r...@acm.org wrote: No, you get a different set of headaches

[android-developers] Re: Accessing External Database

2010-03-25 Thread uday kiran
this?? http://WebAddresss:Port_num/DATABASE_NAME/Table_name/ if im giving like this is it going to work properly??? Is it compulsory to use XML files with REST webservice?? Waiting for ur help... Cheers Uday Kiran Pichika Bob Kerns wrote: Brion gave some good suggestions, so let me address

[android-developers] uninstalling packages/ APK's in C

2011-03-15 Thread Kiran K
for the service and need know the C functions to uninstall the packages. Any help is appreciated. Regards, Kiran -- 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

[android-developers] need wpa_supplicant with adhoc support for Spice Mi-310 Froyo android mobile

2011-06-07 Thread Kiran Patil
Malinen j...@w1.fi and contributors now i dont have original wpa_supplicant and I tried to install the many supplicants provided in web but none worked for me and wifi is disabled. please help me to restore it with adhoc network support. Thanks, Kiran. -- You received this message because you

Re: [android-developers] User Interface Design Question : Application UI as Overlays

2011-04-20 Thread kiran valsia
I believe fragmentation can be used from Android 3.0 onwards.If currently the application is running on Android 2.2 , what could be the best way to manage the complexity in this case? TIA. On Mon, Apr 18, 2011 at 12:12 PM, Mark Murphy mmur...@commonsware.comwrote: On Mon, Apr 18, 2011 at 12:10

[android-developers] Need help regarding android app development?

2012-07-26 Thread yuvan kiran
i have a plan of building an android app which takes the serial number..and displays the result of that serial number(i have the database of results and serial numbers)..but i know basics of android app development..i dont know about the linking of database into android app..so if you guys know

[android-developers] Ytdandroid usage android

2011-11-03 Thread uday kiran
Hi.. Am using Ytdandroid to upload videos to youtube account . But i want to make it as private , so that it will visible to me itself. If we use gdata, gdata.setPrivate(true) simillar to this. But i dono how to do with this ytdandroid code,?? Thanks -- You received this message because

[android-developers] android crash while installing .apk

2012-03-20 Thread kiran nayak
hi all i have booted android on my beagleboard.. but when i try to install a simple helloworld.apk android crashes. logcat says W/Vold( 992): Ignoring unknown switch 'usb_connected' W/Vold( 992): Ignoring unknown switch 'usb_connected' D/Vold( 992): USB connected D/Vold(

[android-developers] android crash while installing .apk

2012-03-20 Thread kiran nayak
hi all i have booted android on my beagleboard.. but when i try to install a simple helloworld.apk android crashes. logcat says W/Vold( 992): Ignoring unknown switch 'usb_connected' W/Vold( 992): Ignoring unknown switch 'usb_connected' D/Vold( 992): USB connected D/Vold(

[android-developers] Re: android crash while installing .apk

2012-03-21 Thread kiran nayak
thank u very much On Mar 21, 7:09 pm, Chris Stratton cs07...@gmail.com wrote: On Wednesday, March 21, 2012 12:47:09 AM UTC-4, kiran nayak wrote: hi all i have booted android on my beagleboard.. but when i try to install a simple helloworld.apk android crashes. This question doesn't

[android-developers] Backporting stagefright and NuPlayer to Android 2.2?

2012-04-25 Thread Kiran Rao
I mistakenly posted this question on the Android-Platform group (linkhttps://groups.google.com/d/topic/android-platform/sBYyDKOoFWg/discussion). I think it really belongs here in this group. My requirement is to be able to play a live video stream in my Android app. The stream will be over

[android-developers] Re: Backporting stagefright and NuPlayer to Android 2.2?

2012-04-26 Thread Kiran Rao
Thanks for the response b0b. I realize MediaPlayer will not do the job for me - at least in 2.2. But, is there any framework-level requirement that is stopping me from building the newer media framework source and deploying it on 2.2? Perhaps this would make my app prohibitively large? Or

[android-developers] Switch Widget

2012-05-07 Thread kiran g
Hi, I am new to Android.. my problem isSwitch button in android generating an error.please help me. LinearLayout xmlns:android=http://schemas.android.com/apk/res/ android android:layout_width=fill_parent android:layout_height=fill_parent xmlns:android1=http://

[android-developers] android database remote access

2011-06-27 Thread kiran nayak
hi all is it possible to access android database (sqlite) form a remote client such as pc?? -- 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

[android-developers] Drawable set on an ImageView ignores setBounds and reverts to original bounds on orientation change.

2012-02-24 Thread Kiran Rao
involving custom View - Uploaded on Google Project Hosting - http://code.google.com/p/android-drawable--invalidation-on-orientation-issue/downloads/detail?name=InvalidateDrawable_2012_FEB_14_01.zipcan=2q= Thanks in Advance Regards, Kiran Rao. -- You received this message because you

[android-developers] Re: Drawable set on an ImageView ignores setBounds and reverts to original bounds on orientation change.

2012-02-26 Thread Kiran Rao
Anyone? I'd appreciate any pointers. I can't even figure out whether this is a bug or a coding error. On Feb 24, 10:49 am, Kiran Rao techie.curi...@gmail.com wrote: I've been struggling with this strange problem for quite some time. A brief summary of the issue is this: An ImageView's

[android-developers] problem in serial port reading through jni

2011-09-05 Thread kiran nayak
hi all in my android application i need to read data from serialport(ttyUSB0) .I have written native code for that but it fails to read in a long run by emitting the below error pls help me /DEBUG ( 824): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** I/DEBUG ( 824): Build

[android-developers] Re: ICS don't give you a real multitasking.

2012-05-16 Thread Kiran Rao
Really? User needs to reinput everything? Let me ask you: have *you* ever programmed an Android app? On Wednesday, 16 May 2012 19:31:35 UTC+5:30, sblantipodi wrote: As the graph I posted explain the app is not restarted, but the latest activity is. If the activity is restarted, user needs

[android-developers] BroadcastReceiver: Is it safe to use setOrderedHint method in my code?

2012-05-17 Thread Kiran Rao
I am trying to add ordered broadcasting functionality to LocalBroadcastReceiver class. I just noticed this method: http://developer.android.com/reference/android/content/BroadcastReceiver.html#setOrderedHint(boolean) The docs have this to say : For internal use, sets the hint about whether

Re: [android-developers] BroadcastReceiver: Is it safe to use setOrderedHint method in my code?

2012-05-17 Thread Kiran Rao
Oops .. apologies for the typo, and the ensuing confusion. I did mean LocalBroadcastManager in my original post, wherever I referred to LocalBroadcastReceiver. Mark has summed it all up in his response. My current implementation is this: try to fork BroadcastReceiver and use a forked edition

Re: [android-developers] BroadcastReceiver: Is it safe to use setOrderedHint method in my code?

2012-05-18 Thread Kiran Rao
BroadcastReceiver as a separated class not known by the rest of the framework, it seems okay. On Thu, May 17, 2012 at 7:22 PM, Kiran Rao techie.curi...@gmail.comwrote: Oops .. apologies for the typo, and the ensuing confusion. I did mean LocalBroadcastManager in my original post, wherever I

  1   2   3   4   5   >