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
393 views
1 answer
    I use Android Studio 3.6-RC1 and build tools version 3.6.0-rc01 and encountered an issue with ViewBinding feature ... in Android Studio 3.6-RC1? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
280 views
1 answer
    I'm creating a WebView based Android app that enables the user to login onto a mobile operator. When I run the ... ";"); return cookiesArray; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
474 views
1 answer
    Saving bundle (activity A): @Override protected void onSaveInstanceState(Bundle outState) { outState.putString("test" ... to main activity See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
171 views
1 answer
    So I'm trying to grab my menu items off the ActionBar and set them into some variables to use later. Below ... just when they are being tapped. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
389 views
1 answer
    I want that this service run even if the application is closed (kiiled) or even if the user dont start the app. i ... } } how i can do that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
431 views
1 answer
    I'm trying to set adUnitId programmatically to ads from the new Google Play services (old AdMob). I have this ... it's final. Any suggestion? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
278 views
1 answer
    I am integrating AdMob in my android app. The code for the add part is pretty simple and almost ... something missing from Publisher end. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
273 views
1 answer
    I am writing an android app to connect to PHP web service and through my searches in internet I faced ... . Please explain it completely. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
372 views
1 answer
    So here's the deal... I've got to silence the user's phone when they have class. So I need an alarm to ... a few minutes over a day interval? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
332 views
1 answer
    How can I set a long click listener on a MenuItem? I tried this answer, but the method doesn't exist for ... MenuItem, without a custom View. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
207 views
1 answer
    By default, Android has always displayed Serbian in Cyrillic, but since 7.0, users can choose between Cyrillic and ... can I specify with this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
257 views
1 answer
    I want to fire a event when the same item is selected in spinner. Method @Override public void onItemSelected( ... does not solve my problem. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
492 views
1 answer
    I'm using ViewPager that holds 3 fragments, each fragment loads a list. The problem is when the application runs for ... . How can I do that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
236 views
1 answer
    I am working on a social game running mostly native code in Android NDK. The game has 3 main ndk ... .system.NativeStart.main(Native Method) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
479 views
1 answer
    Whenever I tried to upload my instant app apks to Play store, it gives the following error : Your site 'www. ... ? Thanks for help in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
418 views
1 answer
    i need to load images from the Sd card into gridview. For efficiency i'm using Picasso Library Picasso.with( ... load the image on scrolling See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
302 views
1 answer
    I'm ready to tear my hair out because I can't get Eclipse unstuck from a state where it thinks it can't ... and didn't see anything related. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
640 views
1 answer
    I have been getting this issue.. followed the upgrade guide for new firebase sdk...saved the google services json ... [DEFAULT] doesn't exist. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
368 views
1 answer
    We have this crash in crashlytics, the weird thing is it happens in onConnected() callback when requesting location ... How can I resolve this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
215 views
1 answer
    I have a scrollView with lot of elements ScrollView scroller = (ScrollView)findViewById(R.id.scrollView); I need to ... I touch. Any Ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    In Jetpack Compose, when you enable clickable {} on a modifier for a composable, by default it enables ripple effect ... { // action } ) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
370 views
1 answer
    I have some HTML text inputs into a WebView, and I need to disable the autosuggetions on these inputs from Android, not ... . How can I do this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
414 views
1 answer
    @Override public boolean onOptionsItemSelected(MenuItem item) { // Handle action bar item clicks here. The action bar will ... can i do this ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
332 views
1 answer
    Is there a way to share a text in facebook messenger using android and maybe facebook sdk as well? I want ... to send to facebook messenger.. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
385 views
1 answer
    onSurfaceTextureAvailable in VideoView is never called... I have this view that is holding the textureview. public ... is never called. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
279 views
1 answer
    In my setting page I have a preference which fetches a list of toggle-able settings that I wanted to display as ... that are already in the XML. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
194 views
1 answer
    I'm trying to create a test example where I've the contents of a TextView is set to the contents of ... .java:157) at dalvik.system.BaseDexClassLoader.<init>(BaseDexClassLoader.ja...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
234 views
1 answer
    When I run an android app from eclipse I meet this error and my app does not start: ... "android.permission.WRITE_EXTERNAL_STORAGE"/> See Question&Answers more detail:os...
asked Oct 24, 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

...