android - Call method(ProjectActivity) from another Library Activity -


i want call 1 method library method written in activity of project how can achieve this:

activity.java (myproject):

public class databasehelper extends sqliteopenhelper {     public void favorite(string str[], context cxt) {     } } 

library activity(modules(libraryfile))

public class mupdfactivity extends activity{    //here want call( favorite(string str[], context cxt)) method. } 

please me issue.


Comments

Popular posts from this blog

iis - ASP.Net Core CreatedAtAction in HttpPost action returns 201 but entire request ends with 500 -

ssh - Vagrant Windows - ssh_exchange_identification: read: Connection reset by peer -

gcc - Neither ld wrap nor LD_PRELOAD working to intercept system call -