You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used this code, fixed the 15 articles limit SAXException, updated it to work with Wordpress rss and with dc:creator label,It works perfect on tablets, showing article list and article content when I click in one article on the list, but when I test in on an emulated phone, the list shows ok, but when I click on an item, the detail fragment appears empty. I know the fragment is loaded , cause I added some plain text to the layout and that text is showed well.
I've found that the displayedarticle variable is null and thats why the article detail is not viewed, but when in tablets displayedarticle is not null.
The text was updated successfully, but these errors were encountered:
I was not coding the arguments in both FragmentActivity and Fragment the same way, so it only worked in one of them. Check the arguments in the FragmentActivity of the list.
it worked from then in a couple of RSS apps i've made. You can debug your app step by step or use the allways nice solution of printing lines in console to check where your app is going, for example you could print a debug line on the creation of each fragment or activity class to see with one and where are being created and see if you misses something
I've used this code, fixed the 15 articles limit SAXException, updated it to work with Wordpress rss and with dc:creator label,It works perfect on tablets, showing article list and article content when I click in one article on the list, but when I test in on an emulated phone, the list shows ok, but when I click on an item, the detail fragment appears empty. I know the fragment is loaded , cause I added some plain text to the layout and that text is showed well.
I've found that the displayedarticle variable is null and thats why the article detail is not viewed, but when in tablets displayedarticle is not null.
The text was updated successfully, but these errors were encountered: