Posts by Henrique • 23 points
3 posts
-
-1
votes1
answer267
viewsQ: Save user and password, cookie in a webview
How can I save a user and password in the android webview? On the page (web), it is requested Cpf and password, for login. After this entry, the cookie is saved vis_cod, which is a return parameter…
-
2
votes3
answers749
viewsQ: Format string for JSON
I have the following code: public static string SendSMS(List<string> numbers, string usuario, string message) { int count = 0; string keerpersNumbers = ""; string urlSMS = "https://minhaurl";…
-
0
votes1
answer152
viewsQ: Error opening dialog with recyclerview, when adding click on list item
Error: RecyclerView﹕ No adapter attached; skipping layout I saw several items really similar to this error here, but none solved my problem. The list is loaded normally, only after adding the…