WordPress database error: [Incorrect table definition; there can be only one auto column and it must be defined as a key]
ALTER TABLE wp_602773e_mainwp_wp_group ADD COLUMN wp_group_id int(11) NOT NULL auto_increment


Warning: Undefined array key "index_type" in /home/nginx/domains/shanecunningham.me/public/blog/wp-admin/includes/upgrade.php on line 2868

Warning: Undefined array key "index_name" in /home/nginx/domains/shanecunningham.me/public/blog/wp-admin/includes/upgrade.php on line 2874

Warning: Undefined array key "index_columns" in /home/nginx/domains/shanecunningham.me/public/blog/wp-admin/includes/upgrade.php on line 2877

Warning: Undefined array key "column_name" in /home/nginx/domains/shanecunningham.me/public/blog/wp-admin/includes/upgrade.php on line 2908

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(``)' at line 1]
ALTER TABLE wp_602773e_mainwp_wp_clients_contacts ADD `` (``)

Android Weather App using Darksky API | Shane Cunningham
Select Page

Weather forecast data from a free API provided by Darksky.net. The android app then parses the data (in JSON format) and display it in a single-page app. it also can handle errors and situations when the network is unavailable.

Features used in this project are:

  1. Networking
  2. OkHttp
  3. DarkSky API
  4. Parsing JSON feed
  5. DialogFragment