• Breaking News

    [Android][timeline][#f39c12]

    Saturday, August 29, 2020

    App Feedback Thread - August 29, 2020 Android Dev

    App Feedback Thread - August 29, 2020 Android Dev


    App Feedback Thread - August 29, 2020

    Posted: 29 Aug 2020 05:28 AM PDT

    This thread is for getting feedback on your own apps.

    Developers:

    • must provide feedback for others
    • must include Play Store, GitHub, or BitBucket link
    • must make top level comment
    • must make effort to respond to questions and feedback from commenters
    • may be open or closed source

    Commenters:

    • must give constructive feedback in replies to top level comments
    • must not include links to other apps

    To cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.

    As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.

    - Da Mods

    submitted by /u/AutoModerator
    [link] [comments]

    Getting back into Android development after 1year off. What are the best ways to catch up (Native)?

    Posted: 29 Aug 2020 12:31 PM PDT

    Hello guys, hope y'all are doing well.

    So I left Android development in early 2019 due to some personal reasons and school and I want to get into developing apps again for the most part of my spare time especially during this period of lockdowns and all the bad stuff going on.

    I started android development in 2018 and I worked on a project which was published on the Playstore during that time. Learned a lot while working on that project and some other side projects but I had to stop at some point due to some reasons stated above.

    Yesterday, I started looking up on some new features available for developers only to discover that there have been lots and lots of changes since I left which is cool by the way.

    So guys, what are the best ways to catch up now. I originally learned Java and did a bit of Kotlin back then but didn't take it too seriously. I guess I would have to focus on learning Kotlin for now right? I'm also seeing JetPack Compose on the AndroidDev YT channel, how is it going to be any different from the normal XML way of building UIs?

    I will be glad to hear what you guys think. Thanks.

    submitted by /u/reshxtf
    [link] [comments]

    Android Vitals - First draw time

    Posted: 29 Aug 2020 02:51 PM PDT

    I needed a flexible OTP input field for my app and found nothing, so I made one as a library. Check it out!

    Posted: 29 Aug 2020 02:32 AM PDT

    Banning a whole country because of bad reviews ?

    Posted: 29 Aug 2020 03:53 AM PDT

    I get way lower than average reviews from Indian users and it is somewhat tanking my global rating. It is the second country in term of rating count (10%). I do not know exactly why India ratings are so low but probably (among other things) the fact that the app is not translated, which I have no plan to do. This is also a fairly technical app and my guess many people there do not understand how to use it.

    I'm seriously considering disabling the whole country in the Play Store console. What makes me hesitate is that it will affect download counts, with possible undesired side effects.

    Thoughts ?

    submitted by /u/bubbleguuum
    [link] [comments]

    I created an unofficial PayPal IAP for Android

    Posted: 29 Aug 2020 06:16 AM PDT

    If you are likely publishing your app to Google Play. It is recommended not to use any other payment method other than their official one. There is a high chance your app might get banned.

    I was using this payment mode in some of my apps that I don't want to be on Google Play, hence decided to create a separate module for it.

    Also, the official one is no longer maintained, besides it had certain issues that this library solves like returning purchase details (currently only supports single payments).

    https://github.com/KaustubhPatange/PayPal-IAP-for-Android

    submitted by /u/KP_2016
    [link] [comments]

    Replacement of Android Drawable Importer plugin in Android Studio?

    Posted: 29 Aug 2020 05:27 AM PDT

    From Android Studio 3.6 I know that it's not possible to use Android Drawable Importer plugin anymore by default. I managed to download it from Github and could use it properly, but does anyone know any replacement?

    I have tried Import Drawables in Resource Manager but it does not seem to render multiple densities for different screen sizes (or I don't know how to do it properly).

    Thank you!

    submitted by /u/ludugz
    [link] [comments]

    How to log logcat output for a deployed android app?

    Posted: 29 Aug 2020 02:43 PM PDT

    Is there a way to log android.util.Log output for a deployed android app? Something like redirect to a log4j file? I need to examine issues originated from concurrent events during the app use. Thanks for any hints.

    submitted by /u/HumanComputation
    [link] [comments]

    Need feedback from developers who monetize their apps

    Posted: 29 Aug 2020 04:00 AM PDT

    Hi,

    I am building a service that tackles these painpoints I am having as a developer living in Europe:

    - How to monitor revenues from across different apps and different stores?

    - When doing taxes declaration, how to generate a report with your net-income to declare from app sales and IAP?

    Do you share these paintpoints? how do you solve them?

    submitted by /u/sandoche
    [link] [comments]

    Worth releasing your app in low cost per click countries

    Posted: 29 Aug 2020 12:26 PM PDT

    Is it worth it

    submitted by /u/SammyInsane
    [link] [comments]

    Video Game Companion App

    Posted: 29 Aug 2020 09:27 AM PDT

    Hello!

    I want to make a companion app for a game I play. Similar to this one Dododex

    Is there a handy template for this I can buy and customize?

    I have 0 coding experience. I can spend some money to make this happen but I wanted to learn myself with a head start hopefully from using a template.

    I am open to any suggestions or help!

    submitted by /u/IoTFurniture
    [link] [comments]

    How to create custom lock screen?

    Posted: 28 Aug 2020 09:07 PM PDT

    I've seen some custom lock screen floating around and was wondering;

    • If there any source code/tutorial that I could follow.
    • How far can you customize it? Could you add a really complex interaction, e.g. You need to finish a mini-game first before the screen unlocks?
    • Is it future proof?
    submitted by /u/buangakun3
    [link] [comments]

    Question about passing object between fragments.

    Posted: 28 Aug 2020 11:44 PM PDT

    Hello everyone,

    The android app I'm developing has 2 activities and several fragments:

    1. Login (talks to API and gets access token)
    2. Main (6 fragments currently, will increase in future.)

    Trying to follow MVVM.

    In login, logics are set up and corresponding new user object(from User model) is created on successful login.

    How should this user object be accessed from (passed to) Main and its fragments? Currently, it is passed form Login to Main through Intent. For fragments in main: Home fragment gets it from intent and sister fragments gets it through Navigation bundle passed among them.

    Is there a better way to do it?

    Thank you.

    submitted by /u/TimbaatheMathman
    [link] [comments]

    What hardware spec is better for decent build times while optimizing the cost?

    Posted: 28 Aug 2020 08:21 PM PDT

    Android Studio team recommends 8 GB RAM but that amount depend on the project. Aside from that it is normally recommended to have a SSD.

    What is your recommended specs (CPUs, RAM) for medium to large projects in order to have decent build times while optimizing the cost?

    But what about CPU?

    • AMD or Intel
    • What CPU series? ex: i5, i7, Ryzen
    • How many cores?

    How much RAM? 16GB, 32GB, 64GB ?

    What are your hardware specs? Are you happy about your current hardware specs? If not what you could have done better?

    Note:

    According to recent thread : https://www.reddit.com/r/androiddev/comments/if2i04/comparing_android_build_times_by_cpu/

    In case if you're too lazy to read the article, highlights as follows:

    CPU difference has a greater impact on full rebuild as compared to incremental build (incremental build times are comparitively closer across CPUs)

    Desktop CPUs heavily outperform mobile CPUs, possibly due to throttling (6-core desktop CPUs performed better than 8-core mobile CPU)

    performance scales up with core count (more cores = lower build times) but this is only till ~8 cores; after that the improvement in build time is negligible (no more parallelization possible)

    submitted by /u/nerdy_adventurer
    [link] [comments]

    64 bit driver v4a petition

    Posted: 29 Aug 2020 07:25 AM PDT

    Is your stereo sound on your android phone or headphones unbalanced? We need a good system wide eq on our new 64 bit devices!

    Please sign/ spread the word and share this: Petition

    submitted by /u/Void-glitch-zer00ne
    [link] [comments]

    Would it be possible to generate a notification when an item appears on a background app?

    Posted: 29 Aug 2020 03:31 AM PDT

    Not going to ask you to write a script for me, thanks in advance for any answers

    submitted by /u/Big_Pappa_Smurf
    [link] [comments]

    start rollout to production on google play store

    Posted: 29 Aug 2020 03:14 AM PDT

    I'm updating my app in Google Play and I've enabled 'Timed Publishing'. After creating a new release with the newly uploaded apk and other details, in the review screen "Start rollout to production" button is shown. Will clicking this start the rollout or does it wait till I press 'Go live' since I've enabled timed publishing?

    I want the app to be reviewed and available to the public only when I want to be.

    Does 'start rollout to production' mean submitting for review? what do I do if I want my app to be reviewed and have my app available for users later on?

    submitted by /u/Secure_Mine863
    [link] [comments]

    Emulator 30.1.1 Canary

    Posted: 28 Aug 2020 05:04 PM PDT

    animating the layout's setRotation property

    Posted: 28 Aug 2020 09:24 PM PDT

    views can be rotated using the `RotateAnimation` object in android, but using this class seems to only visually rotate the views, e.g. clicking the rotate view(rotated with pivot other than center) would not actually click the view, the view is still in it's original position but is only *visually* somewhere else.

    Hence, in order to rotate the view along with it's children to a new position, I found the solution to use `layout.setRotation(angle)`, in my case `layout` is a `constraintLayout` which I'll have to rotate through `180`.

    But, the problem is, that I am not being able to animate this, I'd like to make a smooth transition from `0` to `180` degrees, but it just snaps to 180 degrees. How can I animate this property or possibly the rotation?

    submitted by /u/bzarnal
    [link] [comments]

    Indian Pincode from Geo Location coordinate

    Posted: 28 Aug 2020 09:05 PM PDT

    Hi,

    I have a data set of geo coordinates of India and I want to get the pincode for those geolocations. Can anybody help me out with the right API? I searched Google, but I'm unable to get any API which does this.

    submitted by /u/sarabjot294
    [link] [comments]

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel