http://guides.rubyonrails.org/migrations.html
- add_column
- add_index
- change_column
- change_table
- create_table
- drop_table
| /* | |
| * Copyright (C) 2014 I.C.N.H GmbH | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |
| package org.mariotaku.twidere.util; | |
| import android.view.View; | |
| import android.widget.AbsListView; | |
| import android.widget.AbsListView.OnScrollListener; | |
| /** | |
| * Created by mariotaku on 14/10/22. | |
| */ | |
| public class ListScrollDistanceCalculator implements OnScrollListener { |
http://guides.rubyonrails.org/migrations.html