FloatingText icon indicating copy to clipboard operation
FloatingText copied to clipboard

feature discussion

Open MarsVard opened this issue 8 years ago • 9 comments

It seems to me that it would not be too hard to implement a feature to allow you to float any view(Imageview, textview, ...)

Is this something you want to cover in this library or would you rather keep only compatible with textview?

MarsVard avatar Apr 22 '16 08:04 MarsVard

In fact, I have this idea, reference the implementations of FloatingTextViewdeas,We can float any effect View, How about you, Do you have a detailed ideas about it?

UFreedom avatar Apr 24 '16 14:04 UFreedom

I think it would be nice to be able to pass any view to the FloatingText. what do you think?

Something like this: textView = new TextView(activity); textView.setText("SWAG"); textView.setTextColor(...)

floatingText = new FloatingText.FloatingTextBuilder(activity) .offsetX(100) // the x offset relate to the attached view .offsetY(100) // the y offset relate to the attached view
.floatingAnimatorEffect(FloatingAnimator) // floating animation .floatingPathEffect(FloatingPathEffect) // floating path .build();

floatingText.float(textView);

MarsVard avatar Apr 24 '16 16:04 MarsVard

Yes, your idea is great!, But the name "FloatTextView" sounds just like floating Text,How about use other name such as FloatingEffect ,FloatingView.or we can create a new project, and then implement it together.

Are you from China?

UFreedom avatar Apr 25 '16 02:04 UFreedom

I think we can just fork this and call it FloatingView?

I'm from Belgium.

On Mon, Apr 25, 2016, 04:14 UFreedom [email protected] wrote:

Yes, your idea is great!, But the name "FloatTextView" sounds just like floating Text,How about use other name such as FloatingEffect ,FloatingView.or we can create a new project, and then implement it together.

Are you from China?

— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/UFreedom/FloatingText/issues/5#issuecomment-214094307

MarsVard avatar Apr 25 '16 06:04 MarsVard

@MarsVard I'm sorry so long to get back to you. As I know,In github,we can't fork our own repo,But i have find this post https://kroltech.com/2014/01/01/quick-tip-how-to-fork-your-own-repo-in-github/. So i follow this tutorial and create a new repo FloatingView ,here is : https://github.com/UFreedom/FloatingView.

I'm not sure the repo FloatingView is that your mean "I think we can just fork this and call it FloatingView?" ?

UFreedom avatar May 03 '16 09:05 UFreedom

Hey @UFreedom That's exactly what I meant. But I have been busy myself I'll try to make some time to see what can be done on that repo this weekend.

MarsVard avatar May 03 '16 11:05 MarsVard

@MarsVard that's ok,I am also busy ,and we just do our best to make it better。

Thanks,

UFreedom avatar May 04 '16 01:05 UFreedom

@MarsVard I have finished the FloatingView develop.

UFreedom avatar Nov 02 '16 10:11 UFreedom

@UFreedom Thanks for letting me know! I have been so busy I totally forgot about this project.

It looks awesome!

MarsVard avatar Nov 02 '16 11:11 MarsVard