danielvdao / karma_farm

Android application for CS371m Fall 2014
1 stars 0 forks source link

Implement Fragment for submission content if link post #14

Closed samtipton closed 9 years ago

samtipton commented 9 years ago

If text post we should have a header on the list view with the text.

andythefan commented 9 years ago

We can also implement content for self posts with the same implementation. Each post's JSON stores the "is_self" flag for self posts so we'd just need to display the self.text JSON object the same way we'd show the link.

How should we organize or display the self text/link once we open the Comment view? I tried putting a placeholder in the comments.xml file, but when you scroll the placeholder just stays at the top of the page while the comments scroll upwards.