java - Searchable pages in android app -
i have saved several html pages, want put android app allows offline searching of heading of these html pages. how can achieved?
hope using android native programming , files in res or raw folder. have done in application
- create text file html file headings.
- read file content in array or arraylist when application starts.
- when user enter data , click search, parse through arraylist , note position has string. in application user entered string can in multiple headings.
- my file names d0, d1, d2 etc. once file position construct file name placing 'd' in front of arrayindex
Comments
Post a Comment