Skip to main content

Posts

Showing posts from 2021

ADNROID STUDIO SAM

  Part 1 video Part 2 Video Part 3 video Subcribe to our yoututbe channel for more   The code <? xml version ="1.0" encoding ="utf-8" ?> <LinearLayout xmlns: android ="http://schemas.android.com/apk/res/android" xmlns: app ="http://schemas.android.com/apk/res-auto" xmlns: tools ="http://schemas.android.com/tools" android :layout_width ="match_parent" android :layout_height ="match_parent" tools :context =".MainActivity" android :orientation ="vertical" > <TextView android :id ="@+id/txthello" android :layout_width ="wrap_content" android :layout_height ="wrap_content" android :text ="@string/Hello" android :textColor ="@color/megan" android :textSize ="16sp" android :layout_marginHorizontal ="10dp" android :layout_gravity =

SIGN UP, SIGN IN HTML, JS, CSS USING FIREBASE

SUBSCRIBE TO OUR YOUTUBE CHANNEL   HTML + CSS <!DOCTYPE html> <html lang="en" dir="ltr"> <head>     <title>         FORM     </title>     <!--add scripts-->     <script src="https://www.gstatic.com/firebasejs/8.9.0/firebase-app.js"></script>     <script src="https://www.gstatic.com/firebasejs/8.9.0/firebase-analytics.js"></script>     <script src="https://www.gstatic.com/firebasejs/8.9.0/firebase-auth.js"></script>     <script src="form.js"></script>     </head> <body>     <h1>WELCOME</h1>     <div id="frmcontainer">       <div id="head"></div>         <input type="email" placeholder="Email" id="email">         <input type="password" placeholder="Password" id="password">         <button onclick="signUp()&

NAIROBI WEST HOSPITAL

Hello. Download Nairobi West APK final  here   Once downloaded, check your downloads folder and install the apk. AndroidManifest.xml <? xml version ="1.0" encoding ="utf-8" ?> here <manifest xmlns:android ="http://schemas.android.com/apk/res/android" package ="com.example.nairobiwest" > <uses-permission android:name ="android.permission.INTERNET" /> <uses-permission android:name ="android.permission.WRITE_EXTERNAL_STORAGE" /> <application android:allowBackup ="true" android:icon ="@mipmap/ic_launcher" android:label ="NAIROBI WEST HOSPITAL" android:roundIcon ="@mipmap/ic_launcher_round" android:supportsRtl ="true" android:theme ="@style/Theme.NAIROBIWEST" > <activity android:name =".splashscreen" > <intent-filter> <a