Responsive credit card validation with card.js.
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | java.lang.ExceptionInInitializerError | |
| at io.smooch.core.b.b.a(Unknown Source) | |
| at io.smooch.core.b.b.a(Unknown Source) | |
| at io.smooch.core.service.SmoochService.<init>(Unknown Source) | |
| at java.lang.Class.newInstanceImpl(Native Method) | |
| at java.lang.Class.newInstance(Class.java:1319) | |
| at android.app.ActivityThread.handleCreateService(ActivityThread.java:2395) | |
| at android.app.ActivityThread.access$1700(ActivityThread.java:143) | |
| at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1323) | |
| at android.os.Handler.dispatchMessage(Handler.java:99) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 04/06 16:30:20: Launching app | |
| $ adb push C:\Users\leroi\Desktop\FirstAid-master\app\build\outputs\apk\app-debug.apk /data/local/tmp/com.nkdroid.firstaid | |
| $ adb shell pm install -r "/data/local/tmp/com.nkdroid.firstaid" | |
| pkg: /data/local/tmp/com.nkdroid.firstaid | |
| Success | |
| $ adb shell am start -n "com.nkdroid.firstaid/com.nkdroid.firstaid.translate_app.AndroidLocalize" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER | |
| Connected to process 25521 on device samsung-gt_i9505-9ea0c2a9 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package com.nkdroid.firstaid; | |
| import android.app.Application; | |
| import io.smooch.core.Smooch; | |
| import android.app.Activity; | |
| import android.os.Bundle; | |
| import java.util.Date; | |
| import java.util.HashMap; | |
| import java.util.Map; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | package com.nkdroid.firstaid; | |
| /** | |
| * Created by macowner on 16/07/30. | |
| */ | |
| import android.app.Activity; | |
| import android.app.AlertDialog; | |
| import android.content.DialogInterface; | |
| import android.content.Intent; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!-- | |
| ,--. ,--. | |
| ((O ))--((O )) | |
| ,'_`--'____`--'_`. | |
| _: ____________ :_ | |
| | | ||::::::::::|| | | | |
| | | ||::::::::::|| | | | |
| | | ||::::::::::|| | | | |
| |_| |/__________\| |_| | |
| |________________| | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <h1> | |
| <span>w</span> | |
| <span>o</span> | |
| <span>o</span> | |
| <span>h</span> | |
| <span>o</span> | |
| <span>o</span> | |
| <span>o</span> | |
| <span>!</span> | |
| </h1> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <canvas id="canvas"></canvas> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <script type="text/javascript" src="//use.typekit.net/uvs8amk.js"></script> | |
| <script type="text/javascript">try{Typekit.load();}catch(e){}</script> | |
| <div class="form"> | |
| <!-- <input placeholder="Zip Code"> --> | |
| <select data-placeholder=" Year" class="chzn-select year" style="width:70px;" tabindex="1" id="year"> | |
| <option value=""></option> | |
| <option value="2014">2014</option> | |
| <option value="2013">2013</option> | |
| <option value="2012">2012</option> | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <div class="dashboard display-animation" style="margin: 0 auto; width: 1130px;"> | |
| <a class="tile tile-lg tile-pink ripple-effect" href="#"> | |
| <span class="content-wrapper"> | |
| <span class="tile-content"> | |
| <span class="tile-img" style="background-image: url(http://www.google.com/design/images/google_spec.png);"></span> | |
| <span class="tile-holder tile-holder-sm"> | |
| <span class="title"><b>Antenatal Monitoring</b></br> Our Antenatal platform is built to provide messages on schedules to pregnant woment. The messages consist of reminders to clinic visits and health specific messages to pregnant women at different gestation periods</span> | |
| </span> | |
| </span> | |
| </span> |