Android Dev - AndroidX Camera is now stable! |
- AndroidX Camera is now stable!
- Feedback on my latest Android project
- How good is Admob actually?
- Should I use ConstriantLayout as layout root in a list element for RecyclerView?
- Is the associate android developer certification worth it?
- Why does the Google Play console require 16:9 ratio *tablet* screenshots?
- Google Play app url and package name not recognized?
- GenericRecyclerView | Kotlin
- Assistance needed on creating a Google developer account
- Getting View Ids of third part applications
- Auth0 and Lock UI for Android got a major update that uses AndroidX dependencies, drops the use of Jetifier
- App rejected for upload phone
- ContentProvider in Android Libraries Considered Harmful
- Jetpack Compose LazyColumn laggy
- Does Android have some kind of problem resolving subdomains of localhost? Browsers can, but it seems that internal connections from my app fail.
- CameraX is now stable
- How do I know if my projects (and resume) are good enough to start applying for Junior Android Dev jobs?
- A sample Android application to including Hilt + Coroutine + Flow
- Unable to compile the Android Emulator on Windows?
- Question about new Google Play verification process and privacy
- deleted the rom from android
AndroidX Camera is now stable! Posted: 05 May 2021 05:15 PM PDT
| ||
Feedback on my latest Android project Posted: 06 May 2021 06:05 AM PDT In the past few months, I have been working on a client-server application for swapping unused clothes. The server part is implemented using Flask web framework with various extensions and the client part is implemented with Kotlin and multiple Jetpack libraries. I did my best to follow MVVM architecture with dependency injection; however, I haven't studied clean architecture yet. The main features are user authentication, paginated list of offers, search by text query or category with filters (size and location), creation of your own offer with up to 5 images, category, title, description, size and location, real-time p2p chat using Socket.IO with FCM push notifications support and caching of offers, chats and messages. You can find a more detailed description, short video demonstration and source code on Github: https://github.com/t3ddyss/Clother. So, as the title says, I would appreciate feedback from experienced developers. Thanks! [link] [comments] | ||
Posted: 06 May 2021 06:59 AM PDT
| ||
Should I use ConstriantLayout as layout root in a list element for RecyclerView? Posted: 06 May 2021 01:10 AM PDT As I've understood it ConstraintLayout is most efficient when there's one and only one root ConstraintLayout view in the hierarchy. When you have a RecyclerView with a bunch of elements that doesn't have a relationship with the container of the RecyclerView one have to resort to either nested views or a new ConstraintLayout root for each element. My feeling from what I've read about performance for ConstraintLayouts (1) tells me nested views are just as efficient or even more effecient than new ConstraintLayouts in this case. Am I right? Example: (1) I don't have other sources than my head but I believe I've read that ConstraintLayout starts out slow (larger overhead) but wins over nested layouts as the complexity grows [link] [comments] | ||
Is the associate android developer certification worth it? Posted: 06 May 2021 07:01 AM PDT Is it worth it to get Google's Android Associate Developer certificate? Does it actually help in finding entry level jobs? [link] [comments] | ||
Why does the Google Play console require 16:9 ratio *tablet* screenshots? Posted: 06 May 2021 07:54 AM PDT I'm preparing my app for release on Google Play, but there seems to be a weird contradiction as I'm trying to upload screenshots. They request 16:9 ratio phone-screenshots (which is fine and normal), but then they also request 16:9 tablet-screenshots, for both 7-inch and 10-inch tablet screens. That isn't usually the ratio. It's usually something like 4:3 (which would become 16:12), or 5:4. So I literally don't know what to upload. This isn't a problem that should be specific to me... this is the official documentation for everybody. But nobody seems to think it's a problem, so maybe I'm missing something? I uploaded a (slightly edited) screenshot to show that it requires the same aspect ratio for two differently-shaped screens. I didn't upload a screenshot of the 10-inch display, but it's identical to the 7-inch listing, and also required. How to I square this circle? What am I missing? Also, sorry if this is the wrong place to post this. It's not exactly a stack-exchange issue. [link] [comments] | ||
Google Play app url and package name not recognized? Posted: 06 May 2021 04:02 AM PDT Hey guys hoping someone can help as google support links just aren't working and if I do get through they are always not equipped to deal with my issue and send me back to the developer support link arrrggghhhhhh which inevitably does nothing. Our app is in Open testing, not full launch and for some reason when I try and use the store page URL for the app on any third-party system it doesn't work - it just doesn't seem to validate the link, like the app URL doesn't exist? we tried on FB Ads and FB developer and it doesn't like the app link "there was a problem verifying the package name... on google play. Please check the package name and try again. If your app isn't publicly listed you can ignore this message" same on ad mon mediators - vungle and unity its like the app doesn't exist PLEASE HELP has anyone run UA and served ads in game while in open testing and had any issues? Thanks in advance... [link] [comments] | ||
Posted: 06 May 2021 06:52 AM PDT Hello everyone, I have created GenericRecyclerView which is custom recyclerview component. Now you don't need to create seperate adapters for each recycler view. Please check the below link to learn more. https://medium.com/nerd-for-tech/what-is-genericrecyclerview-63f940f65139 [link] [comments] | ||
Assistance needed on creating a Google developer account Posted: 06 May 2021 01:48 AM PDT It says my phone number is invalid. I added the + and country code as requested. It says it is invalid. I apologize if this is against the rules, I'm not certain, it's kinda 50/50. [link] [comments] | ||
Getting View Ids of third part applications Posted: 06 May 2021 05:17 AM PDT I was wondering what is the best wsy to fetch view ids of other applications. I was able to do it for WhatsApp using Accessibility options but that doesn't work for Messenger and the ids have "Name Removed" in it. [link] [comments] | ||
Posted: 05 May 2021 05:11 PM PDT
| ||
Posted: 06 May 2021 06:03 AM PDT I sended an update of my app... but application has been rejected. I changed only a string. there is any phone permissions in Manistest to get user phone. there is any form where user can write his phone.. but some mobile phone arrives from some api and app shows this number, stop. [link] [comments] | ||
ContentProvider in Android Libraries Considered Harmful Posted: 05 May 2021 09:10 AM PDT
| ||
Jetpack Compose LazyColumn laggy Posted: 06 May 2021 12:28 AM PDT I've been making an simple app in Jetpack Compose lately. It's a simple app, just display list of items containing full of text but I feel my app is quite laggy when scrolling the list (LazyColumn). I tried to improve my code to see if it's fixed but still the same. I have no experience in android native and kotlin before so I'm not sure if it's the problem in my code or LazyColumn itself (hence jetpack compose is till in beta) I don't find any topice related to LazyColumn performance so I want to know if anyone has the same problem. [link] [comments] | ||
Posted: 05 May 2021 05:32 PM PDT Pretty much just what the title says. Everything works, I add a subdomain, and I find myself with "no address associated with hostname" errors. Linux isn't affected, so the only thing I can think of is this being a low level issue, and browsers are doing their own integrated resolution and bypassing it. Am I on the right track here? [link] [comments] | ||
Posted: 05 May 2021 04:52 PM PDT
| ||
Posted: 05 May 2021 02:42 PM PDT Hello all. I've been learning Java and Android since January of this year. I have a full-time job so I've been coding mostly after work and a lot on the weekends. I make small amounts of progress each week because I work full-time, but I'm almost done with my first app and I intend to release it to the Play Store sometimes this month or next month. It's a simple, two-activity monthly expenses tracker that uses Java, XML, and Room for the database. The user is able to create/save an expense, edit/delete it via RecyclerView onClick, and add monthly income information. I intend to add notifications after the initial release. A little bit of a background: I got my chemical engineering degree in spring 2020 with a 3.40 GPA, have been working as an Environmental Project Engineer since Sept. 2020, and I have a significant position in a non-profit engineering organization as a volunteer. My goal is to make the switch to CS, even if I have to take a lower pay. I enjoy CS more than ChemE. I'm hoping that although though my Android application is very basic, I can rely on my quick learning skills, professional engineering experience, and volunteering experience to fill in some gaps. I intend to continue learning and working on new, more complex projects after this. I have my eyes set on learning all or some these topics: Kotlin, Jetpack Compose, architecture best practices, data structures and algorithms, and doing Leetcode. I guess what I'm trying to ask is should I even try to apply to junior postings once my app is released? Or should I continue learning? Thank you all. [link] [comments] | ||
A sample Android application to including Hilt + Coroutine + Flow Posted: 05 May 2021 01:05 PM PDT Hi! I published a small project built with modern Android libraries and approaches. Hope it'll be helpful for learners. Also, please feels free to contribute it. [link] [comments] | ||
Unable to compile the Android Emulator on Windows? Posted: 05 May 2021 09:08 PM PDT I plan to make some modifications to the emulator, but first I'm just trying to get it to compile. I followed the instructions here word for word and it's not working. I tried using chocolatey to install the dependencies, and I tried building it on a fresh install of windows and I ran into the same errors every time so I'm pretty sure this issue is not limited to just me. Obviously, the problem is that vcvars64.bat isn't setting the appropriate env variables, but I'm not sure why it isn't. I've tried using the official Visual Studio installer and selecting all of the tools required in the windows development document, and I've tried using the provided chocolatey script to get all of the dependencies. One thing I did try was to run the rebuild script in the "Developer Command Prompt for VS 2019" from the start menu, and apparently this provided the required env variables, but then I ran into another problem. Here is the log of rebuild.cmd: If anybody has some up to date compilation instructions, please share. I'm following the official instructions word for word and it's not working. [link] [comments] | ||
Question about new Google Play verification process and privacy Posted: 05 May 2021 09:24 AM PDT Hi all! TLDR at bottom. I am a standalone developer of a single app I made when I was in HS. I have "donation" in-app purchases enabled on it as the app is free and I have spent a lot of time on it. It's not super profitable but I have made around $200 in donations since its inception, and I'd prefer not to turn off in-app purchases. This morning I received an email:
I clicked through the form and it wants government documentation of identity and proof of residence at current address. To be clear, I have no problem with providing these things to Google, frankly I'm a little surprised they took me at my word when I registered my app back in 2018. What I might have a problem with is a little checkbox they want you to click on the second page:
When I check my Google Payment settings, my "Public merchant profile" has the address I provided when I very first signed up, an old one I don't reside at anymore. My app listing, however, has a different address, one that I changed on the Google Play console, which is associated with an institution I'm a part of because I was worried about publishing my home address so publicly. This gives me a little bit of hope because it seems that they're treating/storing the two addresses separately, so maybe they won't touch the second one. I don't care about them overwriting the first address, the non-public one. I am worried about them changing the address visible on my app listing to one that I physically reside at. The language on that page in the Google Play Console says "Please provide a current, valid postal address where you may be contacted.", which the old address fulfills; any mail would definitely reach me. I wanted to ask if any of you have already finished this process and/or have a little more insight into what this change entails. I've already skimmed the FAQ and looked for other posts on this issue but didn't find anything. TLDR: Google Play is now requiring better documentation of who you are. Will they display the new address on our app listings? [link] [comments] | ||
Posted: 05 May 2021 06:24 PM PDT |
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