Skip to content
Advertisement

Tag: android

how to get value inside JsonObject

im trying this new method Ion. with PDO and I got stuck where I want to get value inside JsonObject. I previously used Volly with msqli but I find Ion. more organized and PDO more safe. whenever I try …

Regex for Group Links For WhatsApp URL [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about programming within the scope defined in the help center. Closed 1 year ago. Improve this question I am using the following regex for validating Group Links For WhatsApp url’s. I want the regex to support the following

$_POST request works with postman but not in android app

I’ve been on this problem for a while now currently trying to convert my php scripts to PDO but the $_POST are always giving me null when ran through isset(). My code in android works fine with my other scripts but this one only works in postman when I change the $_POST to $_REQUEST on each item and the links

get xAxis mpchart android from database with retrofit

I want to get xAxis from database which is result of distinct query so my chart can display data dynamically. for static mpchart i have no problem with that. I called this function in onCreate. this line which i to make dynamic. so far i’ve tried some experiment from what i found in google. this one is closer. Log.d display

Advertisement