how to make a app like Whatsapp massanger
How to make a app like Whatsapp massanger First download trebedit app from Google play store Trebedit Here is all the code. VChat.html: <!DOCTYPE html>  <html>  <head>   <meta name="viewport" content="width=device-width, initial-scale=1">  <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">   <style>    .clr_cls {     background-color:#B0F4B5;     color: black;     height:40px;     width:100%;     padding-top:15px;     text-align: center;    }  input[type=text] {    width: 80%;    padding: 10px 10px;    margin: 8px 0;    box-sizing: border-box;    border:2px solid;    border-radius:50px;    float:left;    background:#B2BEB5;    color: white;    text-align: center;    opacity:5;  }  .ffr{     height:450px;     border:2px ;     padding-bottom:20px;     over...