ios - How can I access articles from my school newspaper website and update my app when a new one is posted? -
my school newspaper switched print digital, , wanted make app newspaper more accessible.
as of right now, students can access via this website, , articles largely ignored because no 1 bothers check it.
i have moderate amount of experience making apps in swift (through bitfountain , ray wenderlich), i'm not sure how start project. if possible, how can fetch articles website above , display them on app? of now, i'm not looking mimic site sports feed, comment sections, polls, etc, want able to:
- get text of article, title, author, , date
- get category article filed under (news, sports, features, etc)
- get picture(s) included in article (this not crucial)
i'm stumped on how can access information , create app can continually fetch new articles when posted , update show them. feasible endeavor, , if so, how can start?
check out post w3schools. php script grabs feed url , renders in html.
i think perfect project.
Comments
Post a Comment