how to call a non static methode from a BroadcastReceiver class?
OR
how to call a non static method from a static method?
public static void startonlylocationmethod (long iden)
{
onlylocation(iden); //dosen't let me
}
public void onlylocation (long id)
{
}
P.S If I create an object and then using it for calling the method the application crashes