Skip to content

Bug fix

Macha requested to merge bug-fix into master

Create a library from the timrijckaert Github Project:

  • the existing one contains bug when exiting the application, due to Activity life cycle and UI Thread
  • correct by putting the animation corroutines, inspired form last commits on the existing project
  • rename the main class as I use the Fab for a game

Update the MyCuteHeart project to Android Studio 3.1:

  • finally remplace compile by implementation
  • change building version

Use the new lib in project:

  • include the fablibrary folder
  • change name object to GameFab and com.chillcoding.fablibrary.GameFab
  • add the current view in params of playAnimation() function

Some refactoring:

  • now dimens are like margin_16, more explicit, inspired from Cyril Mottier #androidmakers conf.

Merge request reports