Animation object use in sketchware Hi today we study about animation of object in sketchware .this very important part of sketch ware follow following step . Step 1-open your sketchware and make new project and make xml file and go to next step. step 2- @Override public void onClick(View _v) { } }); } private void initializeLogic() { } @Override protected void onPostCreate(Bundle _savedInstanceState) { super.onPostCreate(_savedInstanceState); } @Override public void onBackPressed() { } // created automatically private void showMessage(String _s) { Toast.makeText(getApplicationContext(), _s, Toast.LENGTH_SHORT).show(); } private int getRandom(int _minValue ,int _maxValue){ Random random = new Random(); return random.nextInt(_maxValue – _minValue + 1) + _minValue; } public ArrayList<Double> getCheckedItemPositionsToArray(ListView _list) { ArrayList<Double> _result = new ArrayList<Double>(); SparseBooleanArray _arr = _list...
Calculater Hii today we going the study about calculater .Today I tall you how to make a. Android calculater on your mobile by using sketchware . Follow the following step First ly open sketchware and make New project and package com.my.newproject2; import android.app.*; import android.os.*; import android.view.*; import android.view.View.*; import android.widget.*; import android.content.*; import android.content.ClipboardManager; import android.graphics.*; import android.media.*; import android.net.*; import android.text.*; import android.util.*; import android.webkit.*; import android.animation.*; import android.view.animation.*; import java.util.*; import java.text.*; public class MainActivity extends Activity { private Button button1; private TextView textview1; private double a = 0; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); initializ...
Comments
Post a Comment