There will be times when you will want to downgrade your android support library due to compatibility issue. When that happens, you will want to downgrade your support library back to which ever version that supports it. Android Studio did not have any tool that can do this for you so you will have to do it manually on your own.
continue...
JSON is short for JavaScript Object Notation. It is an open standard syntax that uses human readable text to transmit or store data. Due to its simplicity and readability, JSON is an ideal data-interchange language and it is widely used among people. For more information about json please check out the official website.
JSON data structure is actually very straight forward. It is based upon JSON Object, JSON Array, and JSON Value.
JSON Value:
A JSON value can be one of the following:
You’ll find this post in your _posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve --watch
, which launches a web server and auto-regenerates your site when a file is updated.
To add new posts, simply add a file in the _posts
directory that follows the convention YYYY-MM-DD-name-of-post.ext
and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.
You’ll find this post in your _posts
directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run jekyll serve --watch
, which launches a web server and auto-regenerates your site when a file is updated.
To add new posts, simply add a file in the _posts
directory that follows the convention YYYY-MM-DD-name-of-post.ext
and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.