Questions tagged [google-codelab]

Google Developers CodeLab provide a guided, tutorial, hands-on coding experience. Most will step you through the process of building a small application, or adding a new feature to an existing application. They cover a wide range of topics such as Android Wear, Google Compute Engine, Project Tango, and Google APIs on iOS.

35 questions
0
votes
2 answers

Android Room with a View - Java triggers error: WordViewModel has no zero argument constructor

I have stepped through the Android Room with a View - Java codelab and wound up with an error that causes the app to crash before it loads (see "fatal exception", below). Thinking perhaps I did something wrong, I copied the contents of each of the…
CragMonkey
  • 808
  • 1
  • 11
  • 22
0
votes
1 answer

Voice Interactor always returns null during Runtime

I am trying to implement the Voice Interactor in my project and the main idea to use this is, user will invoke a particular functionality by saying a word (like similar to 'Ok Google') and then application will navigate or act accordingly. I went to…
0
votes
3 answers

Where to put the starter code for the CodeLab: "Detect objects in images with ML Kit for Firebase: Android"?

I am a senior java web services developer, trying to learn Android Studio / kotlin. I'm doing the CodeLab in the title stated in my stackoverflow question: "Detect objects in images with ML Kit for Firebase: Android", which is here:…
Ben Ethridge
  • 79
  • 1
  • 1
  • 4
0
votes
1 answer

What does a sealed class do and explanation of the class below

I have been doing android development for a while but I always looking forward to learning new things. I came across the code below on codelab for viewmodel unit testing. I really like the code base is arranged but do not understand some codes like…
Darotudeen
  • 1,914
  • 4
  • 21
  • 36
-1
votes
1 answer

error: type EventListener does not take parameters implements EventListener{

I had this error when i was following https://codelabs.developers.google.com/codelabs/firestore-android/#4 public abstract class FirestoreAdapter extends RecyclerView.Adapter implements…
1 2
3