| | | |
| Android | import android.support.design.widget.CoordinatorLayout; | |
| AndroidX | import androidx.coordinatorlayout.widget.CoordinatorLayout; | |
| | | |
| Android | import android.support.design.widget.Snackbar; | |
| AndroidX | import com.google.android.material.snackbar.Snackbar; | |
| | | |
| Android | import android.support.v7.app.AppCompatActivity; | |
| AndroidX | import androidx.appcompat.app.AppCompatActivity; | |
| | | |
| Android | < android.support.design.widget.CoordinatorLayout | </android.support.design.widget.CoordinatorLayout> |
| AndroidX | <androidx.coordinatorlayout.widget.CoordinatorLayout | </androidx.coordinatorlayout.widget.CoordinatorLayout> |
| | | |
| Android | <android.support.design.widget.FloatingActionButton | |
| AndroidX | <com.google.android.material.floatingactionbutton.FloatingActionButton | |
| | | |
| Android | import android.support.annotation.ColorRes; | |
| AndroidX | import androidx.annotation.ColorRes; | |
| | | |
| Android | import android.support.annotation.DrawableRes; | |
| AndroidX | import androidx.annotation.DrawableRes; | |
| | | |
| Android | import android.support.annotation.NonNull; | |
| AndroidX | import androidx.annotation.NonNull; | |
| | | |
| Android | import android.support.annotation.DimenRes; | |
| AndroidX | import androidx.annotation.DimenRes; | |
| | | |
| Android | import android.support.annotation.IntDef; | |
| AndroidX | import androidx.annotation.IntDef; | |
| | | |
| Android | | |
| AndroidX | | |
| | | |
| Android | | |
| AndroidX | | |
| | | |
| Android | | |
| AndroidX | | |
| | | |
| Android | | |
| AndroidX | | |
| | | |
| Android | | |
| AndroidX | | |
android den androidX e geçiş rehberi;
| | build.gradle | |
| Android | implementation ‘android.support.v7.widget.Toolbar’ | |
| AndroidX | implementation ‘androidx.support.v7.widget.Toolbar’ | |
| | | |
| Android | com.android.support:coordinatorlayout | |
| AndroidX | androidx.coordinatorlayout:coordinatorlayout:1.0.0-alpha1 | |
| | | |
| Android | com.android.support:appcompat-v7:23.1.1′ | |
| AndroidX | androidx.appcompat:appcompat:1.0.0 | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |