ANDROID SKETCHWARE MASTER
رفتن به کانال در Telegram
Help us - @Android_Master_helper To Admin @Android_Master_admin WhatsApp - +919832397477 Channel link https://t.me/ANDROID_SKETCHWARE_MASTER Discussion https://t.me/+1dKNx71tVMxlMDVl
نمایش بیشتر6 455
مشترکین
-424 ساعت
-167 روز
-6730 روز
آرشیو پست ها
One device login injector panel SWB
________________________________
Video - https://youtu.be/d5kRXf2LNoQ
New Sketchware all block provide
Whats new-
1. Auto download block add
2.other 50 block add
3.new completed add
✅✅✅✅✅✅✅✅✅✅✅
Thanks for use my app- @Android_sketchware_Master
///More block (extra)
}
public class PlanetView extends View {
private double angle=0;
private Paint myPaint;
public PlanetView(Context context){
super(context);
myPaint = new Paint();
angle = 0;
}
@Override protected void onDraw(Canvas canvas) {
int viewWidth = this.getMeasuredWidth();
int viewHeight = this.getMeasuredHeight(); angle = (angle + 0.001)%360;
float x = Math.round(260*Math.sin(Math.toDegrees(angle)));
float y = Math.round(110*Math.cos(Math.toDegrees(angle)));
float x2 = Math.round(120*Math.sin(90+Math.toDegrees(angle)));
float y2 = Math.round(290*Math.cos(90+Math.toDegrees(angle)));
float x3 = Math.round(130*Math.sin(180+Math.toDegrees(angle)));
float y3 = Math.round(230*Math.cos(180+Math.toDegrees(angle)));
float x4 = Math.round(120*Math.sin(270+Math.toDegrees(angle)));
float y4 = Math.round(250*Math.cos(270+Math.toDegrees(angle)));
myPaint.setStyle(android.graphics.Paint.Style.FILL);
myPaint.setColor(Color.parseColor("#eceff1"));
canvas.drawCircle(viewWidth/2, viewHeight/2, (int)(x*1.5), myPaint);
myPaint.setColor(Color.parseColor("#cfd8dc"));
canvas.drawCircle(viewWidth/2, viewHeight/2, (int)(x*1.5)-25, myPaint);
myPaint.setColor(Color.parseColor("#275080")); canvas.drawCircle(viewWidth/2 + x, viewHeight/2 + y, 15, myPaint);
myPaint.setColor(Color.parseColor("#DA3287")); canvas.drawCircle(viewWidth/2 + x2, viewHeight/2 + y2, 20, myPaint);
myPaint.setColor(Color.parseColor("#008001")); canvas.drawCircle(viewWidth/2 + x3, viewHeight/2 + y3, 30, myPaint);
myPaint.setColor(Color.parseColor("#8B0000")); canvas.drawCircle(viewWidth/2 + x4, viewHeight/2 + y4, 10, myPaint);
android.graphics.drawable.Drawable d = getResources().getDrawable(R.drawable.hello, null);
d.setBounds((int)((viewWidth/2)-80-x/11), (int)((viewHeight/2)-80-x/11), (int)((viewWidth/2)+80+x/11), (int)((viewHeight/2)+80+x/11));
d.draw(canvas);
invalidate();
}
☝️☝️☝️☝️☝️☝️♥️
Made new apk hope you like it The design. Please check the apk and tell me where it went wrong
✅
নতুন apk তৈরি করেছি আশা করি ডিজাইনটি আপনাদের ভালো লাগবে। অনুগ্রহ করে apk চেক করুন এবং কোথায় ভুল হয়েছে তা আমাকে বলুন
