Android Dev - I'm working on Augmented reality based system which based on Iron man's Holographic system, need some suggestion to make it perfect |
- I'm working on Augmented reality based system which based on Iron man's Holographic system, need some suggestion to make it perfect
- Released Kotlin 1.4.10
- New android packaging (graphical R8/Proguard-like) tool
- copy management - seeking advice
- PSA: Android 11 leaks view hierarchy if you pass a Spannable to a TextView
- How does an app gets mentioned on New releases section of the play store?
- Live Template for Creating LiveData
- Using the new Google Play In-App Review API with Five-Star-Me
- What update mechanism is this?
- Understanding phone internals
- Back button should take you back, not scroll to the top of the feed or to the previous tab </rant>
- Use of Webview
- Has anyone noticed delays in Google Play store listing updates?
- Value-based classes and domain modelling in Kotlin
- Sliders – Material Component For Android
- Can I buy android P Java development book for beginners and apply the same techniques in Q and above?
- Does android have something like Apple App Store's App Bundles?
- How to Create a Book App with Advance Features and Make Money?
- Android 11: Features and Compatible Smartphones
- What is Jetpack DataDtore
- What features should an Android HTTP request library have?
- The number of negative one-star reviews without comment increased. What to do?
Posted: 09 Sep 2020 10:38 PM PDT
| ||
Posted: 10 Sep 2020 05:38 AM PDT
| ||
New android packaging (graphical R8/Proguard-like) tool Posted: 10 Sep 2020 04:48 AM PDT "Clyze: analyze, obfuscate, optimize": new tool for android packaging, in early-access release. clyze.com is the actual site from the article. [link] [comments] | ||
copy management - seeking advice Posted: 10 Sep 2020 08:35 AM PDT I've been building a tool and am hoping to validate that its useful or valuable. The tool moves effort of copy management of string resources from Android Studio and development effort to a web tool for product owners, copy writers and design to iterate on. Basically I was frustrated by breaking from actual development effort to make copy changes. It works with a GitHub linked repo, parsing copy from a linked strings resource. The copy can be edited and pushed back to a branch where it can be merged back to the original string file with a pull request. Not aimed at the indie dev but for medium and large teams. I'm curious if this is a big enough pain point to keep investing effort to support the developer side. I'm having fun building this and hope it has some legs. [link] [comments] | ||
PSA: Android 11 leaks view hierarchy if you pass a Spannable to a TextView Posted: 10 Sep 2020 08:12 AM PDT This just popped up from LeakCanary when I was testing app on a new Android 11 emulator. If the reports are correct (I haven't thoroughly tested myself), the view hierarchy will leak through
[link] [comments] | ||
How does an app gets mentioned on New releases section of the play store? Posted: 09 Sep 2020 09:20 PM PDT Does a new app automatically get mentioned on gaining popularity, Or do you need to apply for it separately? [link] [comments] | ||
Live Template for Creating LiveData Posted: 10 Sep 2020 04:24 AM PDT Hi guys, Today I manage to create Live Templates for creating private MutableLiveData inside viewModel and also public function to expose it. Here is the github repo link Feel free to give feedbacks or submit pull request. Cheers, hope it helps. [link] [comments] | ||
Using the new Google Play In-App Review API with Five-Star-Me Posted: 10 Sep 2020 08:01 AM PDT The new In-App Review API for android was released a month ago and I wanted to use it in my project. Since the prompt couldn't be a call-to-action (like the press of a button) because of the visibility limitation enforced by an undisclosed quota, I had to write some custom logic. As of now there are no available options or I couldn't find one - probably because it is still a new API. I found /u/hotchemi's Android-Rate library, which is extremely easy to use and good enough to not break any guidelines. Just enough changes were made to this library to make it work with this API. The fork was renamed to Five-Star-Me to avoid any confusion with the original one and was published to jitpack. The integration is straightforward and should take no more than 15 minutes to write, publish and test. Link to github repo: https://github.com/numerative/Five-Star-Me. Support is appreciated. [link] [comments] | ||
What update mechanism is this? Posted: 10 Sep 2020 07:32 AM PDT
| ||
Posted: 09 Sep 2020 11:35 PM PDT I'm looking for a resource or hub to learn and collaborate about phone hardware and writing software for it at the bare metal level. I'm aware of Lineage OS and I guess in practical terms you could also phrase my question as "where are the resources used by Lineage OS devs when they are trying to port to a new phone?" I want to come up with novel uses for old (and new) phones and create resources for others who are interested in doing the same. Thanks [link] [comments] | ||
Back button should take you back, not scroll to the top of the feed or to the previous tab </rant> Posted: 10 Sep 2020 06:57 AM PDT I'm noticing this idiotic trend that is hijacking the back button and using it to refresh some content, going back the previous tab, then scrolling back up, then going back to another tab, then scrolling back up and then exiting from the app. (e.g: twitter, facebook, linkedin, tiktok) It is insufferable and just making me use the home button as a back button instead. [link] [comments] | ||
Posted: 10 Sep 2020 06:38 AM PDT While doing research in an application, I want to direct you to certain pages directly. Do I need to get permission from these pages I redirect? [link] [comments] | ||
Has anyone noticed delays in Google Play store listing updates? Posted: 10 Sep 2020 02:27 AM PDT Hi! Not a developer, but an app marketer here. Hope I'm not breaking any rules with this post. Anyway, has anyone noticed delays in Google Play store listing updates recently? I know that due to Covid the app review times have increased but does the same apply to store listing information like app title, description, screenshots, etc.? It used to be 2-3 hours at most, but now it's been almost 2 days since I changed the store listing information and it hasn't gone live on Google Play yet. Should I start to worry and contact Google Play support or is it normal during these times? [link] [comments] | ||
Value-based classes and domain modelling in Kotlin Posted: 09 Sep 2020 04:31 PM PDT Just published an article about value-based classes and using Kotlin's type system to enforce your domain rules. [link] [comments] | ||
Sliders – Material Component For Android Posted: 09 Sep 2020 09:04 PM PDT
| ||
Posted: 10 Sep 2020 03:11 AM PDT | ||
Does android have something like Apple App Store's App Bundles? Posted: 10 Sep 2020 02:06 AM PDT Where you can bundle a few apps together into one download. I'm referring to this: https://developer.apple.com/app-store/app-bundles/ Not this: https://developer.android.com/platform/technology/app-bundle [link] [comments] | ||
How to Create a Book App with Advance Features and Make Money? Posted: 10 Sep 2020 04:59 AM PDT
| ||
Android 11: Features and Compatible Smartphones Posted: 10 Sep 2020 01:00 AM PDT
| ||
Posted: 10 Sep 2020 04:37 AM PDT | ||
What features should an Android HTTP request library have? Posted: 09 Sep 2020 09:55 PM PDT I am currently making an Android library for HTTP requests. I can currently do basic get and post requests. What other functionality should I add? Also, feel free to go through my code and suggest improvements. [link] [comments] | ||
The number of negative one-star reviews without comment increased. What to do? Posted: 09 Sep 2020 08:55 AM PDT I have an app that I develop in my free time. Lately, I've started getting more one-star reviews without comment. I'm already used to negative reviews, but falling below 3.8 does not make me happy. I do not see any significant errors in Crashlytics and no new mass reviews with problems. I fix bugs, adding new functionality requested by users - and still get negative reviews. This is very upsetting and demotivating, especially if you have been working on a new feature for a long time. It seems to me that it would be better if Google Play had a rating like Steam - thumbs up or down. Simple and clear. Because star rating usually feels like this: https://imgs.xkcd.com/comics/star_ratings.png Update: Thanks to all for the tips. I will try it and if something changes - I will add to this post. [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