Click here to Skip to main content
15,886,693 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am developing a Mobile application where i want to pick data from excel file and than show the data on Application interface.
But the problem.is that i will be updating replacing data source that is Excel Workbook every time.
my query is that is there anyway i can update my Application Data. As after publishing a application i wouldn't be able to access the server to change the excel workbook .

Example is i want to know the logic that news mobile application uses.

Someone help me out .
I am new to the Mobile application development.

thanks in advance
AKSH619
Posted

I guess you can do by this way:
At server-side, you define some web services.
At Android application, you define servie that run in background, and invoke to those web servies in a interval you defined before.
To invoke web services from Android application, you can use open source lib named ksoap2[^] or JSON.
 
Share this answer
 
if you using excel workbook by name then you must be use index of your excel workbook, by using it your issue should be resolved :)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900