how to remove cache from webView
问题 I have recyclerView and in each items I've have displaced facebook in webView. I loged in one of the item (position 1) of the webview by facebook. And, all other items (position 1,2,3..) are automatically logged in same fb account. But, I want to login different fb account in different item. this is my activity: @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main2); webView = findViewById(R.id.webView);