d tag

2228 questions


1 answers
163 views
0
The activity has leaked window error, please provide a solution

05-17 18:24:57.069: ERROR/WindowManager(18850): Activity com.mypkg.myP has leaked window com.android.internal.policy.impl.PhoneWindow$DecorView@44c46ff0 that was originally added here 05-17 18:24:57.0...


1 answers
109 views
0
Can I change the color of the Android basic button?

I want to change the color of the Android basic button. So I looked it up <?xml version=1.0 encoding=utf-8?> <selector xmlns:android=http://schemas.android.com/apk/res/android> <item ...

2 years ago

1 answers
84 views
0
Debug certificate expired error in Eclipse Android Plug-in.

I'm developing an Android project with Eclipse [2016-01-03 10:31:14 - androidVNC]Error generating final archive: Debug certificate expired on 1/1/10 2:35 PM!I get this error. Does anyone know about ...


1 answers
127 views
0
Does the Android device have a unique ID?

If there is a unique device ID on Android, how can I access the ID?


1 answers
150 views
0
Can I put the default value in the parameter in Java?

public MyParameterizedFunction(String param1, int param2) { this(param1, param2, false); } public MyParameterizedFunction(String param1, int param2, boolean param3) { //use all three parameters here...


1 answers
80 views
0
How do I get the time and date on Android?

How do I get the time and date on Android?

2 years ago

1 answers
134 views
0

1 answers
44 views
0
I want to run Python on Android

I want to run Python on AndroidIs there a way to use python on Android instead of Jython?

2 years ago

1 answers
79 views
0
Can you prevent me from viewing horizontally on Android?

I don't want to be in landscape mode in some views on my app, what should I do?


1 answers
140 views
0
How to add library files in an Android studio

I'm going to use the Gson library to serialize/deserialize JSON objects in the Android studio. Library enclosures are not working. I created a new project and put the gson-2.2.3.jar file in the libs f...

« - 92 - »

© 2024 OneMinuteCode. All rights reserved.