Create Rating Bar Sketchware
hello everyone in this tutorial we will talk
about how to create rating bar in your app
of course using sketchware
here we go
instructions :
add linear layout and name it to anything you want
add this code to logic area in onCreate
Code Used :
RatingBar tp = new RatingBar(this); linear1.addView(tp);
note : change linear1 to name that you choose it
it's easy, right?
for more details you can watch my tutorial
Comments
Post a Comment