id tag

1618 questions


1 answers
161 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
108 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
83 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
126 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
79 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
43 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
137 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...


1 answers
82 views
0
How to do findViewById in Fragment

I'm going to make ImageView in Fragment and use it, but the image view is made in xml. But you can't use the findViewById method when you access the image view in Fragment. I heard it's only available...

« - 52 - »

© 2024 OneMinuteCode. All rights reserved.