Posts by Bruno R • 189 points
4 posts
-
2
votes1
answer76
viewsQ: REGEX extract everything from a group
I’m trying to extract some information from an HTML, but the regex doesn’t work, I’m pretty sure it’s not picking up spaces, something like that. https://regex101.com/r/LPJO4Z/1…
-
4
votes2
answers489
viewsQ: Detect URL Webview
I have a little problem, I need to know the URL every time the page is changed. my code works perfectly normally opens youtube that would be the example : WebView wv; public void onBackPressed(){…
-
2
votes3
answers118
viewsQ: Divide value with random numbers
I have a value that I need to divide it into parts not equal with several numbers. ex: if I receive the number 100, it could generate 20,30,10,20, 5, 15 = 100 the problem is that my code is wrong,…
-
1
votes1
answer634
viewsA: Login via facebook SDK
The service of API Login Dialog of Facebook is used to request a user’s data with the user’s consent. To use the service you need create an APP to receive credentials. Modelled FB.login v2.12 of the…