I'm developing an web-based application without PhoneGap. The application consist on 7 modules (events, news, photos) and each module is one item on menu. Also each module is a independent webpage. So, I don't know if I need implement 7 embedded browsers, or only one browser, or another kind 开发者_如何学JAVAof architecture.
Could you please help me?
If you are trying to basically make an embedded browser that uses your website you should only have 1 browser.
If you are trying to have a better integration with the android platform you should create one activity that works as a web browser and pass the url inside the intent for each "module" you are trying to access.
I'm not entirely sure what you mean by "Module". Is this something thats on the website or are you talking about activities inside the android platform?
精彩评论