sujewan

Results 4 comments of sujewan

**URI data locator** OpenSL ES for Android can only use the URI data locator with MIME data format, and only for an audio player. You cannot use this data format...

**URI data locator** OpenSL ES for Android can only use the URI data locator with MIME data format, and only for an audio player. You cannot use this data format...

Add this code in FlipViewController.java: public void autoNextPage() { if (adapterIndex + 1 < adapterDataCount) { cards.nextPage(); } else { setSelection(0); } } Add this code in FlipCards.java: void nextPage()...

@Ziqi-Li Still I also facing a same issue. Please provide the solution