合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
# HealthNews-Web使用说明 ## Download Download grab via Maven: ```xml allprojects { repositories { maven { url "http://192.168.0.121:8081/repository/maven-releases/" } } } ``` ```xml dependencies { compile 'com.ucmed.monkey:health-news-web:1.0.1' } ``` ## 可能需要修改资源 ```xml <dimen name="dimen_8">8dp</dimen> <dimen name="heigh_title">50dp</dimen> <dimen name="width_header_btn">52dp</dimen> <dimen name="padding_page">15dp</dimen> <dimen name="text_title_size">21sp</dimen> //标题头颜色 <color name="head">#22a7f0</color> //背景 <color name="background">#f5f5f5</color> //标题状态 <color name="header_btn_press">#16ffffff</color> <color name="header_btn_unpress">#00ffffff</color> ``` ## 使用 ### 1、调用方法 直接跳转 *HealthNewsWebActivity*, 接受两个参数 *urls*, *titles*,是字符串数组,例如: ```java startActivity(new Intent(MainActivity.this, HealthNewsWebActivity.class) .putExtra("urls", new String[]{url, url, url, url, url2, url3}) .putExtra("titles", new String[]{"讲课百科", "专家门诊", "饮食健康", "饮食健康", "饮食健康", "饮食健康"})); ``` ### 2、推送调用 直接跳转 *HealthNewsWebDetailActivity*, 参数为 *url*,需要设置 **HealthNewsWebDetailActivity.clazz**,这个是首页 *Activity*的class。 ### 3、生产连接地址 **热点新闻:**[http://mp.weixin.qq.com/mp/homepage?__biz=MzI3NjIwMDYzNg==&amp;hid=21&amp;sn=f9bd68075de9104ea6360626e9297219#wechat_redirect](http://mp.weixin.qq.com/mp/homepage?__biz=MzI3NjIwMDYzNg==&hid=21&sn=f9bd68075de9104ea6360626e9297219#wechat_redirect) 疾病防治:[http://mp.weixin.qq.com/mp/homepage?__biz=MzI3NjIwMDYzNg==&amp;hid=20&amp;sn=43d98a52f968ebe57b4ba98616c65c2a#wechat_redirect](http://mp.weixin.qq.com/mp/homepage?__biz=MzI3NjIwMDYzNg==&hid=20&sn=43d98a52f968ebe57b4ba98616c65c2a#wechat_redirect) **饮食保健:**[http://mp.weixin.qq.com/mp/homepage?__biz=MzI3NjIwMDYzNg==&amp;hid=22&amp;sn=df9340b494cb81f0557f74591e24d67f#wechat_redirect](http://mp.weixin.qq.com/mp/homepage?__biz=MzI3NjIwMDYzNg==&hid=22&sn=df9340b494cb81f0557f74591e24d67f#wechat_redirect) **心理健康:**[http://mp.weixin.qq.com/mp/homepage?__biz=MzI3NjIwMDYzNg==&amp;hid=19&amp;sn=35396a2f115ba543b81140a2d538c88e#wechat_redirect](http://mp.weixin.qq.com/mp/homepage?__biz=MzI3NjIwMDYzNg==&hid=19&sn=35396a2f115ba543b81140a2d538c88e#wechat_redirect) **妇婴保健:**[http://mp.weixin.qq.com/mp/homepage?__biz=MzI3NjIwMDYzNg==&amp;hid=18&amp;sn=d461235017d309f2c588f76edb332d7d#wechat_redirect](http://mp.weixin.qq.com/mp/homepage?__biz=MzI3NjIwMDYzNg==&hid=18&sn=d461235017d309f2c588f76edb332d7d#wechat_redirect)