Posts by Denis Gonçalves • 26 points
2 posts
-
1
votes1
answer468
viewsA: (Android Studio) Webview loads the page and does not open
Add this nigga here that’s gonna be good " webSettings.setDomStorageEnabled(true); " your class will look like this @Override protected void onCreate(Bundle savedInstanceState) {…
-
0
votes3
answers604
viewsA: Recyclerview adapter: problem when changing the color of a button
You need to get the id of the selected item in the onCreateViewHolder method then perform the given action @Override public MyViewHolder onCreateViewHolder(ViewGroup parent, int viewType) { View…