• Breaking News

    Friday, March 13, 2020

    Android Dev - Weekly "anything goes" thread!

    Android Dev - Weekly "anything goes" thread!


    Weekly "anything goes" thread!

    Posted: 13 Mar 2020 05:40 AM PDT

    Here's your chance to talk about whatever!

    Although if you're thinking about getting feedback on an app, you should wait until tomorrow's App Feedback thread.

    Remember that while you can talk about any topic, being a jerk is still not allowed.

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

    Securing Data Storage in Preparation for Pentesting

    Posted: 13 Mar 2020 05:01 AM PDT

    Someone stole my app and modified the code a little bit and uploaded it to the PlayStore. What action should I take? In order to take that app down?

    Posted: 12 Mar 2020 10:20 AM PDT

    Admob and Play store will not disable or terminate your account if your app makes more money for Google

    Posted: 13 Mar 2020 08:10 AM PDT

    This app and their store are strong violent Play store policy and so greedy when showing Ads when you click back button to exit the app. But I don't know why it isn't removed on Play store and Admob doesn't handle this. Seems no fair between developers here.

    Instagram copryight: https://help.instagram.com/126382350847838

    Play store policyhttps://play.google.com/about/privacy-security-deception/device-network-abuse/

    • Apps that facilitate or provide instructions on how to hack services, software or hardware, or circumvent security protections.
    • Apps that access or use a service or API in a manner that violates its terms of service.

    Force ads when clicking back button https://imgur.com/KgHoMKZ

    https://play.google.com/store/apps/details?id=instake.repost.instagramphotodownloader.instagramvideodownloader

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

    Graphing in Android Studio for debugging purposes?

    Posted: 13 Mar 2020 08:01 AM PDT

    I want to graph some variables to help debug a app I'm working on, it this possible and how would I do it?

    For example, I want to make a line graph comparing the X axis Time and Y axis Variable Value.

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

    How do you manage app updates that rely on new web service versions with breaking database changes?

    Posted: 13 Mar 2020 05:44 AM PDT

    So we have app version A which relies on web service version 1 and the new app version B which should use the new web service version 2. No problem so far, both can run parallel.

    But what do you do if version 2 of the web service has breaking database changes which won't allow web service 1 to work anymore.

    Why did we choose two different parallel web service versions anyway? Because we want to make sure, that users who haven't updated from app A to app B can still use the app, even if web service endpoints have changed in the meantime.

    So, is this a common problem? How do you manage it? Or what alternative approaches do you use in order to not break old versions of your app?

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

    Smart Casts via Assertions + Kotlin Contracts

    Posted: 13 Mar 2020 08:27 AM PDT

    How to use the onRestoreInstanceState Method with TextView string values

    Posted: 13 Mar 2020 05:35 AM PDT

    How to use the onRestoreInstanceState Method with TextView string values

    Hi dudes

    Im not a professionnal of Kotlin, but I'm working in a big project for a quite simple app using Android Studio.

    My app is working as I wished but I have an issue to save my datas when I switch of activity.I think its link to my Textview values that I always need to toString/toInt for treat them, but Idk how to unblock me.

    Please take a look to my code and tell me how and where create that onRestoreInstanceState method. Maybe my code is not as professional than yours but please don't mind.

    Tks a lot for the help I'm sure ur gonna do for me, heres the code :

    First Part

    Second Part

    PS : tell me too if my onSaveInstanceState method is correct or not, tks :)

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

    Should I abandon ObjectAnimator for Motionlayout

    Posted: 13 Mar 2020 05:19 AM PDT

    I keep seeing that MotionLayout is the new thing, and was wondering will it replace ObjectAnimator and should I stop using ObjectAnimator?

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

    Is it possible to create a Custom View Base class? Especially when a custom view inherits either View, Button, ConstraintLayout etc.

    Posted: 13 Mar 2020 04:20 AM PDT

    Seems hard to do as the custom view class would have to be a abstract class to get rid of the constructors.
    So when we previously had class CustomView: ConstraintLayout
    I now want to have something like:
    class CustomView: BaseView<ConstraintLayout>

    unfortunately it seems like Kotlin doesn't allow extending generic types, which would have been the solution here so
    abstract class BaseView<V: ViewGroup> : V

    Is not possible, any other way that you can achieve something like this?
    As I said the constructors and inflating are always the same, but the subclasses still need to inherit from other classes as well.
    I know multiple inheritance isn't supported but there should be a solution to this :/

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

    How do you handle factor specifig issues

    Posted: 13 Mar 2020 12:20 AM PDT

    I'm developing an Android-App and test it mainly on different Pixel devices. Sometime a colleague uses a Huawei P30 Pro and that's where the fun part starts. I see behaviour issues, I never had on any of the Pixels.Yeah, I could buy multiple devices from different brands, but well how should I fix specific issues, with some device name/brand checks in my app?I would appreciate any help on this topic.

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

    “How to Create Notification Badges With Google Bottom Navigation Bar”

    Posted: 12 Mar 2020 11:05 PM PDT

    Where to start in an android application

    Posted: 13 Mar 2020 02:47 AM PDT

    Hi I'm trying to modify an existing Android application which wasn't bult by me.it is an application that uses native c++ library. The code is huge . Where to start reading to properly understand the whole pipeline of the application. It is a bit overwhelming to not know where or how to start.

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

    Suggestions :Best course to learn Android development

    Posted: 12 Mar 2020 09:32 PM PDT

    Hello developers. I want to study & learn Android development. Can you please suggest me some good material or course online to learn Android development. I am a new developer and only understand some basics fundamentals of Android development.

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

    Handling Nullability in Android 11 and Beyond

    Posted: 12 Mar 2020 09:04 AM PDT

    How many downloads did your first app get?

    Posted: 12 Mar 2020 02:10 PM PDT

    I just wanna know your stories on your first uploaded app on play store, how many downloads did it get, how much marketing you did?, how many revenue did you get from the first app etc..

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

    Mastering UI development

    Posted: 12 Mar 2020 01:15 PM PDT

    Through my professional mobile developer journey I always had some kind of UI / UX designer as a part of a team, or designs were already provided by client. I barely develop UI myself. For personal projects I usually use built-in material components and adjust colors. Still, apps looks very generic.

    Additionally, some time ago, during pair programming session (which was part of recruitment process) I had to draw triangle on canvas. I just copy-pasted code from SO and adjusted it for some obvious performance reasons such as "don't allocate stuff in onDraw() method". However, for me that was the most challenging part of recruitment assignement.

    I feel preety comfortable creating all kinds of Android SDK agnostic app logic, debugging weird Android issues or using standard APIs. I'm not sure how I should develop myself in UI field. Sometimes I feel, that I should re-learn everything and start from scratch.

    Do you have any experiences in similar situations? What are your recommendations? Maybe I should take some graphic design classes?

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

    Worldwide eCPM Performances for Mobile Ads in February 2020

    Posted: 12 Mar 2020 08:51 AM PDT

    How to Sign BUNDLE to upload

    Posted: 12 Mar 2020 11:33 AM PDT

    Hi!

    I always worked with APKS, never with BUNDLES, and I always used the same file to sign the APK and upload it to the store. Currently, I think, I have to upload a BUNDLE. I do the same signing process as the APK, with the same file that I used to sign the APKS but when uploading it to the store it tells me that it is not signed.

    Any idea?

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

    Has anyone been able to get their AS 3.5 debugging on device to not totally suck?

    Posted: 12 Mar 2020 11:06 AM PDT

    I'm just finding it to be barely usable performance-wise. Are there any settings to tweak that would improve this? I'm apprehensive to go to 3.6 as each release it's been getting worse.

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

    No comments:

    Post a Comment