id tag

1618 questions


1 answers
81 views
0
I have a question for Android FCM.

Implement fcm server on java restful server on local hostAndroid makes a request to the server and the local server delivers the response using the fcm service.There is a problem, if you receive fcm s...

2 years ago

3 answers
117 views
0
Question of passing values from the main of the viewfager to the fragment.

The main is currently using the View Pager tab layout toolbar. When you click Search here, you perform the SearchAsyncTask. Then, you want to get a long value from SearchAsyncTask's onPostExecute and ...


1 answers
71 views
0
What is the difference between View's gone and invisible on Android?

What is the difference between View's gone and invisible on Android?


1 answers
37 views
0
How to get content URI from file address on Android

/sdcard/cats.jpg <- I know the absolute address of the image like this. How do I know the content URI of this file?I even downloaded the image file from my code and saved it in a specific folder. I...

2 years ago

1 answers
91 views
0
What is the best way to repeat Cursor on Android?

Cursor cursor = db.rawQuery(...);cursor.moveToFirst();while (cursor.isAfterLast() == false) { ... cursor.moveToNext();}Cursor cursor = db.rawQuery(...);for (boolean hasItem = cursor.moveToFirst(); h...

2 years ago

1 answers
130 views
0
Questions about the android image folder!

Hello, I'm just asking you this question because it hasn't been a few days since I was implementing the image folder.You have successfully imported the image through Media.store. So I even took a fold...

2 years ago

1 answers
53 views
0
Error after Android update

An error occurred after updating Android from 2.2 to 2.3.In previous versions, the returned project or the newly created Empty project in 2.3 will not be installed in AVDI looked everywhere, and I tri...

2 years ago

1 answers
92 views
0
Receiving Android Socket Server Files

I am making an app that reads mp3 files or wav files on the embedded board and sends them to my smartphone through tcp In c, the following is struct filestate{char state[5];int size;char data[500]};It...

2 years ago

1 answers
67 views
0
The image load from the list view takes too long ㅜ에서

I made a list view that prints the image, but I get the image from the Internet.But the printing speed is too slow and it seems to bring up the image again every time.p.s.There is no limit to the numb...


1 answers
114 views
0
Can I send an email on my app?

I'm making an app. Can I have my app send me an email?

2 years ago
« - 137 - »

© 2024 OneMinuteCode. All rights reserved.