androidGeek

Untitled

Aug 22nd, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. {
  2. "info": {
  3. "title": "Demo Conference Title",
  4. "description": "Here placed descriptions. You can see 4 buttons under this text. They allow to delete, update, toggle between 'make favourite/make non favourite' and also toggle between 'favourites/non favourotes' speakers or events at the bottom of the screen. Favourite star icon also detects time state for conference and events (speakers icons are always blue). Thus, green star means future conferences or events, blue - current ones and gray - those that already in past. Also you can see dates and time and clickable contacts on the screen. If you want to create your own conference, click last url to see valid JSON structure.",
  5. "startDate": "2018-08-20T08:00:00.000Z",
  6. "endDate": "2018-08-23T12:00:00.000Z",
  7. "image": "",
  8. "background": "#FFFFFF",
  9. "contact": ["0500400300", "contact@gmail.com"],
  10. "url": "https://pastebin.com/raw/ESfpGgB1",
  11. "jsonUrl": "https://pastebin.com/raw/QAbYL1c3"
  12. },
  13. "events": [{
  14. "image": "",
  15. "title": "Demo event title",
  16. "description": "Detailed screen is almost the same as for conference, except it may contain address of the event, clicking by which, you will see location of the event on the map.",
  17. "address": "Some city and street",
  18. "location": [34.052235,-118.243683],
  19. "startDate": "2018-08-20T14:20:00.000Z",
  20. "endDate": "2018-08-20T16:30:00.000Z",
  21. "speaker": [1],
  22. "contact": ["0500400300", "event@gmail.com"],
  23. "url": "https://pastebin.com/raw/ESfpGgB1"
  24. }],
  25. "speakers": [{
  26. "rawId": 1,
  27. "name": "Some speaker",
  28. "description": "Detailed screen for speaker.",
  29. "image": "",
  30. "contact": ["0500400300", "speaker@gmail.com"],
  31. "url": "https://pastebin.com/raw/ESfpGgB1"
  32. }]
  33. }
Add Comment
Please, Sign In to add comment