Android Dev - Paid app refunded thrice??? I thought you could only refund once. |
- Paid app refunded thrice??? I thought you could only refund once.
- Android distribution dashboards are updated!
- Today we celebrate 1 year since we release the first version of our app and this is the active devices stats evolution (organic, ph and google ads)
- Why is Kotlin better than java?
- Play console weird stats - Part N
- Google AdMob duplicate account issues.
- A question about XML code.
- I'm trying to get install apks and run them, something in the os is blocking.
- [Android/Kotlin] Flutter Plugin to get access to Packagemanager
- Trash Documentation
- Do Google allow private blockchains in Android apps?
- LiveData not updating
- Deep Dive into Activity Results API — No More onActivityResult()
- Multiple Publisher accounts on Play Store.
- Can someone explain to me these stats?
- How to create a listener for the boolean variable?
- Hello all, I am wonder if any of you could tell me what this going on here : I called someone with my android phone and when I hung up these very strange sounds started playing from my phone. I closed all of my apps and the sounds continued until I rebooted the phone. Any idea what could cause this?
- LiveData vs MutableLiveData
- GuilhE/KeyboardStateEvents - LiveData notification when keyboard opens or closes, plus some handy extension functions
- Unlock bootloader for Huawei Y9
- Why Shopify can use Paypal and Stripe for their subscription plans in Android app but not using in app purchase?
- Tests in the multi-module app
| Paid app refunded thrice??? I thought you could only refund once. Posted: 03 May 2020 05:10 AM PDT
| ||
| Android distribution dashboards are updated! Posted: 03 May 2020 04:48 AM PDT
| ||
| Posted: 03 May 2020 04:17 AM PDT
| ||
| Why is Kotlin better than java? Posted: 03 May 2020 06:50 AM PDT | ||
| Play console weird stats - Part N Posted: 03 May 2020 03:18 AM PDT So I have seen many weird play console posts here but I found something bizarre with one of my apps today. In one of my app, Total number of installs (Lifetime) is 167k and Total number of uninstalls(Lifetime) 168k. Also, Active devices (Lifetime) is 43k. Numbers don't quite add up. Has anybody faced/seen this in any of your apps before? was just curious if I'm the only one. [link] [comments] | ||
| Google AdMob duplicate account issues. Posted: 03 May 2020 01:36 AM PDT I am getting duplicate account issue even though I haven't created any other account. My adsense account is still in the process of getting setup, payments page in admob shows only one user (me). I'm not understanding which account are they referring to and I still haven't even linked my app from admob. PS - Using separate email ID for admob account now cz I had got same error on my developer account i used on play store, hence cancelled it and created a new one. [link] [comments] | ||
| Posted: 03 May 2020 07:49 AM PDT <fragment android:id="@+id/nav\_host\_fragment" android:name="androidx.navigation.fragment.NavHostFragment" android:layout\_width="0dp" android:layout\_height="0dp" app:defaultNavHost="true" app:layout\_constraintBottom\_toBottomOf="parent" app:layout\_constraintLeft\_toLeftOf="parent" app:layout\_constraintRight\_toRightOf="parent" app:layout\_constraintTop\_toTopOf="parent" app:navGraph="@navigation/nav\_graph" /> So I know that using @+id will create a resource file inside R.java but after I ran the code above, I couldn't find any file named "nav_host_fragment". Any reason why? [link] [comments] | ||
| I'm trying to get install apks and run them, something in the os is blocking. Posted: 02 May 2020 09:41 PM PDT
| ||
| [Android/Kotlin] Flutter Plugin to get access to Packagemanager Posted: 03 May 2020 07:21 AM PDT Following this guide: https://stackoverflow.com/questions/2695746/how-to-get-a-list-of-installed-android-applications-and-pick-one-to-run Somehow the `getPackageManager` is unresolved. Can someone explain to me, why? [link] [comments] | ||
| Posted: 03 May 2020 07:17 AM PDT The official android developer documentation is garbage, you work though the code examples only to find that they don't work because they are incomplete, Garbage. Does anyone have a better source? [link] [comments] | ||
| Do Google allow private blockchains in Android apps? Posted: 03 May 2020 07:04 AM PDT | ||
| Posted: 03 May 2020 07:00 AM PDT I'm playing around with location tracking and getting stuck at getting livedata to update when I'm inserting new locations into my database. I'm firing off location tracking through the click of a button here My view model calls the repository and gets a runId back. I store the runId in a MutableLiveData property. The idea is that I update the id when I stop and start a new run. In my repository I create a new run using my runDao to get a unique id. That id is passed on to my LocationManger which attaches it to the intent used to invoke my LocationUpdatesBroadcastReceiver so it can store the locations in my database under the proper runId All of the above works just fine. My database is populated with with correct data. But when I try to observe it fails. In my LocationDao I select all locations based on a runId I call that method from my LocationRepository In my viewmodel I create a property called But in my fragment I only get 1 entity back. I was under the impression that inserting a new row into my database would trigger a refetch of the data. Any clue about what I'm doing wrong? Thanks for reading this far :-) [link] [comments] | ||
| Deep Dive into Activity Results API — No More onActivityResult() Posted: 02 May 2020 05:35 PM PDT
| ||
| Multiple Publisher accounts on Play Store. Posted: 03 May 2020 03:40 AM PDT I have an account where I publish an app. I cannot change the name of app and publisher account because I only want to associate that account with apps related to a single product. So, I want to create another publisher account ofcourse with another email id for some other ideas that I have but my doubts: - Will using the same PC for developing and publishing apps for separate accounts a good idea. - If one of the publisher account gets suspended, can it affect other account's presence/apps? [link] [comments] | ||
| Can someone explain to me these stats? Posted: 03 May 2020 02:39 AM PDT
| ||
| How to create a listener for the boolean variable? Posted: 03 May 2020 01:22 AM PDT
| ||
| Posted: 03 May 2020 05:01 AM PDT
| ||
| Posted: 02 May 2020 10:26 PM PDT This may seem like a stupid question but i'm trying to learn MVVM pattern and something is confusing me: In ViewModel class, we put an attribute for our model. For example, Person. The type will be LiveData<Person>. When we add the getter, the returned type will be MutableLiveData<Person>. Which means that it can be changed once we get it, unlike the attribute itself. Can we add the setter to change the attribute? If so, what's the point of making it LiveData and not MutableLiveData? The confusion is, why we have to use both and not MutableLiveData only? Thanks [link] [comments] | ||
| Posted: 02 May 2020 04:20 PM PDT
| ||
| Unlock bootloader for Huawei Y9 Posted: 02 May 2020 10:15 PM PDT Ive tried everything i could find from other people on the internet and im running out of ideas. I'm not paying for 60$ an unlock key and i know its possible. At the very least id like to roll back to emui 8 so its easier to root. [link] [comments] | ||
| Posted: 03 May 2020 01:53 AM PDT I have a question about the Google Play store in app purchase terms and condition here that I cant understand.Hope someone experience here can clear my doubts. The situation: I have an existing website that already offer subscription service which using Stripe. So now I will build an Android and iOS version of the app. So here come to the problem to the same subscription service in the Android app. The problem:
My findings: The existing app the closest to my business model will be Shopify. So let me use Shopify as the example here. Why I think Shopify is almost same with my business model:
My doubts is about the point 3 above. Cause they offer the subscription plan in their Android app and can be paid using their own payment processor and even using Paypal. They didn't using Google in app purchase for the subscription , they straight away offer the plan inside the app, and direct made payment inside this app. This is exactly what I want. My question: What different between Shopify and other android app that offer subscription that make Shopify can offer subscription plan without using Google in app purchase? Hope someone experience with this can tell me about this issue.Cause I read the policy, but I just cant understand this. [link] [comments] | ||
| Posted: 02 May 2020 02:53 PM PDT Hi Redditors. I'm curious where do you keep tests, especially instrumented test in multi-module architected apps? Do you create a separate module for tests or keep them in the `app` module altogether. I'm practising how tests might represent in multi-module apps, in a single module app, everything looks straightforward. For instance, if you have Test Suite which includes all major instrumented tests to test against the different flow, where do you keep those tests? As I mentioned in an `app` or in separate modules under their source code and invoke specific tests for an individual module? if that's so, how do you create whole test suite? I need Dagger in tests so I need some kind of initial TestComponent to have as well. Thanks in advance! [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