Category "android"

How to style the Android status bar on Nativescript?

The problem I'm having (and for which I haven't been able to find a solution) is how to style the status bar in NativeScript. I tried to use this but when I put

Firebase Delete User Authentication on Android

Is there a way to delete a user from firebase authentication, when the current user is not the one who is being deleted. I know that there is a way to delete a

How do I update Android SDK in Linux via command line

Is there a ubuntu commandline command to update my Android API, I need to download android-19 Note: I am using ubuntu commandline only, no GUI. Thanks,

Android Is it possible to get the currency code of the country, where the user and device is?

Is it possible to get the currency code of the country, where the user and device is. i want to set the country code of the present country of the user as defau

ADB exec-out not working

I'm trying to capture my android emulator screen using ADB commands, but when I execute the command nothing happens, no error and no image, this is the command

How to get all data of a particular DataType from google fitness store in android

I need to get all data of a particular DataType eg: "DataType.TYPE_HEART_RATE_BPM" from the fitness store. In the following code, I am requesting data with star

Can't Delete AVD from AVD Manager in Android Studio

I am running Android Studio on OS X Yosemite. I am trying to simply delete an AVD from Android Studio AVD Manager. Every time I attempt to delete it I get the m

Android Studio R.menu error

Full Code: package restfulapiclient.tutecentral.com.restfulapiclient; import android.app.ActionBar; import restfulapiclient.tutecentral.com.restful

Caused by java.lang.IllegalStateException: Couldn't read row 281, col 0 from CursorWindow with Room

I am getting this exception with my DAO in Room, at what seems random moments: Caused by java.lang.IllegalStateException Couldn't read row 281, col 0 from Curs

Android Studio R.menu error

Full Code: package restfulapiclient.tutecentral.com.restfulapiclient; import android.app.ActionBar; import restfulapiclient.tutecentral.com.restful

Must remove QUERY_ALL_PACKAGES permission but cannot find it

Google Play Console (App Content section) declares that my published app makes use of android.permission.QUERY_ALL_PACKAGES and I want to remove this permissio

How to add touch effect to TRectangle in Delphi Firemonkey / Android app?

I want to add touch effect animation (expanding circe) to a TRectangle. Same kind of effect that is present on TButtons by default - when you put a finger on th

Android Surfaces Look alike Layout in pre-Lollipop

I am trying to design a layout in Android but I don't even know how to call it. It is somewhat similar to Android Surfaces I would say, but actually the old Goo

Braintree Integration - Error: Class not found: com.braintreepayments.api.dropin.DropInRequest

so we are currently trying to integrate Braintree in our Android App in Sandbox Environment. We have set up a server with WAMP, which is generating a client tok

How can I request to open an URL without opening the webbrowser?

@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main

Android - What is the difference between getArguments and Bundle received in the onCreate

What is the difference between getArguments Bundle and Bundle received in the onCreate?

How to style Android spinner popup?

I have set <item name="android:spinnerMode">dialog</item> and so when I tap the spinner, I get a popup. But that popup is grey with white text an

(React Native): Execution failed for task ':app:generatePackageList'

I am generating an apk of a project that I developed using React Native. But when I run the command ./gradlew assembleRelease The following error appears: >

Android: Is it possible to get other apps notification info?

I have question about Accessibility Service in Android. Can I catch a notification in status bar and get info from notification? My purpose is to catch notif

Access a variable from the inner class

i am trying to access a variable that resides in my inner class i am posting as separate question because i am not able to understand in my current situation p