id tag

1618 questions


1 answers
76 views
0
Is there a way to extract the source code from the APK file?

The computer hard drive was damaged, and all the source code of the app I worked on for two months was lost... All I have now is the APK file saved in the mail I sent to my friend.Is there a way to ex...


1 answers
74 views
0
To extract bitmaps from Uri on Android

How do I get a bitmap object from Uri? If you receive it and save the bitmap, you can save it by /data/data/MYFOLDER/myimage.png or file///data/MYFOLDER/myimage.pngI think we'll use these two paths. I...


1 answers
83 views
0
How to send POST data from Android

I've dealt with a lot of script languages like PHP and JavaScript.I have little experience with Java and Android. I want to send POST data through PHP script and show it on the screen, what should I d...


1 answers
49 views
0
What should I do to give a periodic delay?

There's a variable called status. You want to view the value of this variable and display specific text. I'd like to give you a slight delay. What I'm saying isIn this way, the delay time can be chang...

2 years ago

1 answers
88 views
0
What is serialVersionUID and why do I use it?

If serialVersionUID is not defined, the clip displays a yellow warning message.The serializable class Foo does not declare a static final serialVersionUID field of type longWhat is serialVersionUID? W...


1 answers
175 views
0
How to get current GPS information from Android programmatically

I want to get my current location information programmed using GPS. What should I do?


1 answers
118 views
0
Google Service cannot be initialized.

I'm going to use Google Maps map on my application. I created a key and added a permission from the manifest, but when I run the app, I get this message from the debugger:GoogleService failed to initi...


1 answers
30 views
0
I'm going to divide the Android list view items into sections by alphabet. You'll understand if you look at the picture in the content.

I want to show the items by dividing the sections by alphabet like that picture. Help me

2 years ago

1 answers
41 views
0
I have questions about fragments in Android Tabbed Activity.

Hello!It's nothing but Tabbed Activity has three fragments to create one activity.If the focus is matched to a specific fragment, you are going to do something by generating a thread.If you continue t...

2 years ago

3 answers
124 views
0
How do I put an icon in the center of the screen in Google Map on Android?

We are currently producing a mobile community application.I'd like to mark the center on the map.I don't want to mark it with a marker, but I want to classify it separately like an image icon.I want t...

2 years ago
« - 73 - »

© 2024 OneMinuteCode. All rights reserved.