Android Dev - Weekly Anything Goes Thread - January 29, 2021 |
- Weekly Anything Goes Thread - January 29, 2021
- Starting activity from background service on android 10
- Where is the outrage related to how shafted us smaller developers are relating to no support with having 1 star reviews removed, but robinhood had 100k 1 star reviews removed?
- What do you expect from dev on each experience level?
- Android Studio 4.2 Beta 4 available
- Android App for searching for videos on Youtube by keywords using YouTube Data API and download videos from YouTube in different formats.
- Anyone know what app cause notification ads ?
- Does anyone have advice or resources on how to make a modern good looking UI. Everytime I try something it ends up looking like a 90s website.
- Google Whitelists 15 More Countries for Real-Money Gambling apps on Google Play
- Get intent / broadcast receiver of an app
- Should i use Admob ? Or i will earn nothing with it ?
- Kapt's Hidden Test Costs
- getExternalFilesDir()
- A Garbage Collection Story
- Associate Android Developer Certificate
- Fancy a flutter? Google to allow real money gambling worldwide
- Navigation Drawer andorid studio
- will factory reset bring back deleted system apps using usb debugging (adb)
- IntentService is deprecated and does not "work well" with Oreo, if so what is the purpose of Foreground Services?
- Can't get menu to show up in fragment
Weekly Anything Goes Thread - January 29, 2021 Posted: 29 Jan 2021 06:00 AM PST Here's your chance to talk about whatever! Although if you're thinking about getting feedback on an app, you should wait until tomorrow's App Feedback thread. Remember that while you can talk about any topic, being a jerk is still not allowed. [link] [comments] | ||
Starting activity from background service on android 10 Posted: 29 Jan 2021 04:44 AM PST Hello everybody!!! Recently, I was building app protector application that can protect selected applications. In order to do that I have to show my password screen over selected application. However from android 10 there are restrictions on starting activity from background and I can't start my activity from service. But there are also exceptions by android that doesn't match my case. I found application AppLocker on play store that works perfect and shows password screen when I try to open protected application so it seems possible. Anyone know how can I achieve that, thanks in advance! P.s: activity starts only on Samsung devices [link] [comments] | ||
Posted: 29 Jan 2021 07:36 AM PST | ||
What do you expect from dev on each experience level? Posted: 29 Jan 2021 05:15 AM PST Hi All, Labeling people is a very difficult and thankless topic. What do you expect from dev on each experience level? I am still gathering my thoughts, so I can't be specific yet. I am trying to build my kind of that list and I would love to hear your opinion about it. [link] [comments] | ||
Android Studio 4.2 Beta 4 available Posted: 28 Jan 2021 03:04 PM PST | ||
Posted: 29 Jan 2021 05:35 AM PST
| ||
Anyone know what app cause notification ads ? Posted: 29 Jan 2021 07:43 AM PST | ||
Posted: 29 Jan 2021 07:02 AM PST
| ||
Google Whitelists 15 More Countries for Real-Money Gambling apps on Google Play Posted: 28 Jan 2021 10:13 PM PST
| ||
Get intent / broadcast receiver of an app Posted: 29 Jan 2021 06:40 AM PST Hi, is there an option to get all intents / broadcast receiver of an app (through adb or something)? Thank you [link] [comments] | ||
Should i use Admob ? Or i will earn nothing with it ? Posted: 28 Jan 2021 01:33 PM PST I'm from France and i have a pixel game with 50 daily users (they are all from France or Belgium), they play my game nearly every days if not every days. They play it like 15 minutes a day and i'm making new levels every week. I don't plan to insert a lot of ads, just one, i don't want to insert a lot because it will just make the game look awful. I would like to know, if i could make something like 50 dollars a month with ads, i don't need more because i'm doing that for pleasure mostly. I don't know if i have enough users tho. If 50 persons watch 1 ad on my game in a day, would i make at least 1 dollar a day ? [link] [comments] | ||
Posted: 29 Jan 2021 04:57 AM PST
| ||
Posted: 28 Jan 2021 12:22 PM PST I am creating an app that records videos and save them. Should I use getExternalFilesDir() for android 10 and above? If not, what are other alternatives? [link] [comments] | ||
Posted: 29 Jan 2021 12:31 AM PST | ||
Associate Android Developer Certificate Posted: 28 Jan 2021 07:52 PM PST Hello folks! I am thinking about taking the AAD Certification. I have been developing Android Apps for a few months now and I am pretty strong with the basics. Any general advice about the exam and how to go about for it's preparation? [link] [comments] | ||
Fancy a flutter? Google to allow real money gambling worldwide Posted: 28 Jan 2021 12:00 PM PST | ||
Navigation Drawer andorid studio Posted: 28 Jan 2021 07:57 PM PST | ||
will factory reset bring back deleted system apps using usb debugging (adb) Posted: 28 Jan 2021 12:44 PM PST if by mistake i deleted an important system app using adm commands using cmd (usb debugging) , will factory reset bring it back and all other apps?? Device-Realme 6i edit 1- fullstory--> actually what happened is i landed on a website . i found it cool and decided to try it since i was frustated with pre-installed uninstallable color os apps and some google apps. so as mentioned on website i used cmd (platform tools- ADB command shell something like this), and deleted some packages. Now i fear i might have deleted some important or useful packages. So will i get them all back if i just simply factory reset my phone? (ps-- no ROM flashing, no rooting allowed.) edit 2 - actually i have no idea about flashing the rom. neither i want to root the device. actually i bought the device just a few months back [link] [comments] | ||
Posted: 28 Jan 2021 08:57 AM PST This is a very disingenuous paragraph:
Deprecating the IntentService class will force developers to write error prone custom threaded foreground Services if they need immediate work done that won't die. So why remove it? [link] [comments] | ||
Can't get menu to show up in fragment Posted: 28 Jan 2021 08:06 AM PST So I want a menu in a fragment. All the relevant code is here https://pastebin.com/jZ5EPSPy These are the steps I've taken:
The only thing that is different from my use and a lot of others is the switching between fragments. In my main activity I have this: which replaces the layout of the main activity with that of the fragment I want to work with. Within that fragment i.e. UserMainScreenFragment there's a tab layout with viewpager2. It has these functions to control it. Now inside the ListFragment class I've also done those 3 bullet points above...but again with no success. I can't see the toolbar 😒 [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