Posts

ontal and vertical layout use

Image
Linear horizontal and vertical layout use To we study about XML  linear and horizontal layouts. To day goal :- 1.What is horizontal and vertica layouts 2. Mixing of layouts Horizontal layouts:- Horizontal layouts contain x-axis components . 1. Drag and drop linear layouts And drag and drop all function like this. Same as vertical case:-   Mixing of layouts 1.drag and drop horizontal and go to property section and change the hight of layouts select parent . After this drag and drop 3 vertical layout on horizontal and also drag and drop which function you want in app from widgets look like this:-   App all XML and java code:- 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 androi...

Calculater

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...

How to make a phone calling app

How to make a phone calling app To day I tall you how to make a mobile calling app in your android mobile .Firstly download the a Ide sketchware and open it go to the new project and follow the following step one by Step_1 open sketchware and open new project and change the sour code and uniyal the appp 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 ImageView imageview1; private ImageView imageview2; private CheckBox checkbox1; private ImageVie...

How to enable downloding in sketchware

Ho w to enable downloding in sketchware Hii friends today I discuss about the a very high problem of android developer how to enable downloding in sketchware and how to enable downloding in web view this is very sample following option. Follow and make essay Step 1 open your sketchware and Make a impression high directive appp and add web view and following code give you cabn add all code on the appp and run Step run the app and now downloding is activated 😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊😊 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 a...

How to make a browser on android phone

How to make a browser on android phone Now you in the program on the web b2 and the web browser is very important topic of the project and you can also make the by following step Step1 Open the sketchware and make a new project and inserthow to enable downloding in sketchware 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 ImageView imageview1; private ImageView imageview2; private CheckBox checkbox1; private ImageView imageview3; private Butt...

How to a Media Player on android mobile

How to a Media Player on android mobile How to a Media Player on android mobile Today we study on “how to make media player”. To day tell you a very important function of sound and media player. follow the following steps . step 1- open the skeatchware and step-2 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 ImageView imageview1; private ImageView imageview2; private CheckBox checkbox1; private ImageView imageview3; private But...

use of sound pool on skeathware

Use of sound pool on skeathware To day we study about sound pool. today we  study about a very important topic about sound .this topic clear the many topic so read all article . the following step give below follow and enjoy. step 1- open you sketchware and make new project and copy and pest the following code and enjoy. step 2-   package com.my.newproject3; 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 ImageView imageview1; private Switch switch1; private SeekBar seekbar1; private WebV...