Weekly "who's hiring" thread! Android Dev |
- Weekly "who's hiring" thread!
- Weekly Questions Thread - September 28, 2020
- Developed an android library for easily adding spans. Finally used Compiler Design knowledge in Android. [https://github.com/hitanshu-dhawan/SpannableStringParser]
- The curse of using bluetooth?
- The Dark Secrets of Fast Compilation for Kotlin – Kotlin Blog
- The internals of Glide Caching Mechanism - How Glide Cache Key, Memory Cache, and Disk Cache Works?
- Google Play Policy Update - Payments
- When I transfer an app to a different developer account in Google Play Store, will the app update link be maintained?
- When a thief calls you a thief, what is the best thing to do?
- is there any library for easily add recycleview or listview ?
- What the hell is wrong with Android Emulator Recorder
- How to distinguish Android 11 Location permission "while in use" from "Only this time" programatically?
- Google play developer console add bank account for withdrawm money failed
- Play Store content rating questionnaire
- Unload recycler view
- Can't update app from internal test link
- Android 10 Moto z Clipboard: ADB best option
- Fire TV App
- 2020 Guide to Implementing Model-View-Presenter Architecture in Android
- Best practice for handling ads in early access?
- AOSP android 11 Rom Full review
- gcc/ llvm on system shell
- Java Vs Dart (Flutter) for developing an app connected to cloud Database?
- How Google Admob Destroy My Life + Pandemic
- #2 Floating Windows on Android: Foreground Service
- This app will change the way you communicate nowadays
Posted: 28 Sep 2020 05:44 AM PDT Looking for Android developers? Heard about a cool job posting? Let people know! Here is a suggested posting template:
Feel free to include any other information about the job. [link] [comments] | ||
Weekly Questions Thread - September 28, 2020 Posted: 28 Sep 2020 03:56 AM PDT This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Examples of questions:
Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged. Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead. Have a question about the subreddit or otherwise for /r/androiddev mods? We welcome your mod mail! Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Saturdays. Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link! [link] [comments] | ||
Posted: 28 Sep 2020 08:51 AM PDT
| ||
Posted: 28 Sep 2020 07:57 AM PDT Like many other devs, I am working with bluetooth at my job, and the performance of the app is as usual being measured by the reviews of the app on Google Play store. A lot of the negative reviews stems from bluetooth problems. Disconnects, low signal, wifi interruption, inconsistent behaviour. It seems impossible for us to go beyonda 3.3 rating. So I started checking out other apps that relied on a bluetooth connection. They seem to suffer from the same problems, and their ratings also ranges from 2.5 to 3.5. Is this just the curse of bluetooth? A 3.5 cap ratings? So I ask you, do you know any apps that rely on bluetooth that has beyond 3.5? Maybe even beyond 4.0? [link] [comments] | ||
The Dark Secrets of Fast Compilation for Kotlin – Kotlin Blog Posted: 28 Sep 2020 02:46 AM PDT
| ||
The internals of Glide Caching Mechanism - How Glide Cache Key, Memory Cache, and Disk Cache Works? Posted: 28 Sep 2020 11:43 AM PDT
| ||
Google Play Policy Update - Payments Posted: 28 Sep 2020 11:00 AM PDT
| ||
Posted: 28 Sep 2020 03:14 PM PDT My organization has published these apps under our own name but we need to know if it's possible to transfer them to a as-of-yet-uncreated Google Play Developer account, to be owned and administered by one of our partner organizations. This Google help page explains the process for doing the transfer. It states,
However, it does not specifically state if the update link for existing users will be maintained. We want to make sure that the existing users will be able to receive app updates, without having to delete the app they already have, and manually redownload it as a "new app." I checked this conversation and this one, but they don't address this question. This one comes closer but provides no real new information, since the answer is based entirely off of a supposition of the same sentence I quoted above, which does not address the topic of app updates. When I transfer an app to a different developer account in Google Play Store, will the app update link be maintained? Does anyone have experience on this matter? Thanks so much. (Note: Disclosure: I posted this question on StackOverflow but they closed it because it's not about programming.) [link] [comments] | ||
When a thief calls you a thief, what is the best thing to do? Posted: 28 Sep 2020 03:31 AM PDT In yesterday's post on this group, I was called a thief with my real name. The truth may be different, but this is not the place for such proof. As a well-mannered man, a professor, I don't want to bring these things out in public. What is the best thing to do? Will the moderators delete this or will I have to start some other procedure. Thank You [link] [comments] | ||
is there any library for easily add recycleview or listview ? Posted: 28 Sep 2020 02:37 PM PDT Hi so im learning coding,and i want to create an app that contains recycleview or listview, the thing is that it's kinda hard for me to create one of those two (noob) it sounds hard and complicated for me so i want any library to help me add one of them without creating an adapter and all that things [link] [comments] | ||
What the hell is wrong with Android Emulator Recorder Posted: 28 Sep 2020 02:51 AM PDT | ||
Posted: 27 Sep 2020 09:46 PM PDT Is there a way to distinguish the Android 11 - Location permission for "While in use" from "Only this time". I want to understand if there is a way to check if the latter was selected by the user programatically. [link] [comments] | ||
Google play developer console add bank account for withdrawm money failed Posted: 28 Sep 2020 01:05 PM PDT I have added a bank account in my google play developer console , but is impossible to withdraw money to my bank because the test deposit does not work , i have created a bank account with a android app similiar to revolut , i receive always this message below after some hours that i have added my bank. """"Update your bank account information The test deposit to verify your bank account • • • • 2365 was not successful. Among the most common reasons: Your bank account number is incorrect. The name of the account holder does not match the name registered with your bank.Your bank does not accept electronic transfers.To fix this, remove your bank account, then try adding it again or choose a different one.To update your bank account:""" Someone know why i receive always this error ? [link] [comments] | ||
Play Store content rating questionnaire Posted: 28 Sep 2020 01:02 PM PDT Hi all, I'm currently filling the content rating questionnaire for play store listings and I'm a bit confused on how I should answer certain questions. A part of my app pulls movie trailers and serves them to the users directly in-app and it's not uncommon for trailers to contain violence and/or language; do I necessarily need to say that the app contains violent material or is that exempt? [link] [comments] | ||
Posted: 28 Sep 2020 09:00 AM PDT Hi, I've been playing with the recycler view, testing it around, and I've noticed that when you scroll down, the data will be loaded(which is the norm), but when you scroll up again, the data that has already been loaded before, is still there, loaded in memory. So I made a recycler view with an image view and a few text views, and populated it with 40 rows of data(idk what you call it), scrolling to the bottom resulted in a spike of 60mb of ram. Is this some kind of default behavior that can be disabled? [link] [comments] | ||
Can't update app from internal test link Posted: 28 Sep 2020 11:28 AM PDT My company has created an internal test through the play console. We get this message when going to the play store download link. The APK is newer than the one that is currently released but we cannot update and must delete and reinstall. [link] [comments] | ||
Android 10 Moto z Clipboard: ADB best option Posted: 28 Sep 2020 07:30 AM PDT Good day, I apologize if there are other threads on this I have not viewed. Since Google has little security on what apps access the clipboard: What is the best option to keep my copy and paste passwords, etc safe. I need the paste to apps option. Is utilizing ADB and simply telling what apps to ignore the clipboard the best option? Is there a less time consuming option? Perhaps a clipboard app? Please help and thank you in advance. Respectfully, Jace6023 [link] [comments] | ||
Posted: 28 Sep 2020 10:33 AM PDT Hi, I've developed a FireTv streaming app which I've tested within amazon test environment and runs smoothly, I'm even running it within my fireTV stick without any problems. But when I send it to publish it gets rejected and I get this message: "We are unable to test your app as it does not function as intended. The app exits/ force closes/ freezes/ displays an error message after being launched. Please fix the issue and re-submit the app." Unfortunately the support folks at amazon don't share any further information or details and I'm quite lost on how to proceed. Does anyone have any advice or contact to share on this matter? [link] [comments] | ||
2020 Guide to Implementing Model-View-Presenter Architecture in Android Posted: 28 Sep 2020 10:31 AM PDT
| ||
Best practice for handling ads in early access? Posted: 28 Sep 2020 09:19 AM PDT I've got a basic banner ad in my app. The app is currently early access, and the ad only displays a Google Ads test message with a test key. Is this the norm for having ads present in early access? I feel like it'd be wrong to have a real ad on an early access product or to present the early access app as ad-free when I plan to add one later. What's everyone's thoughts on this? [link] [comments] | ||
AOSP android 11 Rom Full review Posted: 28 Sep 2020 09:02 AM PDT
| ||
Posted: 28 Sep 2020 04:50 AM PDT Hey I'm looking for a version of gcc or clang running on the android system shell. I want to be able to compile c code on the device. Is there an existing way of doing or do I have to build it myself? I know that this is possible using tmux but is there a way of doing it directly from the system shell? I want this just for playing around :) [link] [comments] | ||
Java Vs Dart (Flutter) for developing an app connected to cloud Database? Posted: 28 Sep 2020 04:40 AM PDT So I would like opinions of people who have been working with app development for years. For starters, I have been learning Android app development with Java for about 4 months now. And now I want to build a proper app for PlayStore. While I cannot go into details, the app will have a host a client side interface allowing users to view data from the database. Select users (moderators?) will be allowed to edit the database in terms of adding and removing data. But before I started developing, I came across the suggestion of using Dart for portability. What are the pros and cons in your opinion for both languages? All the opinions I found on the web range from 1 to 2 years old. [link] [comments] | ||
How Google Admob Destroy My Life + Pandemic Posted: 28 Sep 2020 02:12 AM PDT Hi, Why there is no contact option in Admob but in Google ads 24*7 support so google doesn't care about the indie developer or they just want multi-million company only not indie like us? [link] [comments] | ||
#2 Floating Windows on Android: Foreground Service Posted: 28 Sep 2020 02:04 AM PDT
| ||
This app will change the way you communicate nowadays Posted: 28 Sep 2020 07:53 AM PDT Hi guys, I recently wrote an article about a must-have Android app that addresses a particular issue today: social distancing : https://medium.com/@cazimirroman/a-brand-new-way-to-communicate-778674baea44 When keeping your distance, this software can be used to interact with those outside the hearing range. Do you see any other uses for this type of app? Thanks! [link] [comments] |
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment