Project

General

Profile

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

examples / src / main / java / org / distorted / examples / deferredjob / DeferredJobActivity.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!

bf3b5480 05/31/2020 11:18 AM Leszek Koltunski

Progress with Deferred Jobs.

887e1853 05/31/2020 12:15 AM Leszek Koltunski

Skeleton of the new app: Deferred Jobs.