id tag

1618 questions


1 answers
33 views
0
Android hashmap question!

HashMap<String,ArrayList> mapList = HashMap<String,ArrayList>();ArrayList f_time = new ArrayList();ArrayList f_lat = new ArrayList();ArrayList f_log = new ArrayList();f_time ={1,2,3,4}f_la...

2 years ago

1 answers
27 views
0
Can I add a button to the navigation drawer menu?

Can I add a button to the red square part of the image below in the navigation drawer?

2 years ago

1 answers
73 views
0
Can I set the interval between each item in the list in the list view on Android?

I used marginBottom to keep a distance between items in the list view. There hasn't been much change.How do I keep each item at a distance?<LinearLayoutandroid:id=@+id/alarm_occurencesandroid:layou...


1 answers
52 views
0
How do I not save values in db where the primary_key setting and primary_key overlap in sql database? (Android) (Beginner)

While using sql statements and inserting data into the database as insert statements, it is difficult to implement a way to move over data that overlaps the key without storing it in the database. How...

2 years ago

1 answers
25 views
0
I have a question on Google+ linked zoom.

Hello.I am linking Google+ login by looking at Google example There was an error, so I looked at the log statusCode= DEVELOPER_ERROR in google login error came out and I looked it up a little bit I th...

2 years ago

2 answers
49 views
0
Error using github

After pushing with github, the following phenomenon occursCan you tell me why?It appears black and does not click.If you receive it as a clone, the inside is empty, so why is that? I pushed the Androi...

2 years ago

1 answers
82 views
0
(Android) To call a function of activity called B in a fragment of activity called A

MainActivity (B) has these methods. Therefore, MainActivity is using it to call another Fragment screen. ContentListActivity(A) has a ContentListFragment screen, and B to A's Fragment is called. Howev...


1 answers
26 views
0
I have a question about android delay

There is a code that receives information from an external server among the codes I am working on.There is a delay while receiving it. new Handler().postDelayed(new Runnable() { @Override public voi...

2 years ago

2 answers
58 views
0
How do I record in high quality on Android?

I'm making a mobile community applicationCurrently, I record using Media Record class on AndroidThe sound quality is poor and the recorded data is very small.Can you tell me how to convert to .mp3 for...

2 years ago

1 answers
101 views
0
I want to send data to Android Studio Bluetooth and temporarily disable the button

mBtnSendData.setOnClickListener(new Button.OnClickListener() { Timer buttonTimer = new Timer(); @Override public void onClick(View view) { if (mThreadConnectedBluetooth != null) { String SendDat...

« - 104 - »

© 2024 OneMinuteCode. All rights reserved.