d tag

2228 questions


1 answers
66 views
0
Is there a way to use a placeholder in EditText?

I want to put a placeholder text in EditText, but isn't it in xml?final EditText name = new EditText(this);Do I have to do it on the code? What should I do next?

2 years ago

1 answers
87 views
0
How to deliver Android Facebook login information to Main Activity...

package flug.com.afeel;import android.app.Activity;import android.content.Intent;import android.os.Bundle;import android.util.Log;import android.view.View;import android.widget.Button;import com.faceb...


1 answers
76 views
0
The java.net.URLEncoder.code(String) was deprecated. What should I write instead of this?

java.net.URLEncoder.encode I was going to use thiswarning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecatedI got this warning. So what should I write instead of that?


2 answers
123 views
0
This is an Android video streaming question.

What I'm going to do is, Raspberry Pi uses Raspberry Pi's picam to configure a streaming server, which is accessed from an Android application and then put up CCTV.Let me just list what I've tried.Dar...

2 years ago

1 answers
82 views
0
How do I apply layout_gravity as a code?

How do I apply layout_gravity from button to code? I ran the example I foundOnly NullPointer errors appear.Button MyButton = new Button(this); LinearLayout.LayoutParams lllp=(LinearLayout.LayoutParams...

2 years ago

1 answers
25 views
0
Python 3.4.2 version. I want to use twisted... Is it not compatible?

I'm using Python 3.4.2 and I'm trying to use twisted.There's an error like this... Is it not compatible? Should I do the down version?Help me!!

2 years ago

1 answers
34 views
0
Get me a list of contacts so I can choose

I want to get a list of contacts from the app and let them choose, but I googled and found a source. But it doesn't work properly.import android.app.ListActivity;import android.content.Intent;import a...

2 years ago

1 answers
98 views
0
What is the difference between FragmentActivity and Activity?

While working on Fragment, I used Activity and Fragment Activity alternately, and I want to know the difference between these two. Even if you change Activity to Fragment Activity, there is no change ...


1 answers
94 views
0
How do I implement the onClick method in RecyclerView?

Does anyone know how to define an onClickListener in RecyclerView?I've thought about how to define onClick for each item in the Recycler View, and this seems too much of a hassleIs there any other way...


1 answers
140 views
0
How to round corners of a list view on Android

I want to make the corners of the list round, what can I do?

« - 101 - »

© 2024 OneMinuteCode. All rights reserved.