1. Java / Говнокод #11381

    +72

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    public abstract class SomeActivity extends Activity implements SomeEventListener {
    
        @Override
        protected void onResume() {
            super.onResume();
            application.addSomeListener(this);
        }
    
        @Override
        protected void onPause() {
            application.removeSomeListener(this);
            super.onPause();
        }

    В дополнение к #11379
    Вопрос пользователю нужно задать поверх любой нашей активити...

    Запостил: rat4, 08 Июля 2012

    Комментарии (1) RSS

    • >SomeActivity
      >addSomeListener
      >removeSomeListener
      public
       class SomeShit
       extends AbstractShit
       implements SomeInterface
      , SomeShitInterface
      , SomeAnotherShitInterface

      Вся суть жабы (тм).
      Ответить

    Добавить комментарий