Git Product home page Git Product logo

v2ex-android's Introduction

V2EX+

V2EX client for Android

Get it

Get it on Google Play

v2ex-android's People

Contributors

czbix avatar drunlin avatar imallan avatar lbwlearnlua avatar lbwstco avatar pexcn avatar vigidroid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

v2ex-android's Issues

Toolbar 滑动控制改进

toolbar 隐藏/显示,效果和 Google+ android 版那样就非常不错了,现在感觉很别扭...

Cache is so loose

I found a lot of cache files in /data/data/com.czbix.v2ex/ .You know, lots of cache files will slow down the loading speed.

I think you could make it in less and less files.Thx.

bug report: fragments 重叠

复现过程:

  1. 进入主界面
  2. 下拉刷新,有时候网络出问题,会 loading 一直转
  3. 这时候切换到另一个 fragment.

screenshot_20170823-160427
screenshot_20170823-160507

api问题

关于V2EX提供的话题api,好像只有最新和最热,请问其他tab的内容(包括技术,创意,好玩,Apple,酷工作,交易,城市,问与答,R2)和二级详情页面,您是怎么获取的?

F-Droid

请问是否可以发布到 F-Droid?

一个小bug的修改建议

    mLayout.setRefreshing(true);

改为

    mLayout.post(new Runnable() {
        @Override
        public void run() {
            mLayout.setRefreshing(true);
        }
    });

可以避免初始化时刷新标识不正常显示的问题

请教下问题

window_background_statusbar_toolbar_tab

这个素材你是手动一个个自己弄的吗? 太多了吧

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.