[android-developers] Re: running javascript

2012-04-05 Thread ramalakshmi
How can u read the html code ? -- 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...@googlegrou

[android-developers] Re: can i get a dynamically change user interface in android?

2012-04-05 Thread ramalakshmi
Yes I am using my own custom adapter and te code is ListAdapter adapter1 = new SimpleAdapter(Main.this, mylist1 , R.layout.main, new String[] { "Symbol", "Bid", "Ask" }, new int[] { R.id.item_title, R.id.item_title1, R.id.item

[android-developers] Re: can i get a dynamically change user interface in android?

2012-04-04 Thread ramalakshmi
can u really do it? -- 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

[android-developers] Re: can i get a dynamically change user interface in android?

2012-04-04 Thread ramalakshmi
Thank u.Actually I want the output as stock values. I get a table of values in the android screen. I want to change the values dynamically as the values in the stock changing? Did u understand me? ramalakshmi -- You received this message because you are subscribed to the Google Groups "An

[android-developers] can i get a dynamically change user interface in android?

2012-04-04 Thread ramalakshmi
Hi! is there any way to get the dynamically changing user interface in android.I am using setListAdapter for printing on the android ui. Can u please help me.!? -- ramalakshmi -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Re: how to connect with sql server 2005

2012-04-03 Thread ramalakshmi
we cant connect through jtds/jdbc. for the connection we have to write a php file.please go through this http://p-xr.com/android-tutorial-how-to-parse-read-json-data-into-a-android-listview/#comments in the last they gave te source code also. -- You received this message because you are subscrib

[android-developers] Re: i am looking job on android in banglore

2012-03-27 Thread ramalakshmi
Hi Tushar, can u please send me the source code of stock trading application. I am a newbie to android.I want to learn this app. please ... send me -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,

[android-developers] real streaming data in android

2012-03-26 Thread ramalakshmi
I want to send the real streaming data values into android mobile from a database. I used a webview(JSON) for this.but I achieve only static data.I want a stream of values Any body can help me -- ramalakshmi -- You received this message because you are subscribed to the Google Groups

[android-developers] dynamically change the content of android mobile

2012-03-13 Thread ramalakshmi
Hi! Yes i am using json webservice.please see this link 192.168.100.9:8000/sample1.php please explain me how can i use the child thread. I think its my solution.but I cant.can you explain me with an example. -- ramalakshmi -- ramalakshmi -- You received this message because you are

[android-developers] dynamically change the content of the data in the android screen

2012-03-08 Thread ramalakshmi
Hai! I connect Android mobile to ms sql server through php(in this i convert the data into json format). The output is a table.now i want to change the values of the data dynamically.how can i achieve this.please help me -- ramalakshmi -- You received this message because you are

[android-developers] DOUBT

2012-02-19 Thread ramalakshmi
Hai sir good morning. I hava a local microsoft sql server 2005. I am currently working on android project. in this I have to use the data in sql server.From te server i hava to access an existing table I am using java as the developing language.please send me the code how to connect