[android-developers] android.database.sqlite.SQLiteException: Unable to close due to unfinalised statements

2009-10-21 Thread PRATAP SOLAPUR
Hi all I'm developing an app which involvels too many database operations(insertion retrievel)hence,I'm getting the the above said exception and I think its because of database opertaion . Does anybody know how to get rid of this problem? Please help, its urgernt..

[android-developers] Re: My Log messages fails to appear on Logcat View

2009-02-26 Thread PRATAP SOLAPUR
close the emulator n eclipse then restart both once againit'll display the logs On Thu, Feb 26, 2009 at 2:47 PM, gganesh ganesh@gmail.com wrote: hi , unfortunately even that doesn't works for me .I ran my programe in the debug mode but, no log messages .Any other clue ? On Feb

[android-developers] Re: java.net.SocketException: The operation timed out............not behind proxy

2009-02-25 Thread PRATAP SOLAPUR
Thanks for your suggestion. but its still not workingNow it says 02-26 00:37:55.890: WARN/System.err(578): java.net.SocketTimeoutException: Socket is not connected Do u know any thing abt that.and another thing , the exception s being thrown only when i try to connect to

[android-developers] Re: Host is unresolved error

2009-02-03 Thread PRATAP SOLAPUR
U need to use the ip address of the web..like http://74.125.19.103 this is for googlei was also facing the same problemthis solved it.emulator doesnt recognize dns names... On 2/3/09, newuser nimisha.bhut...@gmail.com wrote: Hi, I am trying to run the

[android-developers] Re: Onclick listener on ListView items

2009-02-03 Thread PRATAP SOLAPUR
U should implement onItemSelectedListener for list items... On 2/4/09, munish munish.sha...@lntinfotech.com wrote: Hi All I want to set the onclicklistner on the each item to be displayed in ListVIew. Can anyone help me out ASAP. The code i have written is package

[android-developers] Re: broadcast event to trigger an UI

2009-02-03 Thread PRATAP SOLAPUR
can u send me the code snippet of ur BroadcastReciever class..i'm don kn how to use broadcast reciever Thanks, Pratap s On 2/4/09, BB bbw...@gmail.com wrote: I am trying to get a UI to present itself when an incoming SMS happens. When that happens, I would like to present a

[android-developers] Re: broadcast event to trigger an UI

2009-02-03 Thread PRATAP SOLAPUR
Create an intent for ur activity and call Context.startActivity(urIntent)...In ocRecieve() function u'll be handled with the context. On 2/4/09, BB bbw...@gmail.com wrote: I am trying to get a UI to present itself when an incoming SMS happens. When that happens, I would like to

[android-developers] Re: LocationManager causes application to crash

2009-02-02 Thread PRATAP SOLAPUR
Add ACCESS_FINE_LOCATION permission and INTERNET permission On 2/3/09, pulkit pulkit.bhard...@gmail.com wrote: Hi, We're working on Location based services with android emulator. But the issue is that the application crashes when any of the following statements executes:-

[android-developers] Re: LocationManager causes application to crash

2009-02-02 Thread PRATAP SOLAPUR
post the stack trace of ur logcatso that i can kno wat kind of error ur getting. On 2/3/09, pulkit pulkit.bhard...@gmail.com wrote: Thanks for replying Pratap, but unfortunately it didn't fix the problem. Any other suggestion please? On Feb 3, 10:23 am, PRATAP SOLAPUR pratap.sola

[android-developers] Re: Regarding using Spinner(Combo box) for displaying file names

2009-01-23 Thread PRATAP SOLAPUR
I'll do it like this... Spinner s1 = (Spinner) findViewById(R.id.spinner1); ArrayAdapterCharSequence adapter = new ArrayAdapter(getApplicationContext(),android.R.layout.simple_spinner_dropdown_item,filenameList);

[android-developers] Re: HTTP Client........SocketException

2009-01-18 Thread PRATAP SOLAPUR
I've already set http-proxy in settings.db, emulator is getting connected to internet but not the maps.u are saying the same kno? On 1/19/09, for android forandr...@gmail.com wrote: you need to update the system table with your proxy ip..there are many threads which deal as to hot to

[android-developers] Re: Problem in Viewing table - sdk1.0

2009-01-14 Thread PRATAP SOLAPUR
that are in database Same problem is with notepad1,2 3 application which is given as a sample application.. In sample example, database and tables in it exist... but .table in sqlite3 is not viewable... On Jan 13, 3:18 pm, PRATAP SOLAPUR pratap.sola...@gmail.com wrote: have u created

[android-developers] Re: Problem in Viewing table - sdk1.0

2009-01-13 Thread PRATAP SOLAPUR
have u created the table in the command mode or in programi think the table has not been created Use .schema with no arguements, it'll list all the tables... On 1/13/09, jayesh.thadani jayesh.thad...@gmail.com wrote: Hi.. I am using sdk1.0 i created database as

[android-developers] Re: Send Data to the other Activity

2009-01-08 Thread PRATAP SOLAPUR
To your Intent add the data using putExtra() method and in the second activity in which u want to display use getIntent().get.Extra() to retrieve ur data n then display On 1/7/09, PRATAP SOLAPUR pratap.sola...@gmail.com wrote: Use Bundles On 1/7/09, Android amrutha.mya

[android-developers] Re: new to android

2009-01-08 Thread PRATAP SOLAPUR
Android Programmers Guide is a good book for beginner. Anddev.org http://anddev.org u'll get tutorials On 1/7/09, google swapna.annaman...@gmail.com wrote: hi, can any one suggest good way to practice android. good books or any free applications