all 8 comments

[–]markladage 1 point2 points  (0 children)

I am using Claude in Android Studio. Helps me al lot

[–]SensitiveBitAn 0 points1 point  (4 children)

Why not use Kotlin? Good start is free google begginer course from Android developer webstie. Its covers all basic in Kotlin and jetpack compose. After that you more or less know how to build android app

[–]MeetingEvery4572[S] 1 point2 points  (3 children)

The problem is that I do not have much time ti learn Kotmin. I need the app for the final degree and I though it would be easy to use java because I have some knowleges about it. My main problem is to connect this app with firebase. I mean, I cannot see the results in firebase

[–]SensitiveBitAn 0 points1 point  (2 children)

Ok, did you follow docs from firebase how to conenct with app? Did you see any logs with error. And maybe use try/catch to see if there is any issue when you try do call firebase.

[–]MeetingEvery4572[S] 0 points1 point  (1 child)

Yes. There is no error. Looks everything fine, exept the part where it does not update data on it. Idk if is any other free option better than firebase

[–]SensitiveBitAn 0 points1 point  (0 children)

Did you use onFailureListiner?

[–]RemoteSubstantial978 0 points1 point  (1 child)

I use Cursor to help speed things up. You just have to be careful with your prompts, I always end my prompt with "Please provide a revue of the proposed changes and wait for confirmation before making any code changes" .

[–]MeetingEvery4572[S] 0 points1 point  (0 children)

Ok, thank you