Hi
Would it be possible to store the keywords in an arraylist then loop through the arraylist and use the twitter process to search for each keyword in the arraylist?
This is how I imagine the process would go:
Would it be possible to store the keywords in an arraylist then loop through the arraylist and use the twitter process to search for each keyword in the arraylist?
This is how I imagine the process would go:
- Create first arraylist that accepts string values
- Create second arraylist that accepts string values
- Create new instance of arraylist ArrayListInput”
-
Create new instance of arraylist “ArrayListOutput”
-
Functionality to clear output arraylist onClick so as not to duplicate values
- Add relevant keywords to input arraylist, eg: Heathrow Airport, Stanstead Airport, etc.
- For each keyword engage [Twitter process] and return keyword (string) and instance value(int)
-
Return keyword and instance value and add to output arraylist