How to enable H264 on Android WebRTC.PeerConnection to createOffer there was no h264 description in SDP.
I need to check the app was installed by apk or from google play. I have an apk that was downloaded from google play, and also, the app was available on google
I want to build a complex layout using recyclerview android. In the layout, I want to have a camera button to the top left fixed and a recyclerview wrapped arou
Hello I am new too Java and learning how to built android apps. I have this calculator that I have been working on I need help in figuring out how to set value
I'm trying to send an e-mail from my Android App. With the click on a button, gmail should open and show a new email with my previously defined recipient, subje
I am attempting to build an app that displays a "ladder" between two different words of the same length. While my program is finding the ladder between these tw
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