id tag

1618 questions


2 answers
189 views
0
I'd like to ask you about tools related to Android UX/UI.

Looking at mobile UX/UI books that value user experience, I easily drew Android layouts and watched a program called DroidDraw that functions similar to Mokup.But the program is older than I thought, ...

2 years ago

1 answers
129 views
0
How do I change the name of the Android app?

Can I rename the application without creating a new project?For example, there's iKON and name on my app. The name of the application is x, but I want to change it to y.


1 answers
76 views
0
How to create a border in a text view

Is it possible to draw a border around the text view?



1 answers
28 views
0
Android: How do I handle swipe right to left?

In my app, I want to recognize and process the screen when the user swipe from right to left, what should I do?


1 answers
50 views
0
Import pictures from Android

I'd like to get a picture from Android. When I googled, all I did was float the gallery in Intent, and if I chose the picture I wanted, I could only get the picture, but that's not what I wantedI want...

2 years ago

1 answers
43 views
0
How do I add an existing project in Eclipse?

To import an Android project that is already in the current Eclipse workspace When you press File->New->Android Project, a dialog appears, and you check Create project from existing source, sele...

2 years ago

1 answers
120 views
0
I have a question regarding the notifyDataSetChanged() method of Adapter.

Hello. I am studying Android while making a memo application.The Notepad contains ListView and the Adapter contains CustomAdapter, which is defined by inheriting the BaseAdapter. There is only one tex...

2 years ago

1 answers
145 views
0
Please explain Gravity and layout_gravity

If you look at XML layout properties, there are Android:gravity and Android:layout_gravityWhen adding values such as center, center_vertical, center_horizontal, etcPlease explain the difference betwee...


1 answers
23 views
0
Moving Android Activity Between Screens

findViewById(R.id.Closeinfor).setOnClickListener(this); }public void Inforclose (View view){ switch (view.getId()){ case R.id.Closeinfor : this.finish(); break; }There is an error in the part where...

2 years ago
« - 115 - »

© 2024 OneMinuteCode. All rights reserved.