Weekly Questions Thread - November 30, 2020 Android Dev |
- Weekly Questions Thread - November 30, 2020
- WebADB lets you run ADB right from your web browser
- The Windows Subsystem for Linux might soon include Android support, too
- [App Signing] Initial Responses to Uncomfortable Questions
- My first Android Game ever "Apple Isaac" ..., In this Game I apply the first GameDev Basics that I have learned.
- Android MVVM example app - Kotlin Flow + Dagger Hilt + Retrofit + StateFlow + MotionLayout
- Report: Microsoft is again planning Android app support for Windows 10
- Selling An Android App
- Is there any way to develop/write android applications on an iPad? Not run them only write, like an IDE or online.
- I want to attempt my first side project, but I’m unsure if this is unrealistic for a total beginner.
- Testing Never-Ending Flows
- Which mocking library are you using?
- how does google play pay devs?
- [D] Human Pose Estimation in Android using Fritz AI
- WebADB: A New Web-Based Tool For Running ABD
- Advice for what design pattern to learn
- The future of Harmony OS
- Weekly "who's hiring" thread!
- Booking App using Android Studios and SQLite
- A small question about monetization regarding ads.
- Purple Buttons
- Iceraven Android Browser is Looking for Volunteer Developers
- Emulator for Ryzen cpu
- Running commands on pc through android device.
Weekly Questions Thread - November 30, 2020 Posted: 30 Nov 2020 02:56 AM PST This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Examples of questions:
Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged. 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! Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Saturdays. Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link! [link] [comments] | ||
WebADB lets you run ADB right from your web browser Posted: 30 Nov 2020 06:02 AM PST
| ||
The Windows Subsystem for Linux might soon include Android support, too Posted: 30 Nov 2020 01:05 PM PST
| ||
[App Signing] Initial Responses to Uncomfortable Questions Posted: 30 Nov 2020 01:19 PM PST
| ||
Posted: 30 Nov 2020 03:09 PM PST
| ||
Android MVVM example app - Kotlin Flow + Dagger Hilt + Retrofit + StateFlow + MotionLayout Posted: 30 Nov 2020 07:13 AM PST Hi! I have refactored my previous app, and now it uses the newest libraries and recommendations from Google. You can find the source code for this sample application on my GitHub page https://github.com/inspire-coding/OMD... This is a sample application, which uses the OMDb API to get movie data. The app follow the MVVM software architectural pattern and uses the below libraries. 📱 Kotlin Coroutines 📱 Kotlin Flow 📱 StateFlow 📱 Dagger Hilt 📱 Retrofit 📱 Gson 📱 Navigation Component The app contains shared elements animation and a collapsing toolbar effect which was implemented with MotionLayout. Using MotionLayout the search field goes up at the first search and stays there because of StateFlow. Android MVVM example app - Kotlin Flow + Dagger Hilt + Retrofit + StateFlow + MotionLayout [link] [comments] | ||
Report: Microsoft is again planning Android app support for Windows 10 Posted: 30 Nov 2020 09:03 AM PST
| ||
Posted: 30 Nov 2020 11:19 AM PST Hey guys! Recently I've got an email from Appholdings, telling me that they want to buy my app. They have asked me to provide screenshots of daily downloads, ad revenue and stuff like that, after that I got an offer (not satisfactory but I will negotiate). If'll get the offer I want I might want to sell. The guy I was talking with explained the acquisition process and it looks like this
However I'm still a bit afraid that it's just a scam. I might be overthinking it a bit but the emails with that company were not as official as I would expect from a developer that has so many apps. So my question is whether anyone here has experience with selling an app or with this company? If someone could share some thoughts that would be great! [link] [comments] | ||
Posted: 30 Nov 2020 12:55 PM PST | ||
I want to attempt my first side project, but I’m unsure if this is unrealistic for a total beginner. Posted: 30 Nov 2020 12:37 PM PST Hi! I want to attempt to fully customize an Android device. Tbh I have very little programming experience beyond front end dev and some simple PHP. For me personally, a few months of tinkering on a challenging project seems to be more rewarding than a few months of programming tutorials. Basically I want a device just for maps and music, ideally with the ability to: 1. Pair with other devices with Bluetooth 2. Store Google Maps areas for offline navigating 3. Store Spotify playlists for offline streaming 4. Connect to LTE network I'm fine with paying a monthly fee for LTE service. Since I can already do all of this stuff with existing Android apps, all I have to do is remove a bunch of functions and customize the home screen, right? A few things I want to do: - remove all apps except Settings, Spotify, Google Maps, and the ability to dial emergency services - customize the boot up/shut down animations - maybe customize the appearance of the home screen and settings panel I seem to learn best when I have a clear goal in mind and do tutorials/courses as needed rather than doing a bunch of courses just to learn. Plus it's just a lot more enjoyable and interesting. Do you think this is something I can just sorta learn as I go? Or am I totally underestimating the complexity and difficulty of something like this? Any suggestions for a total noob? Also, let's say I jump in and realize I'm in way over my head. Are there software consultants who would not only provide a solution but also explain their approach? I'd be willing to pay an hourly rate for consulting if it could teach me something new... it would bring my ideas to fruition and teach me valuable skills, at a fraction of the cost of CS courses. Thank you in advance for reading this and taking time out of your day to help a total noob 🙏 Appreciate it. [link] [comments] | ||
Posted: 30 Nov 2020 08:38 AM PST
| ||
Which mocking library are you using? Posted: 30 Nov 2020 01:05 AM PST I'm working on a large Android project which I'm slowly migrating from java to Kotlin. At the moment I'm using com.nhaarman.mockitokotlin2 but it doesn't support mocking final classes which I need as I'm spying on `object : Foo() {}` final classes. What are the recommended mocking libraries in 2020 when using Kotlin? [link] [comments] | ||
how does google play pay devs? Posted: 30 Nov 2020 03:52 PM PST I'm about to create an google play developer console account and my Paypal account with that email is limited and I can't use it, also I've problems with my google cloud account with that email, so i'm asking is it ok to create an account on that email ? [link] [comments] | ||
[D] Human Pose Estimation in Android using Fritz AI Posted: 30 Nov 2020 11:44 AM PST Add Pose Estimation Capabilities to your Android Applications https://heartbeat.fritz.ai/human-pose-estimation-in-android-using-fritz-ai-cd8c584b1ea1 [link] [comments] | ||
WebADB: A New Web-Based Tool For Running ABD Posted: 30 Nov 2020 09:22 AM PST
| ||
Advice for what design pattern to learn Posted: 30 Nov 2020 02:28 PM PST Hi everyone so i'm learning android development and i for now i know the basics and i have written a couple of app but i do find that my code is not organized i would say spaghetti code for sure so i decided to learn MVC but it seems like that everybody is now using MVVM so what would be the best choice (i use java by the way) and if you guys know any tutorials for any of these it would awesome and thanks in advance [link] [comments] | ||
Posted: 30 Nov 2020 02:17 PM PST | ||
Posted: 30 Nov 2020 04:44 AM PST 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] | ||
Booking App using Android Studios and SQLite Posted: 30 Nov 2020 04:18 AM PST Hi guys, just a quick question. For a project in college I decided I'd do a booking app in android studios and the database would be SQLite. Im not the best programmer, in fact you could say I'm pretty crap. Is this idea even possible? I can't find many resources online that can help me. Thanks in advance! [link] [comments] | ||
A small question about monetization regarding ads. Posted: 29 Nov 2020 09:26 PM PST Didn't know what key words to use, so I might as well ask here. So I'm in a game development group and I'm the odd one out that usually solo develops my own projects. I believe my group is fine with me adding my own game to the group app store page. To my knowledge, I can sign up to admob and get a token that allows me to play ads in my app and have the money go to my account. I want to know if it is allowed to post a game to a separate account while having a token for a different account. [link] [comments] | ||
Posted: 29 Nov 2020 06:42 PM PST Ive recently started coding on android studio and have very limited knowledge of XML. I was wondering why the process of changing colours of buttons isn't straightforward(android:background="" isn't working) (default set to purple). I looked at the answers on stack overflow and all the simple ones don't work. Note to Moderators: I've gone through the rules and it said "help me" questions are banned and i would like to clarify that im gonna ask my "how to" question on the thread provided. Im posting this question up here to learn why this is so. Also Thanks:) Edit:TL;DR I got my doubts clarified, thanks a lot to all those who up voted and commented! My questions on stackoverflow have been banned and had been subject to intense scrutiny when i started learning programming a couple years ago as i didn't have the knowledge of the base concepts n didn't understand when they used big terms. So i really appreciate even the few upvotes and replies i got as im a newbie at xml today like i was a couple years ago in java as its really encouraging. [link] [comments] | ||
Iceraven Android Browser is Looking for Volunteer Developers Posted: 30 Nov 2020 12:44 AM PST I am not the owner of Iceraven and it is not a for profit venture. However, it lets me do and see things no other browser out there lets me do and see on Android (At least not all in one browser), so I've been part of the user community since it began. The idea is allow as much customization and as many user options as possible- in as visible and easy to understand manner as possible. Other browsers cut back on that kind of thing while Iceraven dives in. It is a fork of Firefox for Android that integrates all the good stuff from Firefox's stable builds and offers Firefox extensions, but also does stuff like have an option to turn on protocol (http://, https://) and "www" where applicable (Which Firefox strips from URLs), have a completely different tab interface with squares on their own page instead of only having an overlay with skinny rectangles (or use the other interface- you decide), allows people to load many more extensions than Firefox, makes about:config available, strips out all the proprietary telemetry, has a more useful "home" area with more icons, etc.. It also attempts to give the end user more information about the browser and what it is doing and not doing, and information about the pages visited. Here is the problem: There was in theory a three person team of maintainers. However, it's a volunteer thing and they all had day jobs. One guy went totally AWOL, no one has seen or heard from him in a long time. Another guy quit recently, declaring he did not have time and that he prefers to just use Firefox. That leaves just the founder/lead developer left, and, to be honest, we weren't even sure he was still there until conversations about how to carry the browser forward in the issue area of the GitHub just kept going for a long while because we saw It had been almost two months since the last update for users and 19 days since any public work had been done on the project on GitHub. The lead developer is back and did issue an update today, but he is openly asking for what everyone knows the project needs- more developers who can keep up with merging the newest Firefox stable updates with the Iceraven specific code and code borrowed from FF's nightly and beta versions that FF says it does not plan to ever offer in its stable version, and/or code some new user options and features (Iceraven also bases some of its code that gets rid of proprietary telemetry on F-Droid's Fennec browser, which despite being named after a codename for an old version of Firefox, is actually a current fork.). That's sort of what the browser is- it's the zillions of options browser, like the type of choices one usually only get from desktop browsers. Anyway, it badly needs developers. Here's the GitHub: https://github.com/fork-maintainers/iceraven-browser They'd love to have some people jump in and do some pull requests and coding. Interfect (GitHub screen name) is the guy you'd want to talk to about becoming a maintainer, which the project badly needs more of, but you could also just look at issues and write patches and pull requests and such and see what he uplifts. This would be a great opportunity for a developer to gain experience or just contribute to a cool browser for the good of the community or because he or she wants to. I am told CI and testing is one area of need, but it is not the only one. We're sort of down to one guy and he's basically admitted he can't do everything he should do on a reliable consistent basis because of his real job and other things. Yet, despite that, at least for my needs, Iceraven is far and away the best Android browser. I really don't know want I'd use if it didn't exist- I don't like thinking about it. We need to parachute some more developers in so people can feel good about it being supported and getting prompt security updates (Some of which are just a matter of adding from upstream as they do new stable releases). Tell people I sent you if you feel like you need to cite a person, but you don't need to. The browser is open-source and all that good stuff as well. [link] [comments] | ||
Posted: 29 Nov 2020 07:46 PM PST Hi, I plan on building a pc but still debating wether to get ryzen or intel cpu. This is due to issue where emulator doesn't work for Amd cpu. Anyone know if there's no issue to run emulator on amd cpu? [link] [comments] | ||
Running commands on pc through android device. Posted: 30 Nov 2020 12:15 AM PST Yo. Is this possible? I want to run PC apps through commands on Android. Did anyone try to do this? [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