android仿知乎工作内容,Android仿知乎日报新闻详情页,新闻客户端必备功能

该博客介绍了如何使用artTemplate模板引擎来创建一个类似知乎日报的新闻详情页面,包括头部图片的滚动视觉差效果以及HTML中图片的点击事件绑定。通过加载本地网页并渲染模板,实现了一个完整的新闻详情展示。涉及到的技术包括HTML、JavaScript、模板引擎以及网页加载库。
摘要由CSDN通过智能技术生成

##NewsTemplate

###介绍 仿知乎日报新闻详情页

###特性

artTemplate模板引擎

头部图片滚动视觉差

HTML中图片绑定点击事件

###步骤 ####编写模板

{{#body}}

####渲染模板

var data =JSON.parse(window.bazhang.getNewsData());

var html = template('contenttpl', data);

document.getElementById('contentTop').innerHTML = html;

####加载本地网页

mWebNews.loadUrl("file:///android_asset/newscont.html");

###使用到的开源库

###预览 687474703a2f2f69342e7069696d672e636f6d2f313037302f613132656133346230306235383265392e676966687474703a2f2f69342e7069696d672e636f6d2f313037302f643532333630663665666434353731352e706e67687474703a2f2f69342e7069696d672e636f6d2f313037302f633938656338666431343933313032342e706e67

###Lincense

Copyright [2016] [JeasonWong of copyright owner]

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值