Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For all the others values the view should display all the content (title,description,img) using the selected layout. The view should check in case of the list layout the key “hideimg” that specify that the img is hidden. When a item is selected the app should check the value of the key “show” that can have this value :

  • link

In this case the app should open the value of the key “link” with an external call

  • insidelink

In this case the app should open the value of the key “link” in a webview

  • content

In this case the app should show the value of the key “content” in a webview In the “insidelink” and “content” case the app should slideshow of news with next/prev/share

...