id tag

1618 questions


1 answers
88 views
0
I want to transfer data between two activities using Android int.

I'm using the Intent function to make a simple product calculator applicationThis calculator uses a total of two activitiesIn Activity 1, enter the quantity of two items with buttons (four buttons fro...

2 years ago

1 answers
29 views
0
Update to Android version 26 or later

I received an email saying that the new app should be updated from August to November to 26 or higherShould I change the targetSdkVersion to 26?Or Should I change the compileSdkVersion and buildToolsV...

2 years ago

1 answers
27 views
0
Upload files using Android Google Drive api?

Google official documents and https://github.com/gsuitedevs/android-samples/blob/021e756d763614d1f57c953083f8392f7189b686/drive/demos/app/src/main/java/com/google/android/gms/drive/sample/demo/CreateF...

2 years ago

1 answers
26 views
0
[Android] I have a question about parcellable.

I'm making a list of words that I use often through parcelable.I even implemented the list, created it using Edittext, and even deleted the values in the list. However, When I turn off the app, the li...

2 years ago

3 answers
109 views
0
Android background beacon detection (non-die-proof service)

Be logged in status app detects beacon in the background at the end of apps, if detected a beacon to try to look for ttwiwo die in the same time, ending services app. Services that don't die and how t...

2 years ago

1 answers
41 views
0
Loop Moon Error Problem During Android Java Development

private void playCode(String code) { String tmp; while(code != ) { If(code.indexOf(f) == 2) { //Read Code tmp = code.substring(0, 3); code = code.substring(3); } } else { tmp = code.substr...

2 years ago

1 answers
116 views
0
Get Android GPS Satellite Count

As the title says, I want to know the number of satellites currently caught on Android.I tried googling, but as the API version increased over time, it seems that it became unusable.I referred to the ...

2 years ago

1 answers
83 views
0
Can I know when Android apps use certain permissions?

Hello! I'm asking this question because I was curious about the Samsung's 'App Permission Monitor' digging on pjhjohn's blog. In the detailed function, the app permission monitor notifies users every ...

2 years ago

1 answers
80 views
0
Can I crawl on the web and upload it on the Android app?

I saw an article on the website that you can crawl on Python and upload it on the app, so could you explain the process in detail?


1 answers
33 views
0
Android toolbar communication

It's not a code problem, but I have a question about the search button in the toolbar.This is my main xml code.<android.support.design.widget.AppBarLayout android:id=@+id/mainActivity_appBarLayout ...

2 years ago
« - 88 - »

© 2024 OneMinuteCode. All rights reserved.