215 questions
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?
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...
<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...
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....
button_insert.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View view) { input_name = (EditText) findViewById(R.id.input_Name); input_phoneno = (EditText) findViewB...
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...
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...
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 ...
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...
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 ...
« | - 21 - | » |
© 2024 OneMinuteCode. All rights reserved.