d tag

2228 questions


1 answers
134 views
0
What is the most effective way to store user information in an app?

I'm making an app. When I log in to the server, I use the user's name and password, but it's annoying to enter the password every time, so I made a password as an option.I tried to use SharedPreferenc...


1 answers
144 views
0
How do I change the font of TextView on Android?

I'd like to change android:fontFamily on Android. I've never seen a predefined font on Android, so how do I choose one of the predefined fonts? I don't need to define my font, but I want to change it ...


1 answers
110 views
0
I want to put the button in the middle of Linear layout, what should I do?

It outputs the screen to linear layout. I want to print a button in the middle of the screenBut it's not as easy as you think No matter how you do it, the top is aligned in the middle...The bottom is ...

2 years ago

1 answers
88 views
0
How to get the language set on your device.

Is there a way to get the currently selected language from the Android device?

2 years ago

1 answers
77 views
0
Is there a way to round corners in the image view?

On Android, image views are usually squares. I want to make a square with rounded corners in the image view, is it possible?


1 answers
121 views
0
How do I change the color of the separation line in the list view of Android?

How do I change the color of the separation line in the list view of Android? Please teach me.


1 answers
119 views
0
An image from the Gallery (card sd) can?

I'm working on a photo selection option on my app. There is a button and an image view in the layout, but if I click the button, it connects to the gallery and you can choose the image. If I select an...


1 answers
97 views
0
Which is better, class or structure in C++?

When do you write structure and when do you write class?

2 years ago

1 answers
139 views
0
I want to release a signed apk file using Gradle on Android, how do I do it?

I want to make a signed apk file on the Android Gradle build, but I'm not sure if the code below is correct. What did I miss out on the gradle build?android { ... signingConfigs { release { storeFi...


1 answers
142 views
0
What should I do if I want to kill all previously generated activities?

The situation is... There are 6 activities including Home, Screen 1 to Screen 5. When you launch the app, you start with Home exists and ->screen1->screen2->screen3->...Go to ->screen5....

« - 95 - »

© 2024 OneMinuteCode. All rights reserved.