reddit_androiddev | Unsorted

Telegram-канал reddit_androiddev - AndroidDev - Reddit

-

Stay up-to-date with latest news on Android Development! Content directly fetched from the subreddit just for you. Powered by : @r_channels

Subscribe to a channel

AndroidDev - Reddit

Why onRequestPermissionsResult is not triggered in the Fragment after process death? Potential android bug.

Hello, just three days ago I faced a very strange issue regarding permission requests. Basically, the issue is that onRequestPermissionsResult is not being triggered after pressing any button in the permission alert after process death. I have created this question on Stackoverflow and other people could reproduce this bug. I am thinking about filling it and sending it to Google because it does seems like a major flow.
Here is the original https://redd.it/kizv7k">question
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Tower Blast - indie game

Hey guys,

A year of mostly beautiful but sometimes excruciating work has gone into this project, I've been struggling to finish my game called Tower Blast! I'm so excited and happy to announce it's finally here! Hours of frustration and hours of hard work have paid off! My game Tower Blast is finally available on the Google play store after a long time!

Tower Blast is an adventurous strategy game, in which you have to defeat your enemies. Damage the enemy tower by shooting it or using items....

https://redd.it/kixgz5
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Play Store Update Review asks for Neutral Age Screen after adding MoPub Mediation

Was using AdMob in my app, but since it's constantly giving problems I switched to MoPub Mediation.

MoPub requires(?) us to show a consent dialog to verify whether the user is over 16 or not (I guess it's to show certain ads).

Everything was working (although app size increased by +4Mb :S ) but, after second update, Play Store review sent a REJECTION saying I should include a Neutral Age Screen (probably caused by MoPub).

QUESTIONS

- Is the MoPub consent dialog mandatory? Don't see other...

https://redd.it/kivijp
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Automate seat detection

Hey guys, I have an Android head unit in my car and I want to detect when someone is sitting in the passenger seat, I have seat pressure built in my car but not sure what I would need to transfer the data to android.

Not sure if it's the right subreddit or if anyone done something like that here, but would love your help!...

https://redd.it/kisme5
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

What are the best and most addicting Android games?

...

https://redd.it/kirpvx
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

How to keep track of "early adopters" for future freemium update?

Hi Folks, I'm working on an app that will be free and I don't have any immediate plans to make it paid. However I want to make sure I leave open the possibility of making it freemium in case I want to change course to that in the far future.

The catch though is if I did make my app freemium in the future, I wouldn't want any users who downloaded it while it was free to pay for premium. I would want a way to tell if someone was an "early adopter" so upon a potential freemium update they would h...

https://redd.it/kilhlm
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

What happened to Google Play Instant?

From what I can tell, the upgrade web links feature no longer works, and previously available Instant Apps such as Citymapper and Vimeo now just open as a webpage :(

Seems that the only way it's available now is through games on the Play Store that have the feature enabled....

https://redd.it/kibrjr
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Weekly Questions Thread - December 22, 2020

This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, [the wiki](http://www.reddit.com/r/androiddev/wiki/), [our Discord](https://discord.gg/D2cNrqX), or [Stack Overflow](http://stackoverflow.com) before posting). Examples of questions:

* How do I pass data between my Activities?
* Does anyone have a link to the source for the AOSP messaging app?
* Is it possible to programmatically change the color of the status bar without targeting...

https://redd.it/ki5u80
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

If the google play account got terminated so is it will block the new accounts?

I made an app for a customer 3 months ago on my computer but 1 week ago his account on google play got terminated because I think he broke the rules, and I was working on the new idea of an app to publish on google play but I am hesitating now.

I am hesitating because I think if I publish the app will block my account because the account that has got terminated has my computer information like SHA1, SHA256, and MD5.

Do you have any suggestions to solve this problem and publish my apps without ...

https://redd.it/ki2p07
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Building a Custom Team Lineup View

Hi all,

During a redesign of an app, I needed to create a custom view for displaying a team lineup.
I wrote a step-by-step guide that shows how I built it.

You can read it here....

https://redd.it/ki2hdt
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

How do you make UI beautiful? Tips, tricks, hacks and your process and rituals ?

Discuss your UI dev process....

https://redd.it/ki1cge
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

What is the repository of arm32 kernel in googlesource and what is the difference between platform/system/security and platform/tools/security?

I want arm32 source repository to clone for my device. And there are two repositories for security in googlesource. Which should I clone for my device system?...

https://redd.it/ki00v1
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Anyone know how to compile Android apps found on Github?

Dear Community,

​

I've just found 2 apps I wanted to try, but It looks like they are on source code, and I'm not really familiar on how to install or compile these.

​

https://github.com/mmorciegov/android-wifi-tether

https://github.com/luftreich/android-wired-tether

​

Neither the README explains what to do.

​

B.R....

https://redd.it/khmu99
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

10 Best Programming Languages to Learn in 2021 - Statistics and Data
https://www.statisticsanddata.org/10-programming-languages-you-can-learn-in-2021/

https://redd.it/khl2b5
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Questions about using play store early access.

Sorry if this type of post is against the sub rules but I have a little app I have been working on and was looking into early access on the play store as a way of releasing my app and had a few questions first.

Is the early access program worth doing, or am i better off just releasing my app normally? I'm not sure if its common to use early access because i havnt seen many posts about it here.

If you do use early access are you still allowed to monetize your app or do you have to wait until yo...

https://redd.it/khuee3
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Linux or Windows?

People say that Android development is better on Linux than Windows, but why is that?...

https://redd.it/kiyaso
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Help Need help with testing MVVM with LiveData

Hello everyone, I just finished the demo of my project and I want to add some testing to it.


Well, my project is based in: Koin + MVVM (with LiveData) + Retrofit + Room

I'm trying to start with the ViewModel which has injected a Repository (With Dao and an Api injection), I have searched a lot of projects, with Mockito-Kotlin and Junit4 but I do not know exactly where to start.


If someone knows any tip or article, repo, tutorial that can recommend I would appreciate it...

https://redd.it/kiv4kn
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Top 20 Mobile App Development Trends to Look for in 2021

We all are swamped by the power of the mobile world, isn’t it? Mobile apps are a valuable technological innovation that has changed how we work, shop, and communicate. Over the years, mobile apps have evolved, with each year introducing new trends and changes. Here are the top 20 mobile app development trends that will dominate in 2021....

https://redd.it/kits1q
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

How do you do app translations as an indie developer?

I'd love to hear from the sub about how you handle app localization. It's hard enough making money, I don't have the time or money to get translators to translate all of my app strings.

Best Commercial Solution

Localazy is the cheapest option I've found and actually sounds like a decent solution. They have this cool feature where they share translations so if you have a string that's the same as someone else on their platform, the translation is automatically carri...

https://redd.it/kioswp
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

What to implement my Idea into Android App but How ?

I Want to Make A Time Table Alert App for my University . Everyday Our University Sents Us Email Of Timetable and Also Upload on the Timetable on Its Webiste now i want to do is to create an App which fetchs the timetable from the Webiste and Show Specific Data on the App E.g User will First Choose his Semester and Than the App will Show will him only the Time table of his Semester and The App will Also Notify User About every Class Before an Hour Ago .. Now the Problem is I dont Know much about...

https://redd.it/kiqnws
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Update rejected due to previous apk

Hi, our last updated (version 139) is being rejected due to Background location access not declared(we are using the coarse location permission but stoping the updated when the app is in background), but in the mail only says that the affected apks are 8,137 and 124.

137 it's the production version that is going to be updated.

8 & 124 are older versions in testings channel.

The email doesn't says that the new version 139 is affected, is somebody is this situation?.What should I do now?

This ...

https://redd.it/kindx0
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

One toolbar for all fragments or one toolbar per fragment?

One of the last large apps I had worked on, I had used a single shared toolbar in the host activity, which each fragment would interact with to change what was shown on it. It became a little tricky with the fragment lifecycle and often had to reset the state of the toolbar to make sure the old fragment's toolbar wasn't shown in the next fragment.

An alternate approach would be to use a toolbar per fragment. Seems like a lot of redundancy here, but would solve the previous problem.

Thoughts? ...

https://redd.it/ki4vpj
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Why this game targeting people who 7 age and above in Google Play but in their privacy policy targeting people who 16 age and above?

Why this game targeting people who 7 age and above in Google Play but in their privacy policy targeting people who 16 age and above?

​

Their Privacy Policy

>2. How do we process Children’s Personal Information?
>
>Our Services are not designed for Children, and we do not intentionally or knowingly collect, use, store, disclose, or o...

https://redd.it/ki3tx9
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Convincing designers that their design is too iOS-centric for Android app

I work on a big app and we have design team which is designing "2.0" of our app. The designs they have come up with are looking like its been ripped off straight from Dribbble where the mobile designs are disproportionally majority iOS-centric, or worse with any platform design guidelines taken into account. The designers I am working with, have already ran way too far with it, doing the "user testing" on it and poisoning the stakeholders with it. I probably stand no chance of convincing them t...

https://redd.it/ki3aof
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Phone help

I just bought 2 chinese android phones, and they run on a different frequency in Canada so any sim card I put in wont get the phones on the network...any way I can change this so I can get cell service in canada with these phones?...

https://redd.it/khmxml
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Too slow android studio on my mac mini m1

I'm too new to macs. I just downloaded android studio and auto complete was too slow. Is there any people that has the same issue with me?...

https://redd.it/ki0fjc
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

transfering data over hotspot

Hi everyone
I have two tablets A and B
tablet A has hotspot on
tablet B is conected to it
what i want is when tablet A draws on a white board the painting to appear on tablet B
is there a library on github or any useful resource...

https://redd.it/khj3mi
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

How do you handle navigation graphs?

Currently I'm using bottom nav without having a nav controller for each tab. I put the bottom nav inside a bottom nav host fragment. The idea was that tge activity have a main nav graph that only has bottom nav host fragment. After maintaining for a while, I start to have a lot of fragment deceleration inside this main nav graph, the reason being that for the child bottom nav to push a fragment on top of bottom nav host fragment, the fragment has to be defined inside main graph, same level as bo...

https://redd.it/khxglk
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

How can I concentrate the money that is generated in a specific app to a different bank account

Hello, first, excuse for my english, soon to finish an application, but i am question arose, how can I configure that the money generated in the app is concentrated in a separate account (google play console / payments)? I sold the app to a client, I don't want to mix up the money it can generate in other apps...

https://redd.it/khn8hm
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Good IP/WIFI Camera for Android Dev

I'm trying to make an android application that connects to a external video camera on the same wifi network as the android device and displays the video stream in the app.

I've tried this with a few ONVIF/RTSP compatible cameras but I've had no success and they all have different issues. I've also tried many open source github projects for connecting to ONVIF cameras and none seem to be able to connect to my cameras.

Is there a camera like this that is known to work with simple android apps f...

https://redd.it/khoqe9
@reddit_androiddev

Читать полностью…
Subscribe to a channel