d tag

2228 questions


1 answers
28 views
0
Can I use Delegate on Android?

I'd appreciate it if you could give me a simple example

2 years ago

1 answers
82 views
0
What if it doesn't work even if I add a permission on Android?

I'd like to send SMS from Android. If I send sms, the following error occurs.09-17 18:37:29.974 12847-12847/**.**.****E/AndroidRuntime﹕ FATAL EXCEPTION: mainProcess: **.**.****, **.****, PID: 12847j...


1 answers
76 views
0
Android Button Selector

The source below is usually a button selector that appears gray when the red button is pressed.Um... Can I change the size of the text and the color of the text when the button is pressed?<item and...

2 years ago

1 answers
142 views
0
Android app force update

There are apps that do not implement the forced update of Android apps.1.0.0 <No forced update check logic 1.1.0 < When the app starts, read a file with version information from the CDN to check...


1 answers
137 views
0
How to use custom fonts on Android

I applied a custom font to TextView. But… I don't think my handwriting is changing properly.This is my code below.Typeface myTypeface = Typeface.createFromAsset(getAssets(), fonts/myFont.ttf);TextView...


1 answers
48 views
0
Android PHP and HTTP Communications

I am currently communicating with Android by uploading PHP files on the web server.ANDROID <-> PHP <-> MYSQLWhen there is a table 'user_record' in the DB that stores members' recordsThere ...

2 years ago

2 answers
192 views
0
Hello, if you click the Back button in WebView within Android Fragment... (This is a beginner.)

public boolean onKey(View v, int keyCode, KeyEvent event) { if (event.getAction() != KeyEvent.ACTION_DOWN) return true; if (keyCode == KeyEvent.KEYCODE_BACK) { if (mWebView.canGoBack()) { ...

2 years ago

1 answers
79 views
0
Android Bottom Tab

I've looked up a few posts, but I can't get an answer, so I'm asking you a question here Is there a way to put TabWidget at the bottom of the screen? What if there is?I tried two things, but neither o...

2 years ago

1 answers
148 views
0
I am using the viewfager and fragment on Android, and I would like to find the width of the linear layout in the fragment.

I'm using a viewfager and a fragment on Android.Among them, I want to find the width of the linear layout in one fragment.I'm a student practicing examples.private View rootView; @Override public View...

2 years ago

1 answers
85 views
0
What is LazyList?

I can't find a reliable source code that explains what LazyList is. Help me.

2 years ago
« - 113 - »

© 2024 OneMinuteCode. All rights reserved.