Android Dev - Weekly discussion, code review, and feedback thread - June 06, 2022 |
- Weekly discussion, code review, and feedback thread - June 06, 2022
- Weekly Who's Hiring Thread - June 06, 2022
- The State of Navigation in Jetpack Compose
- I forked the in-content ad-free YouTube NewPipe client and put it on the Play Store
- jmdns vs. Android Network Service Discovery
- #Android QuickTip: Wireless ADB debugging made it even easier
- Can Android app on ChromeOS create a KeyPair that is at least SECURITY_LEVEL_TRUSTED_ENVIRONMENT?
- is app dev a worth while side hustle?
- MacBook Air M2 or MacBook Pro 14"
- Android studio can't download components
- How to learn to make a admin dashboard for the app
- Testing in-app purchases
- Looking for buddies
- Some help with cryptography?
- Hopefully one day Android will also allow a single 1024x1024px icon for everything.
- I know jetpack compose, should i go react native?
- StickyHeader for LazyList Jetpack Compose
- it's been 4 days now when i add app.ads.txt file link but still admob is showing 'getting ready '
- combine paging 3 sources for two different api end points
- Android Studio Electric Eel | Canary 3 - device mirroring into Android Studio
- How did google make this home screen grid feature?
- Robust Apps
- Does anyone know how to do this?
- Should I use COIL everywhere?
- Integration with Azure Cosmos/postgresql
- Version Control Systems
- Best app to get started?
Weekly discussion, code review, and feedback thread - June 06, 2022 Posted: 06 Jun 2022 05:00 AM PDT This weekly thread is for the following purposes but is not limited to.
Please check sidebar before posting for the wiki, our Discord, and Stack Overflow before posting). Examples of questions:
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! Looking for all the Questions threads? Want an easy way to locate this week's thread? Click here for old questions thread and here for discussion thread. [link] [comments] | ||
Weekly Who's Hiring Thread - June 06, 2022 Posted: 06 Jun 2022 06:00 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] | ||
The State of Navigation in Jetpack Compose Posted: 08 Jun 2022 05:19 AM PDT
| ||
I forked the in-content ad-free YouTube NewPipe client and put it on the Play Store Posted: 08 Jun 2022 02:40 PM PDT NOTE if you already have NewPipe installed you can just stop reading here. It's better. Pretty simple, I forked NewPipe, the popular no-ad YouTube player, and put it on the Play Store: https://play.google.com/store/apps/details?id=com.systems.automaton.reeltube To comply with GPL3 licensing the source is available on GitHub. Most of the changes made in the fork are to comply with Google Play's requirements:
If you're wondering why I did this: there are a ton of forked NewPipe apps already on the Play Store which do not comply with GPL3 (they won't give you their source). They also have the most aggressive interstitial ad frequency policy (basically on every video) and they are profiting, some with >1M+ installs. I'd like to take a chunk out of their viewership if possible, and try to donate the proceeds back to NewPipe who actually did the majority of the work here. That's it, sorry it's a crappier version than the real off-store NewPipe, but that's to meet Google's demands. [link] [comments] | ||
jmdns vs. Android Network Service Discovery Posted: 08 Jun 2022 05:04 PM PDT I was recently working on an Android app that would discover network printers, and it appeared to prefer Bonjour printers. The app was originally using the jmdns library (version 3.5.7) to do its network printer discovery. It seemed okay, but then suddenly one day, jmdns started to return only an ipv6 address for our network printer we've been testing with (previously it was getting an ipv4 address), and it seemed the network address it was returning was incorrect (the app was unable to connect to the printer). I then changed the app to use the Android network service discovery API instead, which was able to successfully find the printer's network address (and it was getting its correct ipv4 address). Has anyone seen such a thing with jmdns seemingly not getting the correct address for a printer/device? And in general, is Android's network service discovery that much better than jmdns? [link] [comments] | ||
#Android QuickTip: Wireless ADB debugging made it even easier Posted: 07 Jun 2022 10:35 PM PDT Debugging with the physical device? Wireless ADB debugging made it even easier Step 1: Android Mobile(11+) -> Settings -> Developers options -> Wireless debugging - > Enable Step 2: Android Studio Bumblebee 2021.1.1 or later -> Available device panel -> Pair Devices Using Wi-Fi Step 3: Scan or enter paring code Step 4: Run the app and enjoy :) [link] [comments] | ||
Can Android app on ChromeOS create a KeyPair that is at least SECURITY_LEVEL_TRUSTED_ENVIRONMENT? Posted: 08 Jun 2022 07:04 AM PDT I'm trying to find out if creating hardware backed secure keys are possible inside an Android app running on a Chromebook. I'm asking because to my knowledge, all Android apps on ChromeOS runs on some kind of virtualised environment and might not have access to certain host OS features. Specifically my use case would be using the I've posted the same question also on SO [link] [comments] | ||
is app dev a worth while side hustle? Posted: 08 Jun 2022 08:11 AM PDT Hello everyone. First of all I appreciate your time and help. I will keep this short. I have a full time job, and I am looking to learn a new skill that can make me money in my free time in the future. I have heard of many people learning app development, making apps, and making decent money out of ads or paid subscription. My questions are: 1- is app development a beneficial side hustle? 2- is it reasonable to expect to make apps and generate decent money from ads or paid subscription? If so how much can I expect to make? 3- what are some ways I can make money using app development from home or while maintaining my full time job? [link] [comments] | ||
MacBook Air M2 or MacBook Pro 14" Posted: 08 Jun 2022 12:34 PM PDT Basically the title. I'm a full time Android developer at a service based company. On the side I'm also building the tech for my start-up it involves the backend, frontend(web & Android, soon iOS as well). Apart from that spend some time on open-source projects and DevOps as well and a lot of executive work too(mails, meetings, project/productivity tools). I'll also be involving myself with ML/AI in the future I have a beefy desktop for home and a 5yr old windows i7 that also works well, the MacBooks are really a class apart when it comes to executing everything well. Which one would be an ideal pick? I'm going to get 512Gb and 32Gb RAM So the Air would be around 1800 and the Pro would be 2300. [link] [comments] | ||
Android studio can't download components Posted: 08 Jun 2022 11:50 AM PDT I installed android studio and I was downloading its components but it got stuck, can I just cancel it and try to download again? Or are there folders I need to delete before trying to restart downloading? [link] [comments] | ||
How to learn to make a admin dashboard for the app Posted: 08 Jun 2022 11:42 AM PDT I would like to learn how to build an admin dashboard for any kind of app that the users will use. Most requests I receive are for making an app with a dashboard, but since I do not know how to do that, I have to tell them no My goal is to learn how to make a dashboard for administrators so they can add, edit, delete or whatever the app does. Assume the app uses Firebase What are some resources for learning how to build an admin dashboard since I have no idea how to do it , for apps [link] [comments] | ||
Posted: 08 Jun 2022 06:21 AM PDT Hi, I want to test the back-end of an in-app purchase of a subscription, without actually using the client app. [link] [comments] | ||
Posted: 07 Jun 2022 08:04 PM PDT I have background in Golang, just started learning Android, looking for friends with same goal. thanks [link] [comments] | ||
Posted: 08 Jun 2022 06:21 AM PDT I have an app that can do a few things: The key generation seems to work fine (I can still tweak some parameters for the generation), the posting and fetching of the public key seem to work fine, and the encryption too. It's when I try to decrypt it I get a bunch of exceptions (either regarding an invalid block size, or a keystore exception). I have set up the keystore permissions to allow the keys to be used both for encryption and decryption. I don't know how to move forward, as I don't see much content online regarding this topic. How can I get unstuck from this? If it helps I can add snippets of code. Thank you all! [link] [comments] | ||
Hopefully one day Android will also allow a single 1024x1024px icon for everything. Posted: 06 Jun 2022 10:31 PM PDT
| ||
I know jetpack compose, should i go react native? Posted: 08 Jun 2022 09:24 AM PDT I'm creating basic crud app, and know to program basic app in jetpack compose, should i stick with it or move to react Native? [link] [comments] | ||
StickyHeader for LazyList Jetpack Compose Posted: 07 Jun 2022 09:00 PM PDT I was planning to convert one of the current xml UI to compose UI. The current UI has a recycler view with custom sticky header. I wanted to convert this to compose. There is an option in compose api for sticky header in Lazy List section (https://developer.android.com/jetpack/compose/lists). But it's shown as experimental. Have anyone tried to use it? Is it okay to be used in production? And are there any other ways to achieve this in Compose? [link] [comments] | ||
it's been 4 days now when i add app.ads.txt file link but still admob is showing 'getting ready ' Posted: 07 Jun 2022 09:55 PM PDT After know about app.ads.txt that is required ,i use this website app.ads.txt.com to generate and host app.ads.txt file then i get the link and put in the website section of store listing in playconsole but now it's been 4 days up and still the admob is showing "getting ready" for my first app I have to publish my second app but I'm worried about this issue with admob , because my first app has got some decent amount of users but as the ads are not showing up I'm not getting anything rn and neither there was any IAP in the first one [link] [comments] | ||
combine paging 3 sources for two different api end points Posted: 07 Jun 2022 09:54 PM PDT Basically have two api end points- one for getting complete list and other for search and sort. I have the dao set up for the first case and using the api end point to perform remote mediation using paging 3. Is it possible to add the second endpoint in the same Room mediator/paging source since the response is the same? Only thing is adding a query change listener to an edit text/search view. Ideally should return the complete list if the query is blank or null and only paged list of characters that satisfy the query otherwise. [link] [comments] | ||
Android Studio Electric Eel | Canary 3 - device mirroring into Android Studio Posted: 07 Jun 2022 04:12 AM PDT There is nothing about this on the release notes however Canary 3 allows you to Mirror Devices to your IDE. To enable this to go Settings > Experimental, there is a checkbox for: "Enable mirroring of physical Android Devices". Once enabled you get a tab in your right panel that is called: "Running Devices", the devices also show up in the "Device Manager" tab. It works for both USB connections or devices paired through WiFi. [link] [comments] | ||
How did google make this home screen grid feature? Posted: 07 Jun 2022 02:27 PM PDT
| ||
Posted: 07 Jun 2022 04:15 PM PDT there is a part in Android RoadMap called writing Robust Apps ....what is that mean? [link] [comments] | ||
Does anyone know how to do this? Posted: 07 Jun 2022 10:12 PM PDT
| ||
Posted: 07 Jun 2022 10:07 AM PDT Let's say I have a login, registration and splash screen and I have my app's logo on all of these three activities/fragments. What difference would it make if I use COIL in this case against simply loading the picture directly with XML? (if the picture is inside the project). Or that wouldn't make any difference at all? It's just for loading pictures online (since there's caching)? Thanks! [link] [comments] | ||
Integration with Azure Cosmos/postgresql Posted: 07 Jun 2022 03:27 PM PDT I started with a company that built an iOS app with Firebase. My job is to build the Android application. For... reasons, they need to migrate to an azure hosted database. The database structure is not too complex, it would probably be smart to start over with postgres, but for sake of time and what the team is familiar with I'm leaning towards Cosmos. Really having a tough time getting started, straight up from the point of connecting to either cosmos or postgres. I've built out the Android side so far with kotlin. With postgres, seems like I would need to build an exposing API...perhaps in node or c#? Trying to reduce redundancy between the iOS and Android side. Cosmos, not at all sure. Spent all day, not a dime of progress. [link] [comments] | ||
Posted: 07 Jun 2022 04:24 PM PDT is Jira , gitlab , github , bitbucket do the same function? as I am android developer should I learn all of them or only one of them? [link] [comments] | ||
Posted: 07 Jun 2022 12:51 PM PDT Barely know any java and I only have an android phone. Learn quickly with experience though so what app do y'all recommend to help me practice making starter apps on my phone with? [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