id tag

1618 questions


1 answers
41 views
0
I want to display different layout structure in portait/landscape

I would like to implement a fixed layout for portrait and scrollable navigation menu for landscape, but even if I divide it into layout and layout-land, I get the following error. Wrong state class, e...

2 years ago

1 answers
121 views
0
Please tell me about Android encryption and key management.

In order to encrypt data and manage keys on Android, the developer page is written to use the Android Keystore System, but this key management seems to disappear in FactoryReset.Is there a way to keep...

2 years ago

1 answers
62 views
0
How can I hook the xposed?

How can I hook the xposed? I decided to hook de.robv.android.XposedBridge.handleHookedMethod to hook all the methods in some apps.package com.kyunggi.logcalls;import android.util.*;import de.robv.andr...

2 years ago

1 answers
44 views
0
The setListAdapter in ListView fails.

I have a question about ListView in ActionBarActivity.I would like to display dummy data, but the bottom of the code below is setListAdapter (this, ExampleItems);There is an error in the error.The err...

2 years ago

1 answers
46 views
0
Games using pixi.js work with the MONACA debugger app, but not with the Android debug build.

I am making a game using pixi.js.The MONACA debugger app works fine, but The debug build for Android is white and blank after the splash screen MONACA appears.The terminal is rendered in canvas instea...

2 years ago

1 answers
57 views
0
PageXOffset is not available only on Chrome for Android.

The rect.left+window.pageXOffset+px value is only Chrome for android different from other browsers.IE11, FireFox, Chrome for windows, FireFox for android get the expected value.You can't get the expec...


1 answers
37 views
0
Is it possible to communicate between processes outside of Binder on Android?

Android's official website stated that inter-process communication can be achieved using Binder.On the contrary, is it possible to communicate between processes outside of Binder?

2 years ago

1 answers
42 views
0
I want to reverse the GooglePlayStore app from the library.

Thank you for your continuous support.Use Okhttp client in commercial applications I am considering it.Regarding the description of the license, I was going to decide what to display on the screen by ...

2 years ago

1 answers
39 views
0
I want to get an error when android fails to send POST

Android POSTs sqlite data and stores the data in the sent data, but even if an error occurs while fiddling with the recipient's PHP, it is considered to have been communicated and stored in the data i...

2 years ago

1 answers
77 views
0
Set-Cookie works on Android 7 but not on Android 10.

Hi, everyone.I have a question about Android and Okhttp3.I implemented session login using Okhttp3 (3.10.0) and PersistentCookieStore, but I can't log in on Android 10 without any problems (Log in).Wh...

2 years ago
« - 22 - »

© 2024 OneMinuteCode. All rights reserved.