Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Android

0 votes
592 views
1 answer
    I'm trying to select multiple files with an Intent, but it seems like I'm missing on something. I create an ... 't choose more than 1 file) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
161 views
1 answer
    Got a little problem with a functionality I'd like to implement. I've got a LinearLayout, containing 2 TextViews. I' ... right now, I'm at work. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
264 views
1 answer
    I have a Login screen which consists of 2 EditTexts for Username and Password. My requirement is that on ... help. Thanx in advance. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
329 views
1 answer
    I using listviews and expandedviews that has dividers and I can set them but on spinner its looks like it is no ... idea of how to fix this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
230 views
1 answer
    The default FCM icon of the Android manifest is not used. Instead the Android standart icon is used. In the ... Android standart icon is used. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
284 views
1 answer
    In edittext, after typing 'Enter' key, system make a new line inside it. I'd like to focus on next edittext, no new ... ); } return false; } }); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
244 views
1 answer
    I'm developing a video streaming application and I'm getting stuck when calling set setDataSource with a ... would be very appreciated See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
150 views
1 answer
    I'm just getting started with Android and was reading up BroadcastReceiver. Since the MainActivity was being used only ... sets up a receiver? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
450 views
1 answer
    How to prepare resources for Nexus 6? If I put images to xxxhdpi they will scale down and lose quality. I ... . xxhdpi ~480dpi xxxhdpi ~640dpi See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
243 views
1 answer
    I have some Buttons on my android app. They have an icon and text. I can set the background color of a Button in ... (Color.rgb(27,161,226)); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
958 views
1 answer
    I want to transfer some data between PC and a mobile phone with WiFi. This is how I get the WiFi IP address: ... a android phone to run the app. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
232 views
1 answer
    In the latest beta version I just published to the Play Store, I notice that the READ_PHONE_STATE has been added since ... been fixed in 9.6.1. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
442 views
1 answer
    I am trying to save data in my activity and than restore it. I save data in on onSaveInstanceState() and then ... (). Does anyone know why? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
348 views
1 answer
    I am new to android as well as android studio. From my experience in visual studio, when we test the .exe in ... may makes it slow or bulky? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
237 views
1 answer
    So, seeing that the new Android L is out, I said I should give it a try. I installed the new ADT update from ... Any ideas on how to fix this ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
232 views
1 answer
    I am playing a sound file using this code inside a broadcast receiver activity: notification.sound = Uri.parse( ... of manager.isMusicActive()? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
366 views
1 answer
    how do I catch specific key events from the soft keyboard? specifically I'm interested in the "Done" key. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
324 views
1 answer
    I have an activity A that start activity B passing to it some intent data. Activity B host a navigation graph ... as argument how to do that? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
154 views
1 answer
    I have a layout which includes a fragment as follows: <fragment android:id="@+id/mainImagesList" android:name=" ... the changes don't appear ! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
182 views
1 answer
    I want my circle image (ImageView) to rotate as the user touch and drag it. If the user drags it to the ... i'm getting nowhere. Any ideas? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
248 views
1 answer
    I have a big spritesheet (3808x1632) composed by 42 frames. I would present an animation with these frames ... is not correctly managed. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
139 views
1 answer
    In my project, I needed to set always-constant IDs to Views. I mean IDs that are constant between different app ... of a View in public.xml? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
243 views
1 answer
    I have implemented APK expansion file download service and all from http://developer.android.com/google/play ... ): mCompressedLength : 21657598 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
158 views
1 answer
    I am trying to execute a command from within my code, the command is "echo 125 > /sys/devices/platform/ ... know any workaround for this ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
169 views
1 answer
    in my code there is four listview how do i make screen scrollable to show all data of all listview? not ... /> </LinearLayout> </LinearLayout> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
142 views
1 answer
    I have a SlidingUpPanelLayout that holds a image as a top view, and a view pager that needs to slide. The ... and the panel can't collapse. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
263 views
1 answer
    When I try to use YouTube API for Search, I get this error: There was a service error: 403 : The ... -1 number obtained with keytool command. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
230 views
1 answer
    I have a simple screen with a start button. When the Start button is pressed, I want to go to a new Screen ... , but the Camera never starts... See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...