I discover recentrly B4X , and i become very intrested , althought i found difficulties at start but with community help and Erel's team hard work I started getting better.
My problem i have an android b4a app runnig with mysql database (under JRDC2) , I want to supervise live from another app with b4j as i add a record in b4a app , the table (expl.) in b4j app is getting refresh. i found this solution : https://www.b4x.com/android/forum/threads/trigger-b4j-script-with-mysql-on-linux-via-udf_sys.88815/ but i can't install , is there a sample
or another way to do , thanks
1. Send a request from the Android client every X seconds and check for new data.
2. Implement push notifications and send a push notification to the clients when new data is available.
3. Switch to CloudKVS: [B4X] CloudKVS - synchronized key / value store