NoishiXzen
IN THIS VIDEO WE GOING TO LEARN AND MAKE TEXT PATH TRACER ANIMATION ON SKETCHWARE
Let's see more.
OUTPUT:-
Download project:-
Sketchub: DOWNLOAD
Direct Download:- DIRECT DOWNLOAD
📌Library:-
compile 'com.yanzhikai:TextPathView:0.2.1'
1) Create a Project, Add a linear (linear1), then go to OnCreate, Add-Addsourcedirectly Block, add below Codes:-
yanzhikai.textpath.AsyncTextPathView textpathview = new yanzhikai.textpath.AsyncTextPathView(this); textpathview.setLayoutParams(new ViewGroup.LayoutParams(ViewGroup.LayoutParams.WRAP_CONTENT,ViewGroup.LayoutParams.WRAP_CONTENT));
textpathview.setText("CODEWARE");
textpathview.setRepeatStyle(1);
textpathview.startAnimation(0,1);
linear1.addView(textpathview);
setText = YOURTEXT
setRepeatStyle = REPEAT COUNT ANIMATION
startAnimation = ANIMATION TIME SECOND
linear1 = YOUR LINEAR VIEW (ID)
TextPathView = STRING PATH ID
2) Make sure turn on AppCompact from Library.
Then, Open Library press DX and copy & past below:-
com.yanzhikai:TextPathView:0.2.1
Now Run it and add DX. Compile this project and Run.
SUBSCRIBE MY CHANNEL THANKS FOR WATCHING.
Comments
Post a Comment