Skip to content

Tag: android

unable to add Firebse to my android studio

I am trying to add firebase to my app and followed every step as told in https://firebase.google.com/docs/android/setup but as soon as a launch the app it crashes with the error I have also cross checked my gradle moudle and every thing seems to be fine, here is my gradle module Even in graple project everyth…

SQL Insert query not storing upon button press

I am creating a project in which a database can be read and modified through an app. The tutorial for the insert section has lost me though. Using lowercase to begin a word causes a syntax error, fine. But, when capitalising the first letter it is accepted. The page then closes and takes you back to the main …

HMS NoClassDefFoundError Android

I’m using HMS plugin for Android Studio. I have a class called MyFirebaseMessagingService which receives notifications from Firebase. it used to be like : after conversion: After converting the code, I had the following problem : I found a suggested solution in Huawei support, but it didn’t work! …

Can’t make a bottomsheet go all the way up screen

I’m an internship in a company and I’m not receiving all the support I’d like to. I have this FAQ screen with a button that should bring up a bottomsheet so the customer can contact us. The problem is, it goes up like 75% and the sheet then has to be dragged up to the ‘send’ butt…