Recent Posts
-
Android – native script samplegroceries application failed to compile
I started learning native script and tried to follow the guide on the main site. But when I tried to compile the Hello…… -
Android – ‘cannot resolve symbol’ and ‘cannot find resource matching the given name’ – do not duplicate
I opened my project in Android studio yesterday, and "unable to resolve symbols" can be seen everywhere as a descripti…… -
Java – dagger 2 has no initialization variables
Now I'm trying to implement dagger in my project. I have a problem. Variables initialized in application components ar…… -
Android – PayPal service is not started (sandbox account), I get an error
I have an activity called sample activity. I have an intention from that activity. This is the navigationlayout1 activ…… -
Android – Google Analytics crash and exception anti aliasing
I have set up Google Analytics, so I see all uncapped crashes and exceptions I also use Proguard to confuse. So these …… -
Android – the main thread is blocked by object.wait?
My layout has a surfaceview. Sometimes when my application switches from the background to the foreground, I get ANR. …… -
Java – how to force the Android camera to display in portrait mode or let me rotate
I'm a new post, so please! I've seen almost all the other problems related to this and tried the most, but I'm complet…… -
Android – native seekbarpreference provided in material design
After reading the settings section of material design here, I see the following screenshot: The three proposed prefere…… -
Android – load recyclerview using images and videos
I'm trying to build an application that displays twitter, Facebook and instagram feeds. I have a total of three clips …… -
Android – how to prompt the user to select the default navigation application
I have an application that allows users to click on the address to navigate from their current location. Now it opens …… -
Android – change the position of the floating label text for textinputlayout
Floating label text appears at the edge of the EditText box. How to raise it above the predetermined level? My code: &…… -
JavaScript – how to use getusermedia with Cordova on Android?
Using getusermedia to preview camera input in video elements works very well in chrome, but once the same code is run …… -
java – Android:Generating Elliptic Curve KeypPair
I am trying to realize key generation based on Eliptic curves Diffie Hellman. Now I want to specify my Eliptic curve m…… -
Java – Android: targetapi is not recognized in the manifest
My list has the following lines: <intent-filter android:autoVerify="true"> But I got a lint warning: Attribut…… -
Android – genymotion 2.7.2 cannot be started after upgrading
I'm using genymotion and IntelliJ ultimate. Everything works well. Version 2.6 and Android VM work well. Then I upgrad…… -
Java – the calculator does not handle two operator equations
I am developing a calculator application, and all functions have been turned off. The only problem is that when I ente…… -
Android – event handler for closing / forcibly stopping applications
I am developing an ion application. I want to know if there are any event handlers for this situation when the applica…… -
Use account manager to implement JWT authentication in Android
I am implementing an Android application that must include user login. To do this, I have created my own authenticator…… -
Android – use Proguard to build “execute task: [: app: assemblyrelease]” from the last 23 hours to signing apk
I'm using Proguard to narrow down and build the signed APK. But it took a long time to build the APK. From the last 23…… -
Java – filter ArrayList after converting long (from constructor) to string
I store this long value in the database as datetime. I have a question about how to filter these records according to …… -
Android – why do the properties textapparancelarge and textapparancemedium define different text colors
There are three styles in the styles.xml file: <style name="TextAppearance.Large"> <item name="android:te…… -
Java – Android HTTP request with client certificate
I'm trying to use this code to make a request to a server with client certificate authentication: try { /*** CA Ce…… -
Android – use gson’s Google Analytics to deserialize and return the linkedtreemap
I'm trying to pass objects containing analytics reporting data in intent through broadcast. The problem is that deseri…… -
android – AutoCompleteTextView setError
The password field is AutoCompleteTextView. I tried to execute seterror when it is empty, but I don't want to display …… -
Android – gradle build scan error: event sink closed
I want to try gradle build scans as suggested by the previous Android weekly. Unfortunately, after adding the plug-in …… -
Android – session closed; Further changes are illegal
I'm reading many reports about this problem, but I still can't find the answer. Sometimes, after capturing with Camera…… -
Java – app cannot load non on page ads on my real device
The test insert ads are running on my simulator. But they are not suitable for my real device There was a problem gett…… -
Android – how do I know the fragment ID of the fragment provided by the tabbed activity template
I have used the tabbed activity template provided by Android studio, but I can't find the IDs of different fragments u…… -
Java – job scheduling setrequiresdeviceidle (true) and setperiodic () do not work
I'm developing an application to execute the background task and check whether the device is idle in 10 seconds, but s…… -
Android – use espresso to find multiple elements in a web view
I am testing a hybrid application, where each view has a web view. In one of the web views, I have a list of elements …… -
DP command problem in Java – INTERMEC printer
I am using INTERMEC direct protocol to provide printing commands for the printer. It contains text and barcode For 12 …… -
Java – E / motionrecognition Manager: mscontextservice caused the application to crash on my Android phone
Here is a similar problem: motion recognition manager and motion service in Android I asked me because there was a com……