d tag

2228 questions


1 answers
42 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
117 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
86 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
105 views
0
I want to know how to check the value of the column you want when you click on the item in Android ListView

Currently, I am using a list view with 4 columns using an adapter within the code.When I click an item here, I want to look up only some columns of the items that were clicked, so is there a way? @Ove...

2 years ago

1 answers
82 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
34 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

1 answers
123 views
0
Is it possible to send the schedule from the web page to the Google Calendar on the mobile phone?

Hello, I am a web developer who develops web pages based on JSP and JAVA.I received the following request from the client company.1. Click the Reflect all employees' schedules button on the JSP web pa...

2 years ago

2 answers
60 views
0
I have a question about duplicating Android Notification.

I came across Android Notification, but it didn't work as I wanted, so I'm asking you a question.There are activities A and B, and A defined the notification and gave a notification. I wrote the code ...

2 years ago

1 answers
107 views
0
How to weave an image so that it works when the user uploads it

How to create the part where you upload the imageI know how to make an image work.If the user uploads the image by combining the two, can you make the image change to the effect I entered?

2 years ago

1 answers
115 views
0
If indexOf does not find a value (always returns -1)

I posted a question before, but I couldn't, so I'm uploading it again.The first method is ArrayList<HashMap<String,String>> al = new ArrayList<>();al.add(hm); // hm is Hashmap<Str...

2 years ago
« - 134 - »

© 2024 OneMinuteCode. All rights reserved.