For several reasons I don't want to use the Google Play mechanism to upgrade an android application. So I decided to make my own system to download and upgrade
I am importing existing flutter project in Android Studio. while open project it's only show External Library folder but not show project folder. I am trying t
In an android app I was able to subscribe to a pusher channel and log out the event data. So now I want to be able to trigger events from the same application.
i have a WebView with a Button in front of it. The Button opens the url in extern browser which is working like a charm in Android API 21 and above. But I'm als
When I run ./gradlew assembleRelease build is failed with this error: Error:Execution failed for task ':app:bundleReleaseJsAndAssets. > A problem occurred
I'm having an issue where I have two inputs of type date and time that have the value attribute are showing up as blank input boxes. Example: <input type="da
I am currently developing an application, and I want to add a timetable to it, similar to this, http://www.jeasyui.com/tutorial/dd/dnd3.php, where I can add val
I am going to record video but it's not working public void startRecord() { if (preVideo()) { mRecorder.start(); } isRecording = true; } p
I'm trying to test a fragment using FragmentScenario. This fragment has its own menu. There is an add icon on the action bar and clicking on this menu item laun
I want to have spinner which contains list of items in a way where every entry have an emoji with it. I have already an array but I don't know how can I add emo
There are many ways how to get user's country trough location services. However country obtained this way does not always correspond with the country associated
I am working on flutter project in Intellij Idea. when I want to add a package in pubspec.yaml, it leads to below errror: HTTP error 403: Forbidden package:p
Hello I am trying to use Admob ads on my app but ads are not displaying. I am getting this error: "Code": 3, "Message": "No ad config.", "Domain": "com.goog
I'm using flutter and Firebasemessaging to send and receive notification and the plugging FlutterLocalNotifications to display them. but when I receive the noti
I have a problem with a manifest file, error message: Manifest merger failed : android: exported needs to be explicitly specified for . Apps targeting Android
For my react native android app, size of codes I have written is only 12KB But package generated is of size 7.9MB. How can i decrease that. As per Documentati
I am looking for a solution regarding loading images from internal storage file manager via my kivy application. for testing,i need to select the image from in
I am new to Android Studio and I am facing a challenge. I have FireStore database and I retrieve the data to Textview inside CardView in the Recyclerview and "
I am working on an Android application that uses a Google Spreadsheet as a database. The application should GET, APPEND and UPDATE values in a spreadsheet, usi
I've built my app, I can run it on my local emulator (and also on my android device within the same network by changing debug server). However, I want to build