In ImageButton I want to remove the standard button background image. In http://developer.android.com it is said, that one must define his\her own background im
In ImageButton I want to remove the standard button background image. In http://developer.android.com it is said, that one must define his\her own background im
I'm just starting out on learning Kotlin, and I'm currently making a simple Quiz application for Android. The user can choose an answer with four buttons which
I've developed a simple demo application with a splash screen a map and some regular screens. I have an action bar at the top that contains a logo. It all look
I am looking for a way to be able to mock location without needing to use ACCESS_MOCK_LOCATION. I know that I need to have root, move app to the system. But whe
I want to show a daily notification with helping of AlarmManager. It was working properly until I tried to make it persistent after reboot I create the Alarm
How to handle a back button in an activity? I have some buttons. If I click one of the button it's redirecting to the buttons which I required. It's working fin
I am using flutter_webview_plugin: ^0.3.8 but I have the same problem with webview_flutter: ^0.3.13. In webview, I want to make use of a website which triggers
I want to make an auto refreshing system for my android application. I use a JSON API in order to get the posts. Here is what I did: handler.postDelayed( runnab
I did some tested related to the providers. My goal is to display a contact name stored in my app when you receive a call from this number that is not present o
I saw many examples of cover flow implements in Android, but all extends Gallery, but Gallery is deprecated over 2.2. does anyone have new implements without Ga
I have a webView in Android, and I open a html webpage in it. But it's full of links and images, and when I click one of them, it loads in my webview. I want to
I am working on my tracker system which I will get the live location from GPS Module (hardware) and the data will map it on the google map in android studio. I
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