Skip to content Skip to sidebar Skip to footer
Showing posts with the label Optimization

Array Access Optimization

I have a 10x10 array in Java, some of the items in array which are not used, and I need to traverse… Read more Array Access Optimization

How Can I Fix This Intent Issue?

TL;DR: How can I give one intent a preference over another? If two intents are run at the same time… Read more How Can I Fix This Intent Issue?