Skip to content Skip to sidebar Skip to footer

Is There Activity Id In Android App?

I'm writing an Android app and I've got a problem. I make few alarms in my app, each of them is connected another activity. I'd like to know if is there possibility to identify eac

Solution 1:

You could use the Activities hashCode()... its unique.


Post a Comment for "Is There Activity Id In Android App?"