Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hi
I'm developing project in Android... and planning to use my project database through creating website....... so pls guide me to, how to create websites in above mentioned platforms... and which one is better...
Posted
Comments
Sandeep Mewara 30-Apr-12 3:15am    
Website for Android - is that what you are asking?
Member 8797321 30-Apr-12 3:53am    
No sir... I'm developing one app i,e "City Bus route tracker app for android based mobiles .." ,in which i created database of my city. if i use server it becomes static... so to make dynamic i want to create one website & will dump my database folder in that website. and later wil use that website's URL in my project... I hope u got...
bbirajdar 30-Apr-12 3:28am    
Reason for my vote of 1
Not clear
Member 8797321 30-Apr-12 3:55am    
Sir... I'm developing one app i,e "City Bus route tracker app for android based mobiles .." ,in which i created database of my city. if i use server it becomes static... so to make dynamic i want to create one website & will dump my database folder in that website. and later wil use that website's URL in my project... I hope now u got...
Member 8797321 1-May-12 6:17am    
Thank you sir... will try:)

1 solution

1. Create a Android app using the Android SDK from

http://developer.android.com/sdk/index.html[^]

2. This android app should use GPRS/2G/3G connection to communicate to the database on your server.

3. Create a webservice on your server using asp.net or java that will provide real time feed to your android application.

Your first C# Web Service[^]

4. The website you are saying is not really required for this functionality. However, the web service needs to be hosted so that it can be accessible over HTTP.
 
Share this answer
 
Comments
bbirajdar 2-May-12 2:03am    
down voted without specifying any reason?
Sandeep Mewara 5-May-12 4:42am    
My 5!

Happy now? You got it.

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