id tag

1618 questions


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
133 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
44 views
0
How to Draw Lines on Android

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

2 years ago

1 answers
82 views
0
How do I centralize the button in Relative Layout?

I'd like to print out the button in the center of relative layout What should I do?No matter how much you touch the gravity and orientation, it's useless.

2 years ago

1 answers
31 views
0
I want to put the button at the bottom of the screen on Android, how do I do it?

I'm making a chat app. Usually, the message sending and typing buttons are located at the bottom of the screen.That way, we can see more of what we've talked about so far. So I want to put it at the b...

2 years ago

1 answers
33 views
0
To verify that your device has earphones plugged in

I'm implementing an mp3 player, but I'd like to check if my earphones are plugged in or not.How shall I do it?

2 years ago

1 answers
40 views
0
How do I verify that the table exists in SQLite?

I'm using SQLite on Android, but how do I check if there's a specific table?

2 years ago

1 answers
94 views
0
How to check when an app calls you

I'm developing a video player app. It's okay to play the video, but I'm playing the videoI have to pause the video when I get a call, how do I know I got a call?


2 answers
45 views
0
Update/delete table contents from Android to mySQL

How do I delete tables from mySQL DB on Android??I don't know about SQL at all, so I'm only looking at Android booksCreate DB, create table, add contents What did you do with execSQL?I don't know how ...

2 years ago

1 answers
43 views
0
I want to change the pixel to dp, what should I do?

I want to change the pixel to dp on Android, what should I do with the code?

2 years ago
« - 62 - »

© 2024 OneMinuteCode. All rights reserved.