I want to have a menu for my main activity and a menu for a fragment which is contained in the main activity. The main activity menu should be removed and the f
I am having trouble here, this is my first app and there is so much involved, I did not think it was this hard, currently I am stuck on adding a link to my app'
I read that Android automatically saves the content of EditText objects when an application is about to be stopped or killed. However, in my app the content of
I am in the process of setting up FirebaseUI using Google's guide but I suddenly got an error I can't seem to find a solution for. I'm pretty sure it has to do
How do I get the key "-KLpcURDV68BcbAvlPFy" when I know the field "name" contains "efg" in the following structure in Firebase. clubs -KLpcURDV68BcbAvlPFy
How do I display pound(£) and euro(€) symbol in TextView? need help!
I've searched the whole internet, tried every possible solution, still I'm not being able to sign in using GoogleSignIn from my flutter app. Things I've tried
My app supports 3 (soon 4) languages. Since several locales are quite similar I'd like to give the user the option to change locale in my application, for insta
In my application I want to change the password of the lock screen programmatically. So I wrote this method to reset the password: @TargetApi(26) private void
I have horizontal swipe gesture for my Appium test but when it is executed to the swipe gesture is very slow. Is there any posible way to do it? Suggestion will
I have an image res/drawable/test.png (R.drawable.test). I want to pass this image to a function which accepts Drawable, e.g. mButton.setCompoundDrawables(). S
I have an app with minSdkVersion = 24 but when I use Android Studio signing dialog, the apk never gets signed by v1 (the store I use enforces to include v1 sign
I'm writing an application which is supposed to dump data on the SD card and then another application on a pc which should read the data when the device is conn
I am using a VideoView to play a video file kept in res/raw. I couldnt find a way to control the playback speed of the video. Basically i want to reduce and inc
I am retrieving the notification from firebase cloud messaging into my android app. but the problem is when my app is opened or in running state in that case on
I just started android development, so I have two question in my mind First, why the size of edit field does not change its width. Secondly, what is the meani
I know this question has been asked so many times, as I read all the answers but none gave me the complete solution. If Android 6+ is not allowing to clear all
I'm playing around with writing a web service that runs on Android that handles uploading photos. I am only writing the server, and do not have any control ove
I'm trying to install apps from Google Play. I can understand that on opening the Google Play store URL, it opens the Google Play and when I press the back butt
I'm using the Navigation Component version 2.1.0-rc01 and I navigate back and forth between 3 screens using Navigation.findNavController(it).navigate(R.id.act