d tag

2228 questions


1 answers
113 views
0
I want to show you an empty view when the list view is empty.

<RelativeLayout android:id=@+id/LinearLayoutAR android:layout_height=fill_parent android:layout_width=fill_parent> <ListView android:id=@+id/ARListView android:layout_width=fill_parent andr...


1 answers
125 views
0
XML Data Parsing on Android Platform

public class QuestContainer{private List<QUEST> confirmed = new List<QUEST>();private List<QUEST> complete = new List<QUEST>();private List<QUEST> possible = new List<...

2 years ago

1 answers
99 views
0
Please help me) I'm inquiring about how to call JSON on OrderedDict

Since json.dump can write OrderDict, I know that OrderDict can be used as JSON's input. What should I do if I want to write output?


1 answers
127 views
0
Unity 3D Android Platform XML WRITE LOAD Question.

string filename = Quests;Type[] questType = { typeof(QUEST) };FileStream fs = new FileStream(Path.Combine(Application.persistentDataPath,filename+.txt), FileMode.Create);StreamWriter sw = new StreamWr...

2 years ago

1 answers
140 views
0
I want to call the method of activity in the fragment

Fragment is trying to invoke the method of activity. After you turn over the data in the fragment and do something in the method,I want to return the value, but I want to make it like a static method,...


1 answers
85 views
0
How to change the color integer value to hex String on Android

An integer value was generated in android.graphics.Color. The integer value is -16776961.I'd like to change this value to #RRGGBB format for hexString. How shall I do it?For example, I want to change ...

2 years ago

1 answers
83 views
0
How to erase or hide buttons on Android

I want to know how to hide or erase the button as the title says.

2 years ago

1 answers
73 views
0
Adding Shadow Effects to Android TextView

I want to add a shadow effect to TextView, what should I do?

2 years ago

1 answers
135 views
0
To output characters in a text view in a right alignment

I'd like to right-sort the letters in Android TextViewIn the Gravity property,android:gravity=rightI gave it to you like this, but it doesn't work. What did you do wrong?


1 answers
46 views
0
How to Draw Lines on Android

How do I draw a line on Android? Please show me an example.

2 years ago
« - 103 - »

© 2024 OneMinuteCode. All rights reserved.