I'm actually creating a new app in kotlin to display an xml file in boxes with the informations formatted To problem is that when I'm building the app, there i
I have implemented Audio and video call using Agora for Android and iOS. What I need now a way to show notification with Accept and Reject buttons for calls. I
I have been following the gallery example here: http://developer.android.com/resources/tutorials/views/hello-gallery.html and adding a text to show up under the
I am developing an android where I want to get user location using NETWORK_PROVIDER,I am not using GPS for this purpose.I am getting following exception java.l
I have implemented Audio and video call using Agora for Android and iOS. What I need now a way to show notification with Accept and Reject buttons for calls. I
Basically my app run and build on iOS but doesn't on Android anymore after I updated Android studio to 3.5 version and i really need to be able to post a releas
How can I create an app that generates a random number in Android using Eclipse and then show the result in a TextView field? The random number has to be in a r
I'm creating an android application and within it there is a button that will send some information in an email, and I don't want to have everything all in one
Getting error while running npx react-native CLI in Android emulator command: npx react-native run-android error: BUILD FAILED in 3s at makeError (D:\TestPr
first of all i am new to Android, i have imported an eclipse project to android studio. On building project it is showing this error "Error:Execution failed
I am using gridview and layout inflater to display icon with text. It should look like this: My text file contains following data: Profile 0|Profile 1|Profile
So I want to use my new Nexus 5 for debugging my apps.I tried to install the Android USB driver via the device manager But my nexus is listed as portable devic
I have a RelativeLayout which contains two buttons. Which are overlapped on each other. <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:a
I downloaded the latest version of Android Studio, but I can not use it. The following message appears: Failed to create JVM: error code -4 JVM Path: C:\Progra
I'm trying to use Kotlin in my Android project. I need to create custom view class. Each custom view has two important constructors: public class MyView extend
I have a bucket with photos on AWS. When I try to access the photo url {photoUrl = https://aws-name-dev.s3.amazonaws.com/photo.jpg} in browser I got 'access d
I followed the icon design guidelines from android and so I have icon in different size: drawable-hdpi (96x96) drawable-hdpi (72x72) drawable-ldpi (36x36) draw
I have used custom stories to do the facebook share and the share happens correctly and displays in posted user's facebook wall. See below: The issue when wh
I am trying to create a local notification in android using react-native. My application is completely local, so I don't want to use GCM or FCM. I saw this ques
In Objective C I've been using the following code to hash a string: -(NSString *) sha1:(NSString*)stringToHash { const char *cStr = [stringToHash UTF8S