Posts

Showing posts from May, 2019

How make calculator android app using smartphone without PC

Image
 SIMPLE CALCULATOR Application without PC Yes..... we can make App without PC, just using a smartphone. For making this download SKETCHWARE    application from playstore or click Click here . Start a new project & follow instructions below. Put a webview.  Go to "onCreate" & put "Join____and____" block.  Copy the following codes and paste in that block.      data: text/html, Use above code in first box & below html code in second box of join block.  <doctype html> <html>    <head>    <body>       <form name="calculator"  >          <table>             <tr>                <td colspan="4" >                   <input type="text" name="display" id="display" ...