Is it possible to change the UI of the app completely? [closed] - android-studio

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 2 years ago.
Improve this question
after publishing apps to the play store, is there any downside if we completely change the UI of the app? or even the functionality of the app in the next updates.
for example, If my app is a music player app in the first update, what happens if I make it as a game in the second update? seems funny. but I would like to know this.
What really happens if we change the UI and behaviour of our released application to play store? is there any problem?

Yes, You can change the UI and/or behaviour without any issues but make sure your app does not violates any policy.
They will review your app update before publishing it to Google Play Store. So no need to worry.

Related

Published app in google play is gone with no reason [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 2 years ago.
Improve this question
Our app which was published and stable for more than 4 weeks is gone from google play jus few hours ago the app was fine today . The google play console has no errors whatsoever .
when i try to look for the app using the package name it says
We're sorry, the requested URL was not found on this server.
i have the same problem with app that have 300+ users
I've contacted support, cause this looks like a google play problem/error
Same problem here
https://community.adobe.com/t5/adobe-comp/cant-find-adobe-comp-on-goole-play/m-p/10956298?page=1
It generally happens when users are constantly giving low ratings to your app or you have very fewer downloads even after a very long time of publishing your app. If none of them are the cases then you should contact google support at the given link. https://support.google.com/googleplay/android-developer/?hl=en#topic=3450769

Does apple approve my app consists of only a single web view [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 8 years ago.
Improve this question
I have build an app which is only one view page app. There is a single web view which shows the content of a web page. There is no any other control in the whole app. If I submit the app in apple store then does apple approve this app or will reject it.
I'm almost certain they will reject it. If you have a look at the Apple guidelines it states:
2.12: Apps that are not very useful, unique, are simply web sites bundled as Apps, or do not provide any lasting entertainment value may be rejected
I believe your app falls into this group.
Here is the full review guideline: (Must be logged in to your Apple developer account)
https://developer.apple.com/appstore/resources/approval/guidelines.html#pornography

Register an app and chromecast in the new Google Cast Developer Console [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
Is it necessary to register in the new Google Cast Developper Console the apps and devices already registered through the previous whitelisting Form ?
Apps Ids seem to be shorter now. It still seems to work with previous implementations. Will it still work with the last version of the API and SDK released yesterday if I keep the same application ID ?
No - it will no longer work - your previous whitelisting was for the preview API's only. That is now history. Please re-register at https://cast.google.com/publish

What is the best technology for concurrent web page sessions? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
What is the recommended technology or technologies to use in order to make a web page that automatically updates the screen depending on a value change in a database?
For example, there is a web page with a button. When the button is pressed, a corresponding value in a database is changed from off to on. When this is completed, the database is checked again and the button on the web page changes to the corresponding state (either on or off).
Several web pages may be open on different devices and they must also change.
I have looked into Node.js with Express and Socket.io but it seems to have relatively little documentation and I was wondering if this can all just be accomplished in another way since JavaScript is pretty slow (I think).
Meteor JS might interest you, if you don't mind its bleeding edge status. Its very fancy javascript framework that does a lot of realtime updates and concurrency. Very cool.

how to get a screenshot of web application [closed]

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 7 years ago.
Improve this question
Google had this deal on youtube about sharing an issue on their site by leaving feedback. When you clicked on it, it took a screenshot of the current page. How can I do that in my application so I can see the error my users are having?
With Usersnap (http://usersnap.com), you can get screenshots from your users. They don't have to install any plugin or browser extension and it works with all major browsers (read: including Internet Explorer!).
Installing usersnap is as easy as installing Google analytics, i.e. adding a small JavaScript snippet to your page.
P.S: I'm a co founder of usersnap - if you have any further questions, don't hesitate to ask.
Using ASP.NET, you could do something like this (see the "Calling with the IHttpHandler Method"):
http://www.codeproject.com/Articles/95439/Get-ASP-NET-C-2-0-Website-Thumbnail-Screenshot
Then, your button would submit a request to the handler (possibly via AJAX), and you could either store the answer using the handler itself, or do a second postback with the results to your processing form.

Resources