apkcrawler: Store views.

We store each view in an array, and each time we arrive at a view we
check if the view already exists.

Also, store all clickable elements in a list so that we can remove
them from the list once we click on them.

Change-Id: Ie3ed030bd734489813d53bb1b7ad3b578dee42de
3 files changed
tree: b1b2657647cf849247636a689850348f40eaac74
  1. .gitignore
  2. crawlui.py
  3. main.py
  4. view.py