android - Using an online .txt file as a data source -
i building android app client , of data need contained in online .txt file attached clients website. i've never used online .txt file data source before , don't know begin?! can point me in direction of tutorial on subject.
many in advance
p.s. haven't asked whether it's possible because have assumed due fact can use internal .txt file data source
i think best approach download file on device , read normal file. if file changes on period of time, configure app download , read file , update local info in app.
i don't think can use online txt datasource, can implement have abstract source file, , call read on it.
Comments
Post a Comment