id tag

1618 questions


1 answers
92 views
0
I have a question about the data exchange between SQLite and IndexedDB.

Currently, Android has created and stored schedule-related data through SQLite. Gear 2 is going to use IndexedDB because it wants to be linked with Samsung Gear S2.When I send a request from the gear ...


1 answers
31 views
0
I'm trying to get an image stored on a php server from Android.

I even realized that the photos stored in my phone were web-hosted and stored on the provided shared server.After that, I wanted to print out the image stored on the server again on my phone, but it d...

2 years ago

1 answers
56 views
0
Isn't it possible to send it as an object when transferring Firebase DB?

Pass the following types corresponding to the available JSON types:StringLongDoubleBooleanMapListPass custom Java objects. The class that defines the object must have a default constructor that does n...

2 years ago

1 answers
121 views
0
How do I re-run the activity after checking the GPS usage on the Android GPS settings screen and clicking the Back button?

After moving the GPS setting dialog screen from the source below, check the GPS usage, and then click the back buttonClick intent = new Intent(this, CurrentLocatinActivity.class); startActivity(inten...


1 answers
24 views
0
I'm playing the Android Studio mp3 player

I'm trying to put in mp3 sound, but it's called in a text file like a picture.What should I do?

2 years ago

1 answers
148 views
0
Android Object on Save InstanceState!

I want to save the activity state when it is terminated abnormally using the current onSaveInstanceState. public static Google_map_fragment obj_google_map_fragment; public static Control_fragment obj_...


1 answers
25 views
0
About moving the Android image view.

I'm just a beginner.I'd like to ask you a question about animation. For example, an image like an airplane or a ship makes you fly to the country of your choiceI want to make it come out in a straight...

2 years ago

2 answers
28 views
0
Error switching Android screen

There was an error during development, but I don't know how to handle it, so I'm asking you a question.I'm developing a simple game This error occurs when I pressed the game start button on the first ...

2 years ago

2 answers
111 views
0
Is it possible to develop a hybrid app in Android Studio?

Is it possible to produce a hybrid app combined with the web, not native, on Android Studio?I looked it up on Google. Phone gap? I heard that it can be done through webview, but if you look at the str...

2 years ago

1 answers
143 views
0
There is a problem reloading the saved Checkbox value.

Hello. I'm developing an Android app, and after selecting a check box in the Listview in my app, I need to put a specific text in the ArrayList and save that part, and then turn it back on using the s...

« - 81 - »

© 2024 OneMinuteCode. All rights reserved.