d tag

2228 questions


2 answers
76 views
0
I would like to automatically start the python program using systemd in raspberry pie.

I'm a beginner in programming.Currently, I would like to run the python program as soon as I launch the raspberry pie.I searched the internet and found out that the python program can be started at th...


1 answers
45 views
0
If you make a mistake tap, drag it out of range and then cancel it (I want to disable the touch event)

If you accidentally tap and want to drag and release and cancel How do I go through a touch event?Normally, I only need to use ClickListener, but I also want to implement touch eventsIn the case below...

2 years ago

1 answers
42 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
63 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
46 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
47 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
58 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
76 views
0
How do I restore the GCP App Engine default service account?

I accidentally removed the App Engine default service account (account in the appspot.gserviceaccount.com domain) from the IAM and Administration > Service Accounts and IAM and Administration > ...


1 answers
38 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
« - 39 - »

© 2024 OneMinuteCode. All rights reserved.