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
but the application crashes and give me this error :
E/AndroidRuntime: FATAL EXCEPTION: main Process: com.alrabei.myproject, PID: 6136 java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.List.size()' on a null object reference at com.alrabei.myproject.ArticleAdapter.onBindViewHolder(ArticleAdapter.java:100) at com.alrabei.myproject.ArticleAdapter.onBindViewHolder(ArticleAdapter.java:44)
i am wondering if i can fetch the rss from any website and how
The text was updated successfully, but these errors were encountered:
Hi , First thanks for the great library .
i am trying to fetch an rss from this url : https://www.skynewsarabia.com/web/rss/markets.xml
or this : http://gulf.argaam.com/rss/home/sectionid/0?entityId=3
but the application crashes and give me this error :
E/AndroidRuntime: FATAL EXCEPTION: main Process: com.alrabei.myproject, PID: 6136 java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.List.size()' on a null object reference at com.alrabei.myproject.ArticleAdapter.onBindViewHolder(ArticleAdapter.java:100) at com.alrabei.myproject.ArticleAdapter.onBindViewHolder(ArticleAdapter.java:44)
i am wondering if i can fetch the rss from any website and how
The text was updated successfully, but these errors were encountered: