Android Dev - Weekly Who's Hiring Thread - September 06, 2021 |
- Weekly Who's Hiring Thread - September 06, 2021
- Design Tools like Figma or UI with Coding?
- Can someone, please suggest me some basic and advanced pdf book references for android development in java?
- Feedback on my game needed!
- User data - Personal and Sensitive Information Disclosure
- How many of you guys look or develop apps for wear os platform ?
- When using compose what do you prefer to setup navigation? Compose navigation or traditional navigation component ?
- Is it possible to force an app to always run in the background?
- How does a launcher decide if it is required to start an activity or resuming the previous task?
- For the people with a production app with 100+ downloads, what is your compileSdkVersion?
- How to have a simple queue/list/pipeline design to execute nested list of background tasks/works in Kotlin/coroutines?
- Should i use Java or Kotlin to develop an app for industries like eSports???
Weekly Who's Hiring Thread - September 06, 2021 Posted: 06 Sep 2021 06:00 AM PDT 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] |
Design Tools like Figma or UI with Coding? Posted: 06 Sep 2021 02:52 AM PDT So I have above intermediate level of experience developing android apps but i'm lacking creative UI designing and just wanna know what you guys use for beautiful UI of mobile? UI design tools and import the design or create UI with code from scratch using libraries? Asking as a starter freelance. Thanks [link] [comments] |
Posted: 05 Sep 2021 11:09 PM PDT I have been watching only youtube videos for learning different concepts. But I think that I lack in some basic functionalities of android development like database handling etc. So, which books should I refer to for basic and advanced android development cause I want to make a career out of it. [link] [comments] |
Posted: 06 Sep 2021 04:48 AM PDT I released my game Tap Ninja and would love some criticism and feedback on it It's an incremental/idle game with tons of upgrades and is playable entirely offline https://play.google.com/store/apps/details?id=com.BrokenGlass.TapNinja Also you can join the games Discord or Subreddit Thank you [link] [comments] |
User data - Personal and Sensitive Information Disclosure Posted: 06 Sep 2021 12:47 AM PDT I am reading July policy update, and one part which caught my eye is User data. Basically it says, that if I collect personal or sensitive information, I must let user know, quoting:
What exactly are those personal/sensitive informations? I checked common violations and I am not doing anything mentioned there, but I wanna be sure I have not missed anything. I am not collecting anything beside anonymous informations collected automatically by:
Does this mean I am safe? [link] [comments] |
How many of you guys look or develop apps for wear os platform ? Posted: 05 Sep 2021 02:20 PM PDT |
Posted: 05 Sep 2021 03:03 PM PDT I've been studying compose for some time and when creating new apps i keep questioning myself if i should use the compose navigation or navigation component with fragments to hold my composables. Do you guys have the same doubt? [link] [comments] |
Is it possible to force an app to always run in the background? Posted: 06 Sep 2021 03:59 AM PDT Is there a way to make an app run in the background at all costs and all the time through ADB? Please help! [link] [comments] |
How does a launcher decide if it is required to start an activity or resuming the previous task? Posted: 05 Sep 2021 10:30 AM PDT Hi everyone: I was testing this task hijacking PoC and I saw some interesting behavior: https://github.com/az0mb13/Task_Hijacking_Strandhogg So, there are two apps (a victim and an attacker application), the victim app launches its main activity using SingleTask as its launch mode. The attack consists in the fact that using the same task affinity as the victim, if the attacker's app is launched before the victim one, the attacker's activity will effectively be injected in the backstack (using some trickery so it doesn't show in the recents screen). And it does happen, if the attacker app is opened first, it hides and then when the user opens the victim app, it appears to be there, but after tapping the back button, the user gets the attacker app. However, if the victim's activity is launched in standard mode. I think the expected behavior should be something similar. But what ends up happening is that the launcher does not start the launcher intent of the victim app, but just resumes the attacker's activity. I think this is because, since the task already exists, then it just opens up. But if that were the case, then the same would happen when the victim app has singleTask, but in that case the launcher starts the victim app on top of the stack. Why does this happen? [link] [comments] |
For the people with a production app with 100+ downloads, what is your compileSdkVersion? Posted: 06 Sep 2021 04:09 AM PDT |
Posted: 05 Sep 2021 01:00 PM PDT I want to achieve something like I get an original file At the end I want to get final modified file Completely off main thread. e.g.
B1..Bn can be Right in the beginning I will know what sub/child operations will be part of A and B respectively. I will be adding those operations via a simple interface which has:
I will be sending those specific Detector implementation to the operation list/queue based on config values right in the beginning. I started with Kotlin dev quite late. I am still not able to think clearly how to achieve this in Kotlin using Coroutines Should I use Flow? Or Channel? Or just try to have a mutable list of such tasks and run coroutines inside a coroutine? I am also not able to think how to pass around result (e.g. from A to B) and then finally at first caller which stared [A + B] - the entire operation chain. Should I use I am thinking of having a priority queue and run these tasks in an executor service which in turn has two executors service. So Basically all I am able to do is thinking the way I used to do background task handling with Java, Thread etc. tl;dr: How do I come up with a simple design with Kotlin/Coroutines where I achieve multiple sets of nested background operations (nesting level being only two)
and
How should I start thinking? What should I consider first to get to this design? More importantly how I can start with a very simple structure and then build on top of that? [link] [comments] |
Should i use Java or Kotlin to develop an app for industries like eSports??? Posted: 05 Sep 2021 09:13 PM PDT Industries like eSports are just starting to grow.If we code in java everything is well defined from the smallest thing but in kotlin i dont have to write the unnecessary code and it would be concise.So if you think long term and efficiency should i use Java or Kotlin to develop an app. [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