id tag

1618 questions


1 answers
32 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
96 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
93 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
139 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?


1 answers
45 views
0
How to change icons in Android apps in Eclipse

I'm developing Android with Eclipse Juno. How do I change the icon of the app?


1 answers
108 views
0
How to get photo metadata from Android

As far as I know, photos have metadata like music files.I heard that the size, pixel, and date of the picture are saved.I'd like to get the price of the date I took the picture, so how can I get it?

2 years ago

2 answers
52 views
0
Please evaluate the results of simultaneous implementation of onClick, LongClick, and onTouch.

I am studying Android programming from the basics by making a simple notepad application.Make listview an object in the main activity and the list view sets the adapter.Inside the adapter, notes enter...

2 years ago

1 answers
43 views
0
How to send a text message on Android

I'd like to send a text message.Can I know what the intent is that makes me send sms or another code?

2 years ago

1 answers
126 views
0
Change the text of the title bar in the activity

When you create an application with a new project in Android Studio, you basically have the title bar at the top.I'd like to change the title bar at the top to Hi, I'm Android.What should I do?

2 years ago

1 answers
136 views
0
RecyclerView Compatibility

RecyclerView is from Lollipop on Android By the way, is it compatible when you turn it on kitkat or jellybean?

« - 60 - »

© 2024 OneMinuteCode. All rights reserved.