Android Dev - My open-source library Vlog reached 100 stars! |
- My open-source library Vlog reached 100 stars!
- Android Emulator On Mac M1 Shows Nothing
- Always provide a Modifier
- Antitrust battle latest: Google, Facebook 'colluded' to smash Apple's privacy protections
- What payment provider do you use for your android app?
- Screenshot testing to replace espresso testing
- KMM Beta Roadmap
- How to figure out android build system and other code around it?
- Migrate from Realm to Room
- Logging over the network? Multi-user
- In android what technologies do we use for backend ?
- Title : AXIA has officially surpassed 100k users!!!
- Proguard rules for Gson and Jsoup library
- Eligible Android 12 Device List – Check the compatible next gen Android OS update phones from all vendors
- My friendly talk with Paulo da Silva the Business Developer of eShard Mobile Application Security Service Testing at #dcbln21 about the kind of service they are providing.
- Is publishing apps on Samsung Portal worth it?
- Do anybody know tha answer for the "The emulator process for android was killed/terminated" issue?
- How to get a URL with a Privacy Policy for Kids App?
My open-source library Vlog reached 100 stars! Posted: 23 Oct 2021 05:57 AM PDT Github link Although not much, but this is the first time I reached so many developers. I am very happy and would love to get any feedback :) [link] [comments] | ||
Android Emulator On Mac M1 Shows Nothing Posted: 23 Oct 2021 04:58 AM PDT
| ||
Posted: 22 Oct 2021 07:51 PM PDT
| ||
Antitrust battle latest: Google, Facebook 'colluded' to smash Apple's privacy protections Posted: 23 Oct 2021 05:46 AM PDT
| ||
What payment provider do you use for your android app? Posted: 23 Oct 2021 06:34 AM PDT Someone earlier asked what we use for the backend. Most of us use Firebase because it's most likely free and easy to use. I made a project for a client that imitates uber and we used Stripe for the payment system but we have chosen this just because we can integrate it with firebase and cloud functions. However, we had a limitation and we couldn't save cards for future payments. Today I started doing some research for other payment gateways, in your experience if you used, what other options are on the market? I know there is google in-app purchase, but if you sell a service you can use a 3rd party payment gateway. I was looking on PayU, the documentation seems pretty ... old? it covers only java, not even kotlin, but I am more interested in solutionsthat work great with firebase. [link] [comments] | ||
Screenshot testing to replace espresso testing Posted: 23 Oct 2021 07:38 AM PDT Some companies use screenshot testing in place of espresso testing. Any drawbacks? (programmer knows all code path and can write more tests. This is con as well since by relying on knowledge of code you are no longer doing black box testing)
[link] [comments] | ||
Posted: 23 Oct 2021 07:33 AM PDT
| ||
How to figure out android build system and other code around it? Posted: 23 Oct 2021 02:05 AM PDT I can code, but this system is so complex, it feels like big huge black box where I just paste error code into google and copy some text to my configuration in order to run it smoothly. There are less complex environments I can understand - PHP + HTML + JS + CSS, C+gameEngine, even some embedded stuff feels more smooth. I feel there is the way if I can figure out the structure of the stack I'm working on I can relate to it better - what are the resources? Or the task is simply too complex to handle? [link] [comments] | ||
Posted: 22 Oct 2021 08:49 PM PDT I would like to ask is there anyone decide to move to Room after long time using Realm database on your project? This is a risky decision but I got many nightmare with Realm. I'm tired of crash, try catch, multiple thread.... I wish I used Room at the beginning of setting up my project. [link] [comments] | ||
Logging over the network? Multi-user Posted: 23 Oct 2021 12:52 AM PDT I have got a team of five, for a university project. And in this team, everyone is a developer. So after a successful PR on master we just ask everyone to take a pull and test it on their end, if they face something, they create an issue with this log. But we are recently thinking about, adding more people to our team, like UI/UX and tester. And everyone will test once, after a successful release. And Google Play has that beta testing thing, where we can add users for testing. But I'm not sure how to get those logs, maybe I need to add analytics. And maybe even after that, I won't be able to get the whole log, only cash analytics. Any local(localhost) logging solutions/suggestions to this problem. Where every l can log everything (Log.d of my application) from these testing devices? [link] [comments] | ||
In android what technologies do we use for backend ? Posted: 23 Oct 2021 03:47 AM PDT I'm new to android development I have just started learning and the question which is popping every time in my head is that, what we use backend. Do we have learn Node.js for that or is there any other requirement ? [link] [comments] | ||
Title : AXIA has officially surpassed 100k users!!! Posted: 23 Oct 2021 06:16 AM PDT | ||
Proguard rules for Gson and Jsoup library Posted: 22 Oct 2021 09:23 PM PDT Hi fellow dev friends, if anyone is using either Jsoup or Gson library, I would like to ask for your help on what the proguard rules are. Because my old app's feature is not working anymore when I tried setting minifyEnabled to true. I searched on the internet and still not working. Thank you in advance! [link] [comments] | ||
Posted: 22 Oct 2021 11:58 PM PDT
| ||
Posted: 22 Oct 2021 01:36 PM PDT
| ||
Is publishing apps on Samsung Portal worth it? Posted: 22 Oct 2021 09:20 AM PDT | ||
Do anybody know tha answer for the "The emulator process for android was killed/terminated" issue? Posted: 22 Oct 2021 05:08 PM PDT It seems like everybody who tries to do Android development gets this every now and then and there are many pages on the Internet which claim to have solutions, like this one https://limsing.medium.com/solved-the-emulator-process-for-avd-was-killed-8c22eea8933a However, I've noticed that none of these actually work. In my case, I have one AVD that works for me, but when I try to make a new one I get the famous "TEPFAWKT" error, and that's fine I guess. Although, as technology marches onward I would eventually like to be able to develop for new types of phones, so there is that. ANY ideas? [link] [comments] | ||
How to get a URL with a Privacy Policy for Kids App? Posted: 22 Oct 2021 10:43 AM PDT I'm new in this, so can you please help me with that? How to get a URL with a Privacy Policy for Kids App? Any free/easy option? 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