Click here to Skip to main content
15,881,709 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
i'm developping an android application & web portal for virtual tour of archaelogical

any one can help me with a similar solution
Posted

1 solution

Hi aminov,

I am not sure I can help you so much as you expect.
For your system requirement, I have some ideas to share:
+ There are two parts you need to develop: Web portal and Mobile App. And both of them must be interacted together absolutely.
+ With web portal module, you can use some opensource PHP ( Drupal[^], Wordpress[^],...) or Java-based such as Spring[^] or just use JSP/Servlet....
+ With Android application, I recommend you should you PhoneGap[^]. With this framework, you can build cross-platform such as : Android, Blackberry, Window Phone...
+ For the interation between Mobile App and Web portal, you can achieve by this way: at WebPortal, define some web serivces, then at Mobile, you will invoke via these web services. To invoke web service from Android application, you can use open source library ksoap2[^], or you can use JSON
 
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