view tag

215 questions


1 answers
126 views
0
I want to give 20% transparency to the background on Android.

When I make a text view on Android, if there is a background color in the text view, I want to give it about 20% transparency. What should I do?


1 answers
101 views
0
Can I process it separately when I enter "Enter" in EditText?

If you type Enter while typing in EditText, I want to process it like an onSubmit event in HTML.Well, I'm trying to make it work like a move or an on-Submit when I click on the Done button on the virt...


1 answers
85 views
0
I want to change the hyperlink color of TextView

<TextView android:layout_width=fill_parent android:layout_height=fill_parent android:id=@+id/hyperlink android:text=@string/hyperlink android:autoLink=web/>I'm using hyperlinks like this. Th...

2 years ago

1 answers
112 views
0
How does the recycling mechanism in the list view work?

I had a problem that posted here before. At that time, I had no concept of optimized grid views using list views and view recycling, so I was able to modify the way Luksprog added views to grid views....


2 answers
63 views
0
[Android] When you click the button, save the value of EditText to DB and import it into ListView

button_insert.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { input_name = (EditText) findViewById(R.id.input_Name); input_phoneno = (EditText) findViewB...


1 answers
78 views
0
Among the menu in ListView,

ListView menu A, B, C, and DI'd like to put a limit on touch events for D aside from the restFor example, To limit the menu activation by pressing the Menu key 5 times while pressing the Menu key 5 ti...

2 years ago

2 answers
50 views
0
Hand over data taken over from the Android server to other activities

Development tools: Android Studio, Cafe 24 Server (DB), php, MySqlCreating bulletin board.I even expressed the title of the posts currently stored in the DB as a list view.Now, if you click on the lis...

2 years ago

1 answers
120 views
0
I'm asking you a question during the production of the React Native Web View app!

I have a question because there was a problem while producing the webview app.With Android permission in the app.json file “permissions”: [ “ACCESS_COARSE_LOCATION”, “ACCESS_FINE_LOCATION”]I'm giving ...

2 years ago

1 answers
109 views
0
The difference between ListView and SQLite when you simply want to show Text in a list format

When you simply try to show Text in a list format through EditText, what's the difference between just putting it in ListView and putting it in SQLite to list it?I'm asking you a question because SQLi...

2 years ago

2 answers
105 views
0
It's an Android layout question

If you give android:layout_weight by 1 to place it like the image on the left,The ImageView ratio does not match as shown in the image on the right.TextView will also be out of proportion if the text ...

2 years ago
« - 21 - »

© 2024 OneMinuteCode. All rights reserved.