Skip to content

Instantly share code, notes, and snippets.

@yavuzyurtbegendi
yavuzyurtbegendi / index.html
Created September 15, 2018 14:42
Simple Responsive Timeline
<script src="https://use.typekit.net/bkt6ydm.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<header class="example-header">
<h1 class="text-center">Simple Responsive Timeline</h1>
<p>Handcrafted by <a href="http://overflowdg.com" target="_blank">Overflow</a></p>
</header>
<div class="container-fluid">
<div class="row example-basic">
<div class="col-md-12 example-title">
<h2>Basic Timeline</h2>
/**
* post rsvp data
*/
Button postRsvpBt = (Button) findViewById(R.id.postRsvpBt);
postRsvpBt.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
JSONObject jsonObject = null;
try {
jsonObject = new JSONObject("the_example_payload_in_expected_example_payload_rsvp.txt");