I am trying to make an android app which lets user search a query using SearchView and then displays the results of various websites(not more than 5) like google, youtube, quora etc. in form of cardviews. How can I do that? please tell me any other way to do it if my approach is wrong. help much appreciated. I am new to android development.
Asked
Active
Viewed 16 times
0
-
1Your question is too general. What did you try already? How are you planning to get the data from websites? – Aram Sheroyan Sep 23 '19 at 04:14
-
CardView can't show HTML. You need to use something like WebVIew. What is the problem for you to do what you want exactly? – Vladyslav Matviienko Sep 23 '19 at 05:39
-
i have worked with list views , and there i needed to create a sample xml file passed to adapter to customise the layout of a single list item. – Aryan Chauhan Sep 23 '19 at 17:04
-
cant i create a custom xml file containing a text view and a webview and then pass it to card adapter? – Aryan Chauhan Sep 23 '19 at 17:06