Android Dev - Is it just me or you guys are also having your app updates "in review" for more than 7 days in play console? |
- Is it just me or you guys are also having your app updates "in review" for more than 7 days in play console?
- Is Google Play Console down for others too?
- Short question on Google Developer NDA
- How to Improve User Experience for a Website/App?
- The Kotlin Roadmap for the first half 2021 is out!
- Posted a while ago a teaser of this GOTO Bookclub episode with Hadi Hariri and Venkat Subramaniam. The full episode is out!
- How to dynamically update a Recycler View item from network while in is in view? Eg. Number of likes, comments in a Tweet
- Suggestion for application backend
- Unique progress view with rich customisation options!
- A test order. I just saw a person getting my app and play console stated test order.
- Is there a comprehensive guide or library to do this on Android? (Draw freeform, lines, dots, circles, text and be able to select and move them)
- Creating custom view classes!
- Books for Systems Programming on Android mobile devices?
- What is a good starter project for a new mobile app developer?
- Updating android apx, not over-writing file
- Best way to add demo subproject
- How to modify or delete an android calendar event with js?
- How to create an app that does nothing
| Posted: 21 Jan 2021 02:28 AM PST | ||
| Is Google Play Console down for others too? Posted: 21 Jan 2021 03:38 AM PST
| ||
| Short question on Google Developer NDA Posted: 21 Jan 2021 04:07 AM PST Hi folks! I recently submitted my game to Google Play indie game corner. Yesterday I received an e-mail stating that an "Developer NDA" is necessary to carry on with process in being featured in google play. Is this a standard procedure in Google Play? After some googling I couldn't find too much information about such NDA. [link] [comments] | ||
| How to Improve User Experience for a Website/App? Posted: 21 Jan 2021 06:53 AM PST Hey everyone! Our post is about how to improve the UX of your website and mobile app. There is a UX checklist for creating websites/apps at your convenience. You might find it worth sharing. https://2muchcoffee.com/blog/how-to-improve-user-experience-for-a-website-app/ [link] [comments] | ||
| The Kotlin Roadmap for the first half 2021 is out! Posted: 20 Jan 2021 12:02 PM PST
| ||
| Posted: 21 Jan 2021 05:45 AM PST
| ||
| Posted: 21 Jan 2021 03:13 AM PST Hey , I was wondering how to update data in Recyclers dynamically in the most efficient way,like in the App twitter Each tweet will have number of retweets , likes etc changing by the time the specific tweet is in view. So how would you update those items in the recycler with the latest number of likes ? To add more complexity, how would you then handle if the user presses "Like" and now you'd have to send a network request which probably will return the latest number of likes and now you'd need to update the number of likes of only that specific tweet. I am trying to accomplish this using flows api, any ideas/suggestions/ Open source projects will be helpful. Thank you! [link] [comments] | ||
| Suggestion for application backend Posted: 21 Jan 2021 05:08 AM PST Good morning to all, i need some advice from someone with more experience in this field. Actually i have an android app that is a money manager app (https://play.google.com/store/apps/details?id=com.gmail.mymoneymanager) and at the moment all the data are stored in the local sqlite database. In the future i want my users to have the ability to subscribe and have all the data synced in the cloud and have the ability to use the web application that i will develop. With this conditions, what technology/language do you suggest? I was thinking about node and express, django or vaadin. I have no experience with none of the three but that's not a problem. What do you think? Are there some people with similar experience? [link] [comments] | ||
| Unique progress view with rich customisation options! Posted: 20 Jan 2021 10:37 AM PST
| ||
| A test order. I just saw a person getting my app and play console stated test order. Posted: 21 Jan 2021 02:47 AM PST What is a test order and how do I stop test order? I'm fairly new so any help is appreciated Thanks [link] [comments] | ||
| Posted: 20 Jan 2021 06:41 PM PST
| ||
| Posted: 20 Jan 2021 05:08 PM PST So I finally learned how to create custom view classes with a standard pattern that is clean and concise. I was always confused when building creating a custom view class for Android and I would do it slightly different each time. Implementing wrong constructors or inflating the XML randomly in places....yea, I was doing it wrong. Thanks to some documentation as well: https://developer.android.com/codelabs/advanced-andoid-kotlin-training-custom-views#3 Hope it's at least helpful to newer devs. I'm sure you senior devs out there already knew! [link] [comments] | ||
| Books for Systems Programming on Android mobile devices? Posted: 20 Jan 2021 01:01 PM PST Developers wanting to write apps for mobile phones have a number of options available to them, such as Unity and Java APIs. Instead imagine a programmer who is actually going to write the dalvik virtual machine and target it to a particular mobile ARM CPU architecture. What are the books that those programmers are reading? Thank you. [link] [comments] | ||
| What is a good starter project for a new mobile app developer? Posted: 20 Jan 2021 08:33 AM PST I am taking a mobile apps course as an independent study for school. I have some programming/web dev experience and I am familiar with Java syntax enough where I think I can jump right in to making the course project, but the idea for the app itself is up to me. What would your suggestions be as a first app that covers the basics of programming for mobile? Any and all suggestions would be greatly appreciated. [link] [comments] | ||
| Updating android apx, not over-writing file Posted: 20 Jan 2021 01:42 PM PST To start off, i am not an android developer. I am using APK Editor Studio to modify an App licensed to us. I have an app that i have published to a private google play store. I am now trying to update that app but it is not overwriting one file in the existing application. I publish the new version of the app, the only things that change are the android manifest file, changing the version, and then this one xdb file under assets of the app. this XDB file controls the server the device connects to. On the device, a honewell scanner, I update the app, but the connection never changes. If I Uninstall the app first, then re-install the app, it properly connects to the new server, and that tells me that the new version is working fine, just not replacing/over-writing that xdb file. can anyone offer any suggestions? [link] [comments] | ||
| Best way to add demo subproject Posted: 20 Jan 2021 12:39 PM PST I work on a project and the structure looks like this: MainProject -SubModuleA -SubModuleB -SubModuleC --DemoProject *adding this now DemoProject depends only on SubModuleC and it will serve as a catalog for all the things from this submodule. It should be an Android app that can be build on its own, but when I build the MainProject, it should not know about the demo project. The requirement is not to create a new repo that depends on SubModuleC. How to achieve this. [link] [comments] | ||
| How to modify or delete an android calendar event with js? Posted: 20 Jan 2021 11:47 AM PST I am building an android application in java script which, among other things, creates events in the system calendar, modifies them or deletes them. To create events in the calendar I use the following code, which works as expected.
[link] [comments] | ||
| How to create an app that does nothing Posted: 20 Jan 2021 03:28 PM PST I know how to create an app that force closes itself on opening by using finishAndRemoveTask(), [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