id tag

1618 questions


1 answers
22 views
0
To return android menu.xml to list

Can I parse the menu.xml file and return it to the list?

2 years ago

1 answers
86 views
0
After running the application, enter it in the membership registration box and check the web hosting database, the value is saved to 0. (You have added a PHP file.)

I made a login form by connecting the DB through web hosting, and it works well. After that, welcome, Fan ID. It says 0 in the department of xxxxxxxx. The name and school number are exactly the values...

2 years ago

1 answers
22 views
0
I am preparing to develop a game as a hobby.

Hello, everyone I'm a developer working in the field.I'm going to make MMORPG as my hobby these days.I'm going to develop it based on AndroidI am thinking of Cocos2d-x or Unity for the tool to use I l...

2 years ago

1 answers
19 views
0
Android combining two projects

I'm developing an application and I'm trying to communicate with the hardware module through bl chatI have a separate app project and a separate bl chat projectI want to copy and paste all the bl chat...

2 years ago

1 answers
68 views
0
How do I filter Android logcats in an application?

I want to filter and print logcats from the application, what should I do? Because when the device is connected, I can't check the results I want because of the spam from other processes.

2 years ago

1 answers
70 views
0
I want to understand how to express colors on Android. (Expressing it in six digits)

I'm studying how to express colors on Android. I gave the background color to the linear layout as shown below.If you test it, there's a bit of transparency in gray.<gradient android:startColor=#b4...


1 answers
50 views
0
How do other people implement address search?

Hi, how are you?I've implemented it using the following address api, but it doesn't fit the layoutI'm here because I'm curious about how other people do it ㅠ

2 years ago

1 answers
92 views
0
How to check if a device is connected to the Internet

I want to make sure the device is connected to the Internet.There is a method called isAvailable() in the NetworkInfo class, and I think you can use this.NetworkInfo ni = new NetworkInfo();if (!ni.isA...


2 answers
92 views
0
I have a question about json object communication.

Current server:in Apache php mariadb environmentIt creates a json object and implements the form that it receives from Android.Common examples show that the data in db is generated by php as a functio...

2 years ago

1 answers
129 views
0
I have a question about Android viewpager.

If each item in the view phaser has the same layout, can we define only one fragment?What should I do?

« - 154 - »

© 2024 OneMinuteCode. All rights reserved.