Welcome to Jonic Developer 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
3.2k views
1 answer
    My Flutter application flow works like this: User logins If login successfully, server returns a token Set token to local storage in webview Open Webview ... fullscreen so it won't solve my problem. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I m make NAME and EMAIL equal to the data from other activity in first activity. Whem i m using NAME and EMAIL for toast in onActivityResult it ... MyAdapter(TITLES,ICONS,NAME1,EMAIL1,PROFILE); } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    Background My app finds APK files in the storage of the device, showing information about them and allowing to perform operations on them. The problem Thing is ... that is fastest for the app to handle. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I am trying to turn off the internet connectivity thru android app like GPRS/EDGE/3G. When needed I need to turn on the same. But I could not find ... What is the API which supports this. Please help me. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    I am loading SWF file into Andriod. I am trying with webview, but there is an error couldn't load plug-in String text="<html> " + " <head> " + ... give me an answer to load SWF file in android? Thank you See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I want to simulate the touch event for my application. My manifest is like <activity android:name=".activity.TagActivity_" android:label="@string/app_name" android: ... do Ndef ndef = Ndef.get(tag);. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    With the following Gradle files of my three modules (common, mobile, and wear), I was wondering why my wearable app doesn't install on the wearable device ... or Gradle files as shown above in this post? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I have been struggling to get download url for an image uploaded to firebase storage from my app. I want to send this url to firestore databse (not realtime ... itemImageUrl = uri.toString(); } }); } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I found that this gives a wrong date. but how i can not solve it. please someone help me. I am new in android Development. Thanks in advance; String timestamp = ... should be: 8 Oct at 9:50 AM GMT+06:00 See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I'm trying to run a test that just opens whatsapp messenger using appium. I'm getting the error: A new session could not be created. (Original error: ' ... (5, TimeUnit.SECONDS); } } Any ideas? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I have a failed SMS in my native inbox. I m not able to retrieve it from my application. The query I use is: content://mms-sms/conversations/73 ... any changes in native SMS DB params in marshmallow??? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    somebody pls get me out of this.I am trying to display a list from an sqlite database which worked absolutely fine but dont know what went wrong ... ); while(cursor1.moveToNext()){ // String path = Environment.getExternalStorageDirectory()...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I have implemented the firebase push notification by following a YouTube video and its working fine when app is in the background but when the app goes on the ... .notify(101 , builder.build()); } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    Is there a way to obtain the list of clients who have registered for a particular topic in Firebase Cloud Messaging (FCM)? I am planning to ... Sharafiyah' can be listed under topics/SA/Jeddah/Sharafiyah See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    In android studio I implement push notification. I downloaded a demo and import in android studio. There is no problem in source code but when I run this ... value 2 How can I solve it?Please help! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    In an application with shopping cart, I give the option to change the amount of items via an EditText which allows only numerical input. Everything works ... when closing the soft keyboard with back key. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    To enable InstantApp support, should I need to change "minSdkVersion" of my App ? I'm using "minSdkVersion=15". See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I am building an app which triggers a notification at 11:30 IST..I have Tested It Its Working But After 11:30 Whenever i open my app it issues a ... .notify(MID, mNotifyBuilder.build()); MID++; } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I am building an android app and when I was halfway through I updated my SDK version using SDK manager, I also updated Android Studio to 1.3.2. ... Any help would be appreciated. Thanks in advance !! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have a standard "CollapsingToolbarLayout" implementation based on material design guidelines. With the the settings below I was able to achieve behavior depicted on ... if we are not on the top: FAIL See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I have a custom Recycle View adapter that list my items. in each Item I check database and draw some circles with colors. when I scroll listview very fast ... (convertView == null) { this is the link. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.0k views
1 answer
    I have a Activity with two fragments. One of them hava a spinner. When I populate it the app crashes. I don't know why. In android ... .R.layout.simple_spinner_dropdown_item); sp.setAdapter(adapter); } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.8k views
1 answer
    I've wrote all the needed code to save my Activity state (a simple form with EditText widgets) and restore it on phone rotation and it works ... neither onCreate, only onResume. Am I missing something? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I can create notifications for single user and for all users in my app, but I can't understand and find information about notification with create topic ... separate service and how do my topics dynamic? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I have my read-only data in firebase, It's about 50KB. And I need the complete data on app startup. For that I wrote the following code in my ... its taking minimum 3 seconds. Am I missing something here? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I have a couple of queries regarding the EditText function in Android. First of all, is it possible to set a minimum number of characters in the ... any help you could offer regarding either question :) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    I have 2 different sets of data, each of them use its own ContentProvider. Querying to them I can get 2 different cursors. Those 2 cursors has 2 ... (but not sorted Cursor). Any ideas, clues? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    Hey i have been looking for a while now. the following code picks the image from the android gallery and shows it in an imageView. ... imageView.setImageBitmap(BitmapFactory.decodeFile(picturePath)); } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to Jonic Developer Community for programmer and developer-Open, Learning and Share

548k questions

547k answers

4 comments

55.4k users

...