Category "android"

How to send http post request from Android?

I'm new to android and now I'm so tired of searching the best tutorial about android HTTP requests. I'm trying to send these parameters to phpServer, Name = "

Ruby - Appium (android) webdriver actions throws "NoMethodError: undefined method `perform_actions' for nil:NilClass"

I saw that touch actions are now deprecated and the recommendation is to use webdriver actions instead. I've been following the exact example from: https://appi

ANDROID - Biometric_Not_Enrolled not working on my test device but works on emulator

my Biometric feature is working nice at emulator but when I test it on my Galaxy A7 2017, it is not working properly, instead of recognize as BiometricManager.B

How to read and write Enum into parcel on Android?

Here is my model class: public enum Action { RETRY, SETTINGS } private int imageId; private String description; private String actionName; private Action

send sms automatically using firebase database given phone number and date

Firebase database screenshot I'm a beginner at android and firebase and am developing a driving school app. I am to successfully add customer details to a fi

rich link preview in android

I am working on an application where I think rich link preview (whatsapp supports it,refer image) will be helpful for users but I am not able to get an idea to

Lint found fatal errors while assembling a release target

383/5000 I have an app that gives me compilation errors when I change it to release mode to upload it to the play store I've tried analyzing-inspecting code an

Firebase reset password link not working

I am using firebase to authenticate users in my android app. I provide user an option to reset password in login window. When user click on button, it sends ema

Create new application telegram API

I'm trying to register new app to use the Telegram API, but i'm aways getting ERROR message with no tips. I fill the form and click submit and nothing happened

PayPal callback does not trigger after login to the PayPal account

I'm stuck with the next issue. I integrated PayPal sdk into my android app. implementation 'com.paypal.checkout:android-sdk:0.6.1' My app has an underscore in t

React native Ctrl M or dev tool not showing in my emulator

He thanks in advance, In react native am not able to right click or open dev mode in emulator.

How to generate JSON Stringer in Android for this format

I need to send data to database in this format - {"param1":"value1", "param2":"value2", "param3": {"username": "admin", "password": "123"}} How to generate

Black background behind image in ImageView

Seems silly but I have tried using ImageButton, Image view but the black square behind circular image is not going. I am using png image and want transparent ba

Admob ads not showing in the real device although its working on the Emulator

I am having the Admob problem its working fine with test AppId and AdUnitId on emulator and real device. both the devices show the "Nice Job" test Ads Afte

Install Android App Bundle on device

I built my project using the new Android App Bundle format. With APK files, I can download the APK to my device, open it, and immediately install the app. I dow

retrofit 2 @path Vs @query

I am new to retrofit 2 library.I read several articles to get started as a beginner and I managed to fetch XML data from my RESTful API without specifying param

why I still can't set progress bar in the center of the screen ? even though I have set it in constraint layout

as you can see from the image above, the progress bar is always right below the tab layout, even though I have set the progress bar always in the center of th

Does Android Jetpack Compose support Toolbar widget?

I'd like to use Toolbar with Jetpack Compose. Does it have such a Composable component?

How to add icon of the app on the home android screen (react-native)?

When installing on Android, it does not add a shortcut on home screen, but the app used to. You can find it in the app drawer only now. How to add icon of the a

How to load data in one fragment in Android

I want show 3 fragments in my Activity and load data from json in any fragments! I want show each json data into one fragment, but in my application show all of