Category "android"

How to enable H264 on Android webRTC

How to enable H264 on Android WebRTC.PeerConnection to createOffer there was no h264 description in SDP.

How to check the app was installed by apk or not

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

Set Sticky Header and Items Layouts Recyclerview

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

Android Tip,Tax,Total Calculator

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

Android Studio mailto Intent doesn't show subject and mail body

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

Why is my progress bar not turning visible in Android Studio

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

starting an apk in a android delphi seattle application error

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

Existing Flutter project not show in Android Studio while import

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

Pusher: Trigger pusher events from android app

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.

Button is not Visible in front of WebView (API 19 and among them)

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

React-Native assembleRelease fails for task ':app:bundleReleaseJsAndAssets'

When I run ./gradlew assembleRelease build is failed with this error: Error:Execution failed for task ':app:bundleReleaseJsAndAssets. > A problem occurred

Why do input type="date" and "time" load blank on mobile devices even with a value set?

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

Android Studio - Creating a simple timetable

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

MediaRecorder Crash?

I am going to record video but it's not working public void startRecord() { if (preVideo()) { mRecorder.start(); } isRecording = true; } p

How to test interactions with menu when testing fragments with FragmentScenario

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

How to add emoji in a spinner in an array with list items

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

Getting user's Play Store country

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

When I wnat to get package flutter it show me HTTP error 403: Forbidden

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

How to resolve No ad config issue in android Admob?

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

[flutter/FCM]problem receiving notification

I'm using flutter and Firebasemessaging to send and receive notification and the plugging FlutterLocalNotifications to display them. but when I receive the noti