Android Studio: Cannot resolve ‘method’ and other strange odd behaviours

Scenario: You are working on the same Android Studio project on multiple computers, carrying the essential files on a pen drive, or on the cloud or whatever you want. Open the project and mysteriously some methods (more than one surely) aren’t recognized anymore, or some classes, or just variables. But the project compiles and runs fine!!! Syncing/building don’t resolve this thing.

Continue reading “Android Studio: Cannot resolve ‘method’ and other strange odd behaviours”

Outlook: start an application with a trigger (rule)

The problem:

Recently Microsoft has removed this option for security reasons with this update: May 2, 2017, update for Outlook 2016 (KB3191883) but luckily we can restore it with a simple registry hack. Before this update we can create a new Rule for the inbox mail in which specify that if a mail meets certain criteria (sender, subject, …) than Outlook can start an application on our computer (simple, without parameters, I think….).

Continue reading “Outlook: start an application with a trigger (rule)”