Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 4 years ago.
Improve this question
I am creating simple android game and I want to save user progress on backend, nothing too complicated, only lets say json with map of completed/uncompleted levels.
I am looking into play games snapshots and firebase database and I am not sure what to use. Having to solve conflicts manually in play games snapshots seems like unnecessary work, on the other hand I am not sure how play games auth goes with firebase.
Give me some suggestions please
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 hours ago.
Improve this question
I want to become an Mobile Application developer and i had just finished a beginner course on Android dev using Kotlin.Can any one suggest me what should be my next step towards my goal.What topic should i learn next?
Should it be Flutter,Jetpack,Firebase,Retrofit,React Nativ etc.
I need mentorship!
Roadmap to Mobile Application Developer
You should learn these:
DataBinding
Coroutine
LiveData and Flow
or these:
Navigation
Room
I think it's important to you .
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 days ago.
Improve this question
recently tried Google Books API and got beautiful result.
I want to create a small android window which can show me products from amazon.
it will be great help if you can help me even a littile bit of it.
Try Amazon's product advertising API.
https://docs.aws.amazon.com/AWSECommerceService/latest/DG/Welcome.html
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 1 year ago.
Improve this question
I have an application and I want to transfer it to another google play account, but I can't find information about app transferring time.
It’s an outrageously simple process that took 2 hours to complete
check this link
The steps to transferring your app/game
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am trying to make an android app store in other language I mean separate from Google Play. Is there any way to have an app like Google Play but customizable for my app store.
thank's in advance.
There is FDroid - which might be exactly what you want. https://f-droid.org/
Open source code for FDroid: https://gitlab.com/fdroid/fdroidclient
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I register and buy an android market account and publish the application. But now I want to publish it using another account. Is there any easy way to transfer my published application from A account to B?
Thanks.
I think you can't just unpublish it with account A and then publish the same APK with account B. The key that you use to sign the apk is what the market uses to determine if it is the same app. So your users should still get update notices. The only side effect of this that I can think of is that your app downloads counter will reset to 0. I have not done this before but I see no reason it wouldn't work