I have a list of TV IR codes that I listed into an ArrayList<int[]>
But I don't have much Android infrared blaster experience, so how would I send the ArrayList<int[]>
of IR data on the press of the button?
I have a list of TV IR codes that I listed into an ArrayList<int[]>
But I don't have much Android infrared blaster experience, so how would I send the ArrayList<int[]>
of IR data on the press of the button?