Project

General

Profile

Download (3.84 KB) Statistics
| Branch: | Revision:

examples / src / main / java / org / distorted / examples / meshjoin / MeshJoinActivity.java @ c0f27889

# Date Author Comment
c0f27889 07/22/2020 09:53 AM Leszek Koltunski

We need to pause an Activity in the following way:

1) Activity.onPause()
2) View.onPause()
3) Library.onPause()

otherwise sometimes there are artifacts when pausing!

8982b894 05/23/2020 09:05 PM Leszek Koltunski

Progress with MeshJoin.

508ee98f 02/28/2020 12:19 AM Leszek Koltunski

New API: MeshBase.join() and a skeleton of an App to test it.