"Other" is used as a generic event. It's not counted as a page view. It's typically used to track the details of a view such as read-more, user logged in, alert dialog etc.

void <a href="#other">postOther</a>(String breadCrumb, String nameSpace)
void <a href="#other">postOther</a>(String breadCrumb, String nameSpace, Map<String, Object> properties)

 

Example of its use - track when a user expands a read-more feature:

NMTracker.postOther("User comments/Read more", "http://myandroidapp.company.com");