Application fundamentals
https://developer.android.com/guide/components/fundamentals.html
Android apps are written in the Java programming language.
Application fundamentals
https://developer.android.com/guide/components/fundamentals.html
Android apps are written in the Java programming language.
… will use the Google GeoCoding API to retrieve data and then use Google Maps to visualize the data.
https://drive.google.com/file/d/0Bzs1BKyeURS1dnFpMkxxOFVTcmM/view?usp=sharing
Using Databases with Python
Databases and Visualization
Why No One is Using Your API
by Industry Perspectives
on December 17, 2015
Deepak Singh is the president and CTO of Adeptia.
http://www.datacenterknowledge.com/archives/2015/12/17/no-one-using-api
related:
9.5.8 Method MySQLCursor.fetchone()
http://dev.mysql.com/doc/connector-python/en/connector-python-api-mysqlcursor-fetchone.html
# Using a while loop
cursor.execute(“SELECT * FROM employees”)
row = cursor.fetchone()
while row is not None:
___print(row)
___row = cursor.fetchone()
# Using the cursor as iterator
cursor.execute(“SELECT * FROM employees”)
for row in cursor:
___print(row)
ReadSpeaker
http://www.readspeaker.com
Online text to speech
used by: http://www.healthychildren.org
==================
used by YouTube videos https://www.youtube.com/watch?v=5imB7aAPXHo
Vocalware
text to speech for developers and content creators
May 2022
https://www.oddcast.com/text-to-speech
“polyglot” Health through understanding
?Feb 2013
R.J. Sims Preston, CEO
Polyglot Systems, Inc.
Morrisville, NC
90+ million americans are low health literate
Most consumer medication information (CMI) not useful or readable (e.g.: 12th grade reading level).
Cognitive overload
Poor medication adherence
Patient satisfaction
Health literacy research
Meducation
A web-based tool for healthcare professionals
http://www.pgsi.com/Products/Meducation.aspx
Instructions: targeted for 5th-6th grade reading level
Problem: workflow interruption (e.g.: Select the frequency schedule for the medicine).
Solution: Integration via API.
Medication reconciliation tool.
SMART Apps for Health
June 2011
http://smartapps.challenge.gov/submissions
Stanford Medicine X
http://medicinex.stanford.edu/videostalks