Android Question Listen on events

invocker

Active Member
Is their a lib to Listen on Event from android Like detect Open Browser Or Run Some App Or write SomeThing
 

sfsameer

Well-Known Member
Licensed User
Longtime User
Thank you for replay What about This?
Hello,

This is a combination of :
1- Accessibility Services
2- Web service or a server socket in between to receive the events change and to read the Nodes values (like the TextView Value or Button ID to click on it).

Thank you,
Saif
 
Upvote 0

sfsameer

Well-Known Member
Licensed User
Longtime User
Thank You Mr sfsameer Have you Any Example ?
Hello,

Accessibility Services :
1- https://www.b4x.com/android/forum/t...users-with-disabilities-automation-etc.95216/

2- https://www.b4x.com/android/forum/threads/whatsapp-automation-free-source-code.128839/

Web Service :

Server Sockets :

Thank you,
Saif
 
Upvote 0

invocker

Active Member
Thank you, Mr Saif Have you an sample example To Show Message When SomeThing Is Change Or writen?
 
Last edited:
Upvote 0

sfsameer

Well-Known Member
Licensed User
Longtime User
Thank you, Mr Saif Have you an sample example To Show Message When SomeThing Is Change Or writen?
Hello,

You can download the whatsapp automation project which contains the requested in the accessibility services.


------------------------------
Download the source code (Copy & Paste the URL in your Browser) :
http://b4xcode.com/fs/cwork/whatsappauto/whatsappauto.rar

*Use Winrar to extract it.

It contains:
1- The source code
2- the full documentation
3- NotificationListener Library (copy and paste it in your B4A internal Libraries)
4- resAccessibility2

**Please read the documentation carefully and follow step by step.
------------------------------

Thank you,
Saif
 
Upvote 0
Top