Episode 5 - Android Multi-Touch

Posted by Jack McKew on Fri 21 December 2018 in Android • Tagged with android • 4 min read

This week's episode of Code Fridays will go into detail on how to handle multi-touch inputs within Android. Firstly to handle the location on where the screen in being touched we need to create a class to handle the interaction. By creating a public class like Finger.java as can …


Continue reading