Link : https://downloads.gradle.org/distributions/gradle-3.3-bin.zipnThis video shows how to solve the re-download gradle dependencies in Android Studio.nFor any queries comment b
#AndroidFirebaseTuts17nAndroid Firebase Backend Latest Tutorials for Beginners - 2017nnIn this second Firebase tutorial, we're going to cover the topic on 'How to create a Firebase
In this video series we will learn how to use Retrofit, which is a type-safe HTTP client for Android and Java.nRetrofit allows easy communication with a web service by abstracting
For more information about migrating to Android Gradle Plugin 3.0.0 refer to the guide in our documentation: https://goo.gl/AGR95pnnAndroid Plugin version 3.0.0 brings many improve
Android Studio comes with an entirely new and flexible Gradle-based build system. Using just gradle configuration files you will be able to create multiple build variants for a si
@ To use library:nn1. Go to build.gradle (App) file.n2. Paste the library dependency line inside dependencies{ // here you paste the dependency line }nnex. dependencies {nn com
In part 8 of the Architecture Components tutorial, we will implement the swipe delete functionality, with which we can delete notes from our RecyclerView together with their corres
In part 4 of the Architecture Components tutorial, we will create our Repository. The Repository ist a simple Java class that abstracts the data layer from the rest of the app and
In part 5 of the Architecture Components tutorial, we will create our Viewmodel class.nThe ViewModel works as a gateway between the UI controller and the repository. It stores and
In this video we learn, how we can save a List of custom Objects to Shared Preferences using Google's GSON Library. For this purpose we will turn the ArrayList into a JSON and save
In this video series we take a look at the GSON library, which is provided by Google and makes the process of turning Java objects into their JSON representation (serialization) an
In this video we will learn, how to create a Snackbar with an UNDO button and a custom text color in Android Studio.nnExample code + Gradle dependencies:nhttps://codinginflow.com/t
In this video we will use an awesome library called Toasty to create different custom Toast messages like Error, Success, Info and Warning Toasts and Toasts with an image.nnYou can
In part 3 of the Firebase Storage tutorial, we finally upload our image to the Firebase Storage and create a new entry in the database. For this we first create a model class for o
In part 4 of the RecyclerView + Volley + Picasso tutorial, we finally parse the JSON response into our app, fill our POJOs with this data, pass the ArrayList to our adapter and set
A quick walkthrough of how to create a new project in Android Studio that supports Kotlin, and what is added to your project to support it.nnReady to start using Kotlin in your And
In this tutorial we will learn how to migrate an existing Android Studio project, to use the new AndroidX (Android Extension Libraries) dependencies.nThe Android support libraries
In this video we will use a 3rd party library called AmbilWarna to implement a color picker into our app. We will then use the picked color and set the background of our Activity t
Complete solution of the problem in Android Studio as:nnerror:nFailed to open a zip file. Gradle dependency cache may be corrupt (this sometimes occurs after a network connection t
In part 6 of the RecyclerView + Volley + Picasso tutorial, we finally create the OnItemClickListener interface in our Adapter class, which is very similar to the standard ListView
In part 8 of the Dagger 2 tutorial, we will learn how to use @BindsInstance to bind variables to our dependency graph at runtime as an alternative to providing them from a stateful
Link source code:https://programmingcodetech.blogspot.in/nSoultion for all 11 errorsn1. Android Studio: Re-download dependencies and sync project errorn2. gradle-sync-error-in-andr
In part 9 of the Dagger 2 tutorial, we will examine the generated code of the last few videos, which we can find in the generatedJava package. nWe will learn how Dagger handles the
In this android studio video tutorial we will fix an error that normally and usually occur because of adding random or duplicate libraries or dependencies in our android studio pro
Bu eğitim videosunda Android studiodaki Türkçe karakterlerden den kaynaklanan sorunu çözeceğiz.nERROR: Could not find method testImplementation() for arguments [junit:junit:4.12] o
In part 2 of the Architecture Components tutorial, we will set up a new Android Studio project, add the Room and Lifecycle dependencies and then create our Note class.nBy annotatin
Start a free trial at Pluralsight - Over 5,000 Courses Available: nhttps://pluralsight.pxf.io/c/1392243/448522/7490 nnThis tutorial covers Setting up Navigation Architecture Compon
In this video series we will learn how to use the FirebaseUI FirestoreRecyclerAdapter, to implement a RecyclerView into our app, that displays a Collection of Firestore Documents a