• Breaking News

    [Android][timeline][#f39c12]

    Wednesday, December 11, 2019

    How to build secure Mobile Apps: the tough job everybody ignores Android Dev

    How to build secure Mobile Apps: the tough job everybody ignores Android Dev


    How to build secure Mobile Apps: the tough job everybody ignores

    Posted: 11 Dec 2019 07:43 AM PST

    Emulator 29.3.0 Stable

    Posted: 11 Dec 2019 09:16 AM PST

    Google Play indexing, Round 2 : After a fix the 11/11/2019, the indexing issue is back.

    Posted: 11 Dec 2019 01:26 AM PST

    They fixed it yesterday, and our apps were indexed and could be found with many keywords, but it lasted only a few hours and then disappeared again. The only change is that my app can now be found with the name of the app without underscore. For example If I search for "My App Name" it works, but if I do "My App Name + Developer Name" (or any other keywords) it doesn't work anymore.
    https://support.google.com/googleplay/thread/15162444
    https://issuetracker.google.com/issues/145040410
    https://issuetracker.google.com/issues/145310152

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

    List of MVVMs?

    Posted: 11 Dec 2019 01:10 PM PST

    Have there been any concept examples of having a list of MVVMs? That is, using MVVM at an individual list item level inside a recycler view, rather than the usual MVVM only governing the screen level.

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

    Google Play Indexing Issue, a few questions for developers about the app quality of the apps you are uploading.

    Posted: 11 Dec 2019 07:52 AM PST

    Google Play Store has had a "Indexing Issue" for a 60+ day period. This not only effects new submissions but for some developers this also effects older apps as well. Now I would like to gather some information if you have the time I thank you in advance.

    1) Are your apps source code write by you or a template brought online?

    2) Do your apps have organic or paid reviews?

    3) Do you use Admob or did you choose another AD network?

    4) Do you make more than 4 apps a year?

    Thanks for the information in advance it will be a great help!! I am pretty confident the indexing issue will be resolved after google removes apps that do not comply with the new terms and conditions.

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

    If you are using the PixelShot library, then please migrate to the new and better library QuickShot which supports Scooped Storage, Android 10+, external and internal full paths.

    Posted: 11 Dec 2019 12:49 PM PST

    RecyclerView vs ListView - ANDROIDRIDE.COM

    Posted: 11 Dec 2019 03:51 PM PST

    RecyclerView vs ListView - ANDROIDRIDE.COM

    RecyclerView vs ListView

    Before downvote, there are people still searching for the difference between RecyclerView and ListView. So I think put the image here and it got from https://androidride.com/recyclerview-android-simple-tutorial-listview-checkbox-example/ .

    What I want to say is just add something you know, that not in the image, and make this post as a most relevant RecyclerView vs ListView comparison post.

    For example:

    @) It is easy to add Header and Footer in ListView using addHeaderView() and addFooterView().

    But RecyclerView doesn't have these methods instead it supports different types of view.

    Thanks

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

    How do I opt-out of an internal test track

    Posted: 11 Dec 2019 12:03 PM PST

    I am trying to figure out how to opt-out of my internal test track and opt-in to my public beta track for a user. I cannot seem to find any documentation on this process. Whenever I attempt to download the public beta, it keeps putting me back on the internal track build.

    I have removed the user from the internal test track on the dev console, but still unable to access the public beta.

    Any help here would be appreciated.

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

    I am ready to build my app

    Posted: 11 Dec 2019 03:48 PM PST

    ...however, I am daunted by the tasks ahead. As of right now, I have drawn out what each page of my app will look like and have drawn all the features and buttons, but when I sit and think about it, I get stress overload just thinking about all the research I have to apply to know how to "build and code feature x" and so forth. For example, I am learning how to make an animated splash screen for my app right now, then later I have to learn how to save user's login information. All of this in mind, is it even possible to learn these complicated things with basic programming skills? I literally have every page of my app drawn out on paper... advice?

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

    In MVVM architecture, what is the proper way to update a MutableLiveData object?

    Posted: 11 Dec 2019 03:48 PM PST

    Say I have

    MutableLiveData<myObject> m; m.postValue(myObject(param1, param2)) 

    Then a few seconds later a sever response comes in that should change param2

    Do I just do:

    m.postValue(myObject(param1, param2)) 

    which essentially creates a new instance of myObject?

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

    A native android app built with clean architecture, coroutines-flow and android jetpack

    Posted: 11 Dec 2019 10:52 AM PST

    Programmatically dismiss ACTION_VIEW dialog once installation is complete [SO Bounty]

    Posted: 11 Dec 2019 01:59 PM PST

    Programmatically dismiss ACTION_VIEW dialog once installation is complete [SO Bounty]

    Hi all. I posted a question here the other day and received a few upvotes but no real answers. Seems like a tough nut to crack , so I created a bounty on SO if anyone is interested. Thanks!

    Edit: Copy/Pasted original post:

    We have a process for allowing our users to manually update the application, because our devices do not have any app store. We download the apk from our servers and run:

    updateIntent = new Intent(Intent.ACTION_INSTALL_PACKAGE); updateIntent.setData(contentUri); updateIntent.setFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION); 

    with the contentUri pointing to the location of our stored APK. As the installation is running, the app closes. Then, the following screen appears on completion:

    https://preview.redd.it/pq38oh2ut2441.png?width=301&format=png&auto=webp&s=745a2e2d6736240a7c9ccd5366e6e698d630584c

    We restart our app immediately when we receive a MY_PACKAGE_REPLACED intent. The issue is that this screen remains in the background.

    How can I programmatically dismiss it?

    I have tried:

    // Dismiss all system ui messages Intent closeDialog = new Intent(Intent.ACTION_CLOSE_SYSTEM_DIALOGS); sendBroadcast(closeDialog); 

    but it does not work for this type of dialog

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

    �� ViewBinding provides type & null safety, findViewBy doesn't!

    Posted: 11 Dec 2019 12:36 AM PST

    How to Implement Android Navigation Component in Your App

    Posted: 11 Dec 2019 04:15 AM PST

    Anyone know a library that I can use to recognize previously saved objects (or a few pictures of those)?

    Posted: 11 Dec 2019 06:57 AM PST

    So by using the camera the library should be able to tell if what it sees matches pictures or objects it has saved previously.

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

    How can I achieve something like this?

    Posted: 11 Dec 2019 10:29 AM PST

    Hi there,

    Sorry I couldn't describe properly in title but I want to achieve something like this: https://imgur.com/a/zBy8qqO

    I have a circular image (coming from server) and the outside flower-type kind of drawable is fixed. I need to make a custom view for this but I am not sure how can I position the elements so that dynamic image view is fit inside the static image view. I hope my question makes sense. Any pointers to the solution would be helpful.

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

    Immersive mode with Gesture Navigation - Android Development Patterns

    Posted: 11 Dec 2019 09:33 AM PST

    APKUpdater 2.0.0 Stable Released

    Posted: 11 Dec 2019 01:34 AM PST

    Are you allowed to distribute your app on app stores other than Google Play?

    Posted: 11 Dec 2019 05:11 AM PST

    Play Store isn’t indexing apps again?

    Posted: 10 Dec 2019 09:27 PM PST

    Yesterday Play Store began to index the new apps correctly, but today again it seems that the new apps are not being indexed. 😰

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

    APK signature strategy?

    Posted: 11 Dec 2019 08:30 AM PST

    I'm thinking about publishing my apps on alternative app stores.

    My apps will be re-compiled to be compliant for each store.

    Eg: Some label will be changed to : "Download on [STORE NAME]", instead of "Download on Google Play".

    The package names will be the same but the hash (md5/sha1) of the APKs will be different.

    I'm wondering if there is any risk about my Google Developer Account (ban) if I use the same keystore to deploy on alternative app stores?

    Note: If I use a different keystore, I've a Google Protect warning (Unknown developer).

    What do you think ?

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

    Create MQTT user from application

    Posted: 11 Dec 2019 07:10 AM PST

    Hello,

    I'm using `Paho` library to connect to `MQTT` server in my Android application. I need to register new device from my application. For this reason I suppose I need to create new user in `MQTT` service. How to achieve that?

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel