Click here to Skip to main content
15,879,326 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i want to develop an app for an organization.i have to do sumthing like this: i have a table with 3 columns(employee_id,department_id,employee_name)the app asks for the employee_id,department_id . then the app should display the employee_name."""the database should be on server"""(i really dont know what i mean by this statement..)...can anyone pleasseee give me an idea what to do ?? i have no prior experience with any android apps..but i know basic proggramming on android but not with networking..
Posted

For database operation you can go for Sqlite and check this link for basic operations.
basic-databse-operations-in-sqlite[^]
 
Share this answer
 
Start here: Android Developers[^] and dig your way through this.

The task you're about to do is a bit to much of a homework. Please provide code and ask specific.
 
Share this answer
 
Comments
maddy_bitsp 8-Jul-13 4:48am    
i know how to work with eclipse..i have devoled a ver few..very simple apps too...but i dont know anything about the networking part...if u can give me any such example code...i can understand it myself!!
TorstenH. 8-Jul-13 5:07am    
Please read there anyway. It's not about teaching you basic skills, it's about how to deal with the APIs in Android.
It's all in there. Pretty well explained.

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