Giter Club home page Giter Club logo

rubychina4android's Introduction

开源地址

https://github.com/gonjay/rubychina4android

下载

Google Play下载

开发版下载 1.0.5

发布版下载 1.0.5

特性:

  • 安卓原生的侧滑抽屉
  • 下拉刷新
  • 主页帖子列表下滑到头后自动获取新的内容
  • 浏览帖子详情并支持Markdown,左右侧滑分别展示帖子内容、回复列表、回复编辑(预览)
  • 登录、退出功能

为什么要开发安卓版本

  • 热爱Ruby-China社区
  • 我希望用自己掌握的技术在安卓上面提供优秀的体验
  • 探索HTML5与native的结合
  • 一套更快更好的与Rails结合的移动端开发技术

预览

Tips

练习之作,所以客户端还不是很完善。关于如何让iOS支持Markdown,我觉得完全可以使用一个UIWebView来实现,可以参考这个index.html 然后这么调用

NSString body_html = Topic.body_html;
[self.webView stringByEvaluatingJavaScriptFromString:(@\"$('#display').html(%@);\", body_html)];

当然也欢迎会Android的朋友贡献代码咯,不过你得学会使用AndroidStudio,从Eclipse过来的童鞋可能得花点时间适应一下,不过确实是很有效率的开发工具

开发

fork和like是最能证明这个开源APP的价值了,所以对repofork或者是like吧,越多我越有动力把这个app完善好!当然也期待你的contribute

rubychina4android's People

Contributors

gonjay avatar ywjno avatar jayin avatar tolbkni avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.