This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
getPrice penguin | |
дефолтные значения заполнились со значениями 2 : 12 | |
дефолтные значения заполнились со значениями 5 : 1000 | |
Найдено совпадение unit'а 2 и его quantity заменено на 12 | |
Найдено совпадение unit'а 5 и его quantity заменено на 1000 | |
maxOrdnum 7 | |
---ORDNUM номер 1 | |
Получили правило 1 | |
item.getUnit() не NULL и unit равен 2 | |
quantity из item: 12 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.android_examples.horizontalrecyclerview_android_examplescom; | |
import android.support.v7.app.AppCompatActivity; | |
import android.os.Bundle; | |
import android.support.v7.widget.LinearLayoutManager; | |
import android.support.v7.widget.RecyclerView; | |
import android.view.GestureDetector; | |
import android.view.MotionEvent; | |
import android.view.View; | |
import android.widget.Toast; |
NewerOlder