Your app contains content that doesn’t comply with the User Generated Content policy. Can anyone help they send this screenshot. Android Dev |
- Your app contains content that doesn’t comply with the User Generated Content policy. Can anyone help they send this screenshot.
- Official support for clean architecture?
- I have created an API to get rid of ContentProviders when using the Contacts API
- What is the salary for Android development in your city?
- How much money have you made from your self-made android apps?
- WebRTC / VOIP / SIP what to choose for android app
- Unit test coverage, how much?
- What Should A Junior Focus On !
- Is fragmentation still an issue?
- On-device development of APKs
- I need help on this question
- Emulate an ISO 14443-3A RFID Chip?
- Casting to smart TV app for own use
Posted: 01 Jan 2022 11:50 PM PST
| |||||||||||||||||||||||||||||||||||||||||||||
Official support for clean architecture? Posted: 01 Jan 2022 02:55 PM PST
| |||||||||||||||||||||||||||||||||||||||||||||
I have created an API to get rid of ContentProviders when using the Contacts API Posted: 01 Jan 2022 07:12 AM PST I have used the ContactsProvider far too many times and it never gets easier to use. There are far too many caveats to get things right and it is not fun at all. Because of this, I ended up making an open-source alternative of the contacts API in Kotlin. It utilises Coroutine's Flow to notify the developer for updates happening to the Contacts database. People seem to like it and the repo has almost 200 stars so far. There are some people contributing with issues and questions and the project has 2 external PRs. The latest version 0.9.0 was released today. I have added the last missing columns (SipAddresses and Relations). Here are all the original columns mapped to the ContactStore's equivalent:
More info can be found in the project's wiki. You can find the source code at: https://github.com/alexstyl/contactstore Happy 2022 [link] [comments] | |||||||||||||||||||||||||||||||||||||||||||||
What is the salary for Android development in your city? Posted: 01 Jan 2022 09:07 AM PST Country: China City: Shenzhen Work experience: 2 years Position: Android 薪资:300,000/年/RMB [link] [comments] | |||||||||||||||||||||||||||||||||||||||||||||
How much money have you made from your self-made android apps? Posted: 01 Jan 2022 05:59 PM PST | |||||||||||||||||||||||||||||||||||||||||||||
WebRTC / VOIP / SIP what to choose for android app Posted: 01 Jan 2022 05:01 PM PST Hello fellow devs, I have developed an Android app that enables people to keep track of their scores during a game of steeltip darts, the next feature up in line is online play where you can play each other, got that working at the moment with Firebase realtime database. Now comes the tricky part, I would really like to implement a feature where players can VOIP talk to each other in the app itself while they play. So I have researched now I think for the past 4 days and came across different options. WebRTC would be most cost-efficient as you'd only need to set up a signaling server to orchestrate initial connection and then you can let P2P do the rest. However documentation, example projects are extremely hard to find and implementations looks hard to me. Also if you would like this thing to work over carrier networks and to guarantee that P2P connections can actually be established you need to mess around with Stun / Turn servers to enable NAT traversal .. which already gives me a lot of headpain only thinking of it. So giving the fact that I need to set up some server anyway to get this working i'd figure I just set up a private VOIP server myself which my Android clients can connect to (not expecting much concurrent connections anwyay). So I did some reading and came across SIP and Asterix and all, just feels a bit bloated for my usecase, because I see all kinds of stuff concidering phonenumbers, voicemail and useraccounts. All I need is a 'dumb' VOIP server that relays audiostreams to my Android clients. Clients can figure theirselves out what stream to publish or listen to. Anybody has any sugestion what kind of library, server or achitecture would best fit this usecase? Thanks greetings [link] [comments] | |||||||||||||||||||||||||||||||||||||||||||||
Posted: 01 Jan 2022 01:12 PM PST How much coverage does your team/company enforce?
[link] [comments] | |||||||||||||||||||||||||||||||||||||||||||||
What Should A Junior Focus On ! Posted: 01 Jan 2022 11:33 AM PST There's a meme that arrives through this sub every now and then saying all you need to be a successful Android Dev is Google and therapy, which seems to hold more truth than I first gave it credit for. That being said, I'd really love some guidance on what is useful for a Junior building apps while looking for work. I'm at a point where I recognize the code I'm looking at, but God forbid I actually try to implement anything in a project I didn't build from scratch myself (like with Google's AAD Certification, hoo boy). I know the holy trifecta (or so I'm told) is OkHTTP, Dagger+Hilt, and RetroFit but I ⠀suppose any input would be great. Thanks. [link] [comments] | |||||||||||||||||||||||||||||||||||||||||||||
Is fragmentation still an issue? Posted: 01 Jan 2022 02:42 PM PST Haven't developed in native android in awhile. If it's still an issue, which api version are you all using to capture most of your users? [link] [comments] | |||||||||||||||||||||||||||||||||||||||||||||
Posted: 01 Jan 2022 05:46 AM PST You probabaly though something along the lines of 'noooope' when you read the title. I understand, who wants to develop on a small screen low power device? Me. Well, 'want to' isn't the right wording. It's more that I'm limited to. I'm a full-time traveler, traveling by bicycle and sleeping outdoors. I used to do some programming for personal use and work, so I'm not a stranger to the actual typing. I can use some practice, that's for sure though. I use my phone as my only computer, and use it for anything from gps to building and maintaining websites. Whether you see HTML as programming or not, it shows that development on a small device is possible. Those cheap Bluetooth keyboards really help a lot. Android has the beautiful app Termux, a Linux terminal, available to it. Very powerful by itself, and it allows the installation of numerous ARM Linux distros. Many compilers are available either directly through Termux or through the various distros. But between coding/compiling and the actual building of APK's there seems to be some information missing. Google isn't helpful here; all the searches just get flooded with popular sites parroting each other's unverified answers, which are most often very generic. There are some apps available through the Play store that can do the build process, but most are old and abandoned, expensive or terribly slow. I don't use IDEs; I always stuck with simple editors like Vim (which is available in Termux). So it's really just the actual build process I need some help with. Hopefully someone here can point me in some directions. One way would be to do the actual build process on a remote machine, but most of my time I spend in places without a good connection. So what I'm looking for is to do the build process on the Android itself. Any ideas? [link] [comments] | |||||||||||||||||||||||||||||||||||||||||||||
Posted: 01 Jan 2022 02:02 PM PST I know I will not get an answer on stackoverflow, but can anyone please give me some answer about that https://stackoverflow.com/questions/70552142/navigation-component-not-working-properly [link] [comments] | |||||||||||||||||||||||||||||||||||||||||||||
Emulate an ISO 14443-3A RFID Chip? Posted: 01 Jan 2022 11:41 AM PST Specifically an NXP - Mifare Classic 1k. Is it possible to do? I've tried popular apps like NFC Tools, which can scan the chip and display its info. But it won't let me write the chip's contents. Is it possible to write the contents using my phone's NFC reader? I found this article on Host-Based Card Emulation, which maybe suggests that it's possible, but I also found this old StackOverflow post that suggests it might not be, although that user was running a much older version of Android than me. I'm running a Samsung S21 Ultra 5G on Android 12 fwiw. If it's even feasible, can I use existing technology, or is there some amount of custom hand coding I'd need to do? I'm willing to put in the research and effort, I just want to know if I'm stepping into a rats nest or not. [link] [comments] | |||||||||||||||||||||||||||||||||||||||||||||
Casting to smart TV app for own use Posted: 01 Jan 2022 07:34 AM PST what would an app like xcast need? [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