Android Dev - App Feedback Thread - January 30, 2021 |
- App Feedback Thread - January 30, 2021
- Can NPU and GPU operate simultaneously on Android device?
- How do you let your users back up their data?
- What is the difference between Thread and the java.util.concurrent?
- How to convince backend devs that Android is important - help needed
- Building a Decentralized Social Platform With no Servers *In Progress* - GIT Included
- Where is Block Store API documentation?
- Worth of Associate Android Developer Certification Syllabus, not the certificate
- Guess I won't update Android Studio in a long time
- HUMBLE BOOK BUNDLE: MATH FOR PROGRAMMERS BY MANNING PUBLICATIONS (pay what you want and help charity)
- Glimpse - Collect, Save, Remember - Please Help us promote the app
- The case for Vim in Android Studio
- Getting a 100% uninstall rate after the last update
- Which implementation of clean architecture should I follow?
- Developing in android native or flutter?
- Do companies rule you out for a dev position if your degree isn't CS-related?
- Play store question.
- Dependency Injection Composition Root!
- Develop app WITHOUT accepting any Eulas ?
- What’s the best valued phone por development?
- Build App Together
App Feedback Thread - January 30, 2021 Posted: 30 Jan 2021 06:00 AM PST This thread is for getting feedback on your own apps. Developers:
Commenters:
To cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback. As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you. [link] [comments] | ||
Can NPU and GPU operate simultaneously on Android device? Posted: 29 Jan 2021 09:35 PM PST I'm an android developer interested in NNAPI. Can NPU and GPU operate simultaneously on Android device? Thank you! [link] [comments] | ||
How do you let your users back up their data? Posted: 30 Jan 2021 07:35 AM PST I published a tiny app for saving notes and book quotes and recently a lot of my users have been asking for means to back up their data. Notes are saved on the device and are never sent to a server. Users don't even log in, their data isn't stored on any cloud. Obviously, I have `android:allowBackup="true"` but I'm wondering if others are relying on this feature. My biggest gripe with it is that backup is limited to 25MB. My question is - how are you backing up your user's data? [link] [comments] | ||
What is the difference between Thread and the java.util.concurrent? Posted: 30 Jan 2021 07:32 AM PST | ||
How to convince backend devs that Android is important - help needed Posted: 30 Jan 2021 07:32 AM PST Hi, I'm working on a conference talk / YouTube video / blog post (hopefully all three together) about the importance of the Android platform. It's goal is to convince developers who usually work on backends to look into Android as a potential job market for them to switch to, and as a potential niche if they decided to write new projects. My very specific goal inside that goal is to convince Scala devs that they can write Android apps, but let's not delve into that here :) (I tell you about it only for full disclosure). I already have quite a bit of source materials to work on but maybe I missed something interestinng, so I decided to ask for your help. Do you know about any thorough, like really thorough, well documented statistics, surveys, etc., about the Android platform? [link] [comments] | ||
Building a Decentralized Social Platform With no Servers *In Progress* - GIT Included Posted: 29 Jan 2021 10:51 AM PST I have taken two weeks from hosting my livestreams to get as much done as possible and I wanted to share this project with everyone: https://github.com/BarrenWolfsbane/BAINSocial The goal of this project is to create a I2P like network of adhoc social nodes that each store their own posts and data, Serving it up to those who view those posts/profiles. The Social platform would have the "Site" built into the Android app so there is no webserver to serve up the content, it would look at a list of seed information to start searching nodes that were predefined, when connecting to a node That node it will store its address on it and that node will share its known nodes with it. The end result will be each and every node will interlink with one another forming a mesh network that bypasses the need for DNS servers. This eliminates any form of Government/Big Tech Takedowns. I have done this with simple LSL script language in Second Life, so I know this works as a proof of concept and now I think we need to make it work on Android and in the web browsers. I am new to Android Development so any support and feedback is greatly appreciated. Let me know if you think it is possible or if you think there are any technical limitations that might cause roadblocks. [link] [comments] | ||
Where is Block Store API documentation? Posted: 29 Jan 2021 09:40 PM PST I was searching for the documentation of the Block Store API as I would like to integrate it into my app, but couldn't find it. I have seen a video from June 2020 on Android Developers channel ( https://www.youtube.com/watch?v=KFGthqwDmc0&feature=emb_title ) saying the block store API will be available by the end of 2020. So, is it still not available yet? If so, is there any information on when it will be available? Thanks [link] [comments] | ||
Worth of Associate Android Developer Certification Syllabus, not the certificate Posted: 29 Jan 2021 10:33 PM PST If I finish the Study guide: Associate Android Developer Certification including the Android Core, User Interface, Data Management, Debugging and Testing. And I have completed three or four projects including apps like simple payment management, PDF reader and an Instagram clone. Can I consider my self ready for a jr. developer job? [link] [comments] | ||
Guess I won't update Android Studio in a long time Posted: 29 Jan 2021 04:12 PM PST Yesterday I updated to Android Studio 4.1.2, and now I get a bug where the popup (what shows up when you hover the mouse over something) sometimes gets stuck on screen and won't disappear until I restart the program. When I updated to 4.0, the keyboard shortcuts (I'm on a Mac) got changed for no reason (luckily an easy fix). Also, when I open another project, the new window shows up under the previous one (when in Full Screen, on Mac, a new window should open separately, also in Full Screen). When I updated to 3.6, the 'select file/path' dialog also appears under the previous dialog. They changed the Design views with "Code/Split View/Design View", which doesn't save the previous selected view. Since then, every time an XML is opened, you have to change it manually. And now with 4.1.2, instead of a red underline when 'critical warnings' are detected (like this, or like when for example you type View#setVisibility(0) instead of View#setVisibility(View.VISIBLE)), the whole letters are colored in red, so now it's not different from errors (e.g. you typed a method that doesn't exist). Why do I even bother upgrading? Every update adds more accumulated bugs/problems. I won't update in a year, or maybe even three. Some problems are bearable, others not so much. This post is half rant, half discussion to read other people's opinions and experiences with this. (To clarify, I'm not a professional dev, it's more like a hobby I started ~1.5 years ago). [link] [comments] | ||
Posted: 29 Jan 2021 11:53 PM PST
| ||
Glimpse - Collect, Save, Remember - Please Help us promote the app Posted: 30 Jan 2021 06:26 AM PST Hi all, we've made this awesome app. Check it out. NOTE: We really need 5 star reviews in the US, can anyone living in the US help? iOS: https://apps.apple.com/us/app/id1476299126 Android: https://play.google.com/store/apps/details?id=pt.hypnotic.glimpse [link] [comments] | ||
The case for Vim in Android Studio Posted: 29 Jan 2021 10:10 AM PST
| ||
Getting a 100% uninstall rate after the last update Posted: 30 Jan 2021 12:33 AM PST I updated my app yesterday from version 2.0 to 2.1. I woke up today and got blindsided by a 100% uninstall rate. Can someone tell me what's wrong? Like perhaps is there a crash I'm not picking up on my own device or perhaps it's just not working? https://play.google.com/store/apps/details?id=com.goodweathercorp.perappbrightness Update: Why the downvotes 😠[link] [comments] | ||
Which implementation of clean architecture should I follow? Posted: 29 Jan 2021 12:53 PM PST I am a dev coming from Flutter to native. While working on flutter I was using the clean architecture by following the the guide by ResoCoder. I want to stick to that architecture on native as well but there are numerous articles doing it in several ways.Is there one that you would recommend or that has worked out for you? [link] [comments] | ||
Developing in android native or flutter? Posted: 29 Jan 2021 04:49 PM PST Hi guys, I am android developer with almost two years experience, last time I started to learn flutter after my work, Do you think better option is deep diving in android or dedicate towards flutter and spend less time for android? [link] [comments] | ||
Do companies rule you out for a dev position if your degree isn't CS-related? Posted: 29 Jan 2021 08:43 AM PST I know many, if not most, don't, but I wonder how often this could happen for a position that is not associate/junior level. I'm currently a Sr developer with 7+ yrs experience, 3 of which happen to be in large companies/apps. However, I'm starting to look forward to positions abroad. While in my country (Brazil) that really isn't a problem, I wonder if what's the case in other countries like the US/CA, Europe, or Asia. Is there gatekeeping for CS-related degrees only? I started a CS degree but didn't finish and now am going for a bachelor's in Economics. [link] [comments] | ||
Posted: 29 Jan 2021 12:13 PM PST Don't know if this is the right sub to ask. If no, apologies. First time dev trying to put a simple 3d demo on the play store. It's asking for a privacy policy.... how do you guys go about getting one and are they free or you pay? Again... sorry of this is the wrong sub, if it's not can one of you guys point to where this question would be appropriate? Thanks in advance. [link] [comments] | ||
Dependency Injection Composition Root! Posted: 29 Jan 2021 11:48 AM PST | ||
Develop app WITHOUT accepting any Eulas ? Posted: 29 Jan 2021 11:01 AM PST Is there a 100% FOSS software, without ANY eula`s, data collection etc. That enables android development with emulation ? [link] [comments] | ||
What’s the best valued phone por development? Posted: 29 Jan 2021 09:04 AM PST I'm a backend and web development and I want to start developing Android native apps. What's the best valued phone for that propose only, and why? [link] [comments] | ||
Posted: 29 Jan 2021 09:03 AM PST So I am learning how to develop apps on android, and I was looking to learn how to build an app by building it with someone before I start developing on my own. If anyone is interested, (ideally a high school or college students) please let me know. [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