Re: [android-developers] .csv file reading code in android

2012-09-18 Thread Anoop C
Hello, Thanks Yue Zeng for ur support. I want to interact to the server using webservice. I don get any code for interact webservice through JSON. I have an app which have to use webservice, it having data sent and receive.. Thansk Regards Anoop Narayanan C an...@biscommunication.com

[android-developers] .csv file reading code in android

2012-09-17 Thread Anoop C
Dear All, Im try to create a remote login. Data content is in users.csv format. I want to connect using SQLite. But still i don get any idea about how to connect the .csv file and SQLite.. Please give some support for finding the code for connecting .csv file and SQLite.. Thansk

Re: [android-developers] .csv file reading code in android

2012-09-17 Thread Yue Zeng
why stored in csv file? you can just use the sqlite to store the data,and use the csv file to output it? On Mon, Sep 17, 2012 at 3:14 PM, Anoop C anoopc@gmail.com wrote: Dear All, Im try to create a remote login. Data content is in users.csv format. I want to connect using