PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → Let a class inharite form a android class
Let a class inharite form a android class
Started by Marco, Sep., 07 2023 3:30 PM - No answer
Posted on September, 07 2023 - 3:30 PM
Hello!

I have a java function inside of my procedures and I need the class of that function to inherit from the Service class from Android to run the startForeground() function. Is this possible?

~Marco