id tag

1618 questions


1 answers
26 views
0
End Android Activity

Login on the Intro screen and proceed to the main page.A (intro) B (main) A Activity Intent intent = new Intent(MyIntro.this, MainActivity.class); startActivity(intent); finish();Once the login is com...

2 years ago

1 answers
79 views
0
The Android Facebook profile image (setImageBitmap) is not coming over.

After linking Facebook login with Android, I want to get a profile picture on Facebook. @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); FacebookSdk...


1 answers
135 views
0
How can I get resource content from static context?

I'd like to read the string in xml. I need a lot from the widget, so can I call getResource and get it without an activity object?


1 answers
109 views
0
I'd like to add Floating Action Button between the two layouts.

There's a floating action button called FAB that's newly added to Android.I'd like a pink button here.My question is, I've tried many things, but I don't know how to add FAB between the two layouts li...


1 answers
98 views
0
How do I change Drawable to Bitmap?

I want to use the device wallpaper as Drawable, but when I looked at the wallpaper function, it only works as Bitmap.So I can't use Wallpaper Manager, so can I change Drawable to Bitmap?


1 answers
71 views
0
Is it possible to display the Google window searched by Intent?

When you use Intent to launch Google windows,I want to display a window that has already been searched with the given stringFor examplehttp://search.naver.com/search.naver?query=allergy Naver's search...

2 years ago

1 answers
93 views
0
Is it possible to programatically click RecyclerView?

RecyclerView is being applied. The current congestion is that we want an onClick event that forces us to click on the next item after a particular event.As I googled, there was a way to stackoverflow ...

2 years ago

1 answers
128 views
0
I'd like to put a link to the text view

<TextView android:layout_width=wrap_content android:layout_height=wrap_content android:text=@string/txtCredits android:autoLink=web android:id=@+id/infoTxtCredits android:layout_centerInParent=true...


3 answers
22 views
0
Beginner> When developing Cho-A

Hello, I'm a beginner in development. When developing LIKE IT, should I register as a member and authenticate with IP and ID as a non-member, and if I am a member, should I enter ID.URL. number of tim...

id
2 years ago

1 answers
145 views
0
What does ems mean in Android text view?

If you look at the document,android:ems setEms(int)It looks like this. Makes the TextView be exactly this many ems wide.It's in English, but I don't know what it means.

« - 135 - »

© 2024 OneMinuteCode. All rights reserved.