Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

跳转很懵逼 #10

Closed
Chenshuai770 opened this issue Oct 13, 2017 · 2 comments
Closed

跳转很懵逼 #10

Chenshuai770 opened this issue Oct 13, 2017 · 2 comments

Comments

@Chenshuai770
Copy link

大神,你好,我这边是直接从网下下载的图片,不是从本地库涂鸦,然后我一直跳转不到GraffitiActivity里面去,
Intent intent = new Intent(this, GraffitiActivity.class);
GraffitiParams params=new GraffitiParams();
intent.putExtra(GraffitiActivity.KEY_PARAMS, params );
startActivity(intent);
这样跳过不去

@1993hzw
Copy link
Owner

1993hzw commented Oct 15, 2017

这个你没有传图片路径。params.mImagePath = filePath。你可以先把图片下载到sd,然后把sd上的图片路径传进来。

@Chenshuai770
Copy link
Author

谢谢呢,不过我还有个问题,怎么能拿到涂鸦后的点的List的集合

@1993hzw 1993hzw closed this as completed Jan 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants