id tag

1618 questions


1 answers
38 views
0
Do I need to devise ways to access the data in the SD card on Android?

I just started studying Android the other day, and the theory is I don't understand it at all yet, so I would like you to give me guidance based on precautions.Refer to the site, etc., until Press the...

2 years ago

1 answers
87 views
0
Build error when plug-in cordova-plugin-Googlemaps and cordova-plugin-admobpro

I am currently studying Android apps at cordova.I am creating a map application using cordova-plugin-googlemaps.When I put cordova-plugin-admobpro in order to display the advertisement, The following ...

2 years ago

2 answers
37 views
0
When importing existing projects into Eclipse on Android, the library cannot be loaded only if Copy to Workspace is checked.

Why can't I read the library only when I check Copy to Workspace when I import existing projects into Eclipse on Android?·Do I have to specify external jar or pass or something for project somewhere?

2 years ago

2 answers
36 views
0
To change text, textColor, and BackgroundColor depending on Button state

As shown below, I was able to implement textColor only by using Color State List.In the same way, is there a way to change text and BackgroundColor depending on the condition?res/color/button_text_col...

2 years ago

1 answers
43 views
0
Test MenuItem Checkable with Espresso

I would like to test checkable menu items.You can check the display status of regular menu items as follows, but onView(withText(R.string.action_one))).check(matches(isDisplayed())) .perform(click())...

2 years ago

3 answers
38 views
0
Information About Resubmitting Requests on Android

In the web service for smartphones, access from Android may result in continuous GET.Features include: The second request has no referralsThe second request will come in a few seconds.The second reque...

2 years ago

2 answers
35 views
0
How to switch the layout of include tags in Android database

For example, I want to realize something like this.What should I do?//res/layouts/main.xml<layout> <data> <variable name = editable type = boolean / > </data> <FrameLayout&g...

2 years ago

1 answers
38 views
0
Understanding Control of the Back Button in the Upper Left of Actionbar

When I press the ActionBar Back button (<) in the upper left corner of ActionBarActivity, I would like to instruct you to return to the previous screen. How should I rewrite it? Thank you for your ...

2 years ago

1 answers
38 views
0
I want to create an app that allows you to select and execute python files on Android.

I understand that qpython can run python, but it's a little inconvenient because I have to go through qpython.It may be hard to understand what you want to say, but I want to make a smartphone app tha...

2 years ago

1 answers
39 views
0
I want to be able to get the acceleration sensor value during sleep.

We are currently developing an application for sensor acquisition at Android Studio.So I want to be able to get sensor values in the background using the service, but when I put it in sleep mode, it b...

2 years ago
« - 29 - »

© 2024 OneMinuteCode. All rights reserved.