GithubHelp home page GithubHelp logo

Comments (11)

daimajia avatar daimajia commented on August 20, 2024

Thank you so much ~

from animetaste.

feicien avatar feicien commented on August 20, 2024

你应该在友盟统计里看到这个异常了吧

from animetaste.

daimajia avatar daimajia commented on August 20, 2024

你好机智,我看到过这个异常。不过最近没时间修复。因为在倒腾一个叫EverMemo的东西,最近在豌豆荚首发。

from animetaste.

feicien avatar feicien commented on August 20, 2024

出现这个异常的原因,是Fragment使用的不正确。不应该通过构造方法传递参数

public static ShowFragment newInstance(VideoDataFormat VideoInfo) {
ShowFragment f= new ShowFragment();
Bundle args=new Bundle();
args.putSerializable("video_info", VideoInfo);
f.setArguments(args);
return f;
}

使用的时候:

VideoDataFormat mVideoInfo = (VideoDataFormat) getArguments().getSerializable("video_info");

from animetaste.

daimajia avatar daimajia commented on August 20, 2024

好像是这个样子

from animetaste.

feicien avatar feicien commented on August 20, 2024

其实还有个问题,在2.3的机器上看不了视频。
既然你在忙EverMemo,我这边测试下,看能不能修改,到时候发个pull request

from animetaste.

daimajia avatar daimajia commented on August 20, 2024

太感谢了~

from animetaste.

yrom avatar yrom commented on August 20, 2024

呃。。。本来已经 clone 到本地了,一看这么多依赖,还难找就放弃了= =

from animetaste.

daimajia avatar daimajia commented on August 20, 2024

https://bitbucket.org/daimajia/animetaste-fullpackage

from animetaste.

daimajia avatar daimajia commented on August 20, 2024

@feicien 再次谢一下你~

from animetaste.

daimajia avatar daimajia commented on August 20, 2024

https://github.com/daimajia/AnimeTaste/blob/master/src/com/zhan_dui/fragments/ShowFragment.java

from animetaste.

Related Issues (20)

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.