• Breaking News

    [Android][timeline][#f39c12]

    Saturday, August 3, 2019

    App Feedback Thread - August 03, 2019 Android Dev

    App Feedback Thread - August 03, 2019 Android Dev


    App Feedback Thread - August 03, 2019

    Posted: 03 Aug 2019 05:29 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]

    Does anyone how the magic works for Room's LiveData

    Posted: 03 Aug 2019 11:28 AM PDT

    We really love Room's LiveData. It is one of the key components of our project success.

    What we really love is, when we update a particular table(s), Room is "smart" enough, to only notify the observers of affected table(s)

    It really work like a magic. I'm sure there's a lot of complexity happens behind. Does anyone have a clear idea, on how Room's LiveData work?

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

    ENTRY-LEVEL

    Posted: 03 Aug 2019 12:46 PM PDT

    Colored texts in play store description. How do we add such texts? What other formatting options are supported by the store listing?

    Posted: 02 Aug 2019 11:37 PM PDT

    How do i highlight text like this and save the highlighted text and display it later in highlighted way when user comes back

    Posted: 03 Aug 2019 09:02 AM PDT

    First result in Play Store search taking up entire screen.

    Posted: 03 Aug 2019 02:58 PM PDT

    I've noticed that on some Play Store searches, the first app result is given all the attention.

    Screenshots and the short description are shown without even clicking on the product page, and the single app takes up the entire screen. Below that, there is an ads section called "related to your search", below that a "you might also like", and directly below that, a "similar apps" section.

    Only after you scroll past all this do you get to see the app ranked second for the search.

    Is anyone aware of how common this is? It appears that sometimes the app gets the full screen, and sometimes it just gets its regular spot, and it's not consistent.

    Does anyone have more information on this or what causes it (it doesn't happen all the time)? It's quite annoying when I'm ranked #2 for a specific search.

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

    Please suggest some good source for learning about Android animations with examples.

    Posted: 02 Aug 2019 08:48 PM PDT

    For those of you using AdMob, what have to done to be GDPR compliant?

    Posted: 03 Aug 2019 08:33 AM PDT

    Since even non-personalized ads require consent as they use cookies are you showing a consent screen? Are you exiting the app if they do not accept if it's your only source of revenue?

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

    My first android library

    Posted: 02 Aug 2019 11:07 PM PDT

    I made this library because most of my clients do not favor of the default date picker of android. They say they want something like iOS wheel picker. So, I decide to make one.

    Check it out:

    https://github.com/niwattep/material-slide-date-picker

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

    Retrieving data from Room db results sometimes null

    Posted: 03 Aug 2019 03:55 PM PDT

    In my project some users faces the problem caused by null pointer exception because room returns queries null. This situation happens in 3 percentage of the users. Not always happens. What may cause this problem?

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

    I finished my app yay!. But now what the heck do I do?

    Posted: 03 Aug 2019 03:14 PM PDT

    Hello!

    well, I finished my app and I know everything is working because I tried the application on 1 virtual device. But I'm scaredand not quite that my app has some sort of bug or something like that.

    what the HECK should I do ?

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

    How to call a function when the home button is pressed

    Posted: 03 Aug 2019 07:25 AM PDT

    New to Android, I already have an app published on iOS. What I'm trying to do is bring up my pause menu when someone hits the home button (or really any time someone leaves the app). When the pause menu comes up it handles pausing the clock/timer already, so all I really need to do is call one function.

    In iOS I used

    `applicationWillResignActive()` 

    and

    `applicationDidBecomeActive()` 

    to trigger my application transitions.

    I've looked on Stack overflow and there's a lot of confusing answers that also seem outdated.

    Thanks!

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

    Testing Parcelable and Serializable classes

    Posted: 03 Aug 2019 09:03 AM PDT

    Playstore publishing flow

    Posted: 03 Aug 2019 06:41 AM PDT

    Hey guys. I'm developing for Android for about 7-8 years, but still, don't know how publishing works. For this period I haven't published any personal app, just for customers. And now I'm struggling with this. I'm developing app Designed For Families, after two rejections(because of the content policy) I managed to release it to alpha. Each review was taking about 3-4 days. Now on pushing artifact to production on Wednesday - nothing happens. The status of the app is Published, but the page of the app is not even visible. At least previously it was visible as a beta page.

    So the questions are

    1. What can be the issue? Has anyone met the same?
    2. If the app approved in alpha/beta track will it require 3-4 days review for production?
    3. If I change description/add language/screenshot to the listing, will it require a review as well? Especially when designed for families.
    submitted by /u/rostislav_c
    [link] [comments]

    Hiding API keys in local.properties

    Posted: 03 Aug 2019 05:05 AM PDT

    what will you recommend me Android Studio or flutter ?

    Posted: 03 Aug 2019 01:08 PM PDT

    i want to be an android developer but if i am making apps for mobile then why not just make it for both platform !, my idea was to start with Android Studio as it's what all Android developers use and i thought after one year and getting comfortable with Android Studio will switch to flutter and it will be easy as i thought everything may work the same or similar there, but it turned out things are very different in flutter there is no XML no layout files, etc... , so what should i do android development with kotlin or with dart ?

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

    How to set navigation drawer to display as default after app starting ?

    Posted: 03 Aug 2019 06:04 AM PDT

    I created 2 drawers in my navigation menu and every time I start my app default blank fragment is displayed. How to set my first drawer as default after starting and displaying its own fragment ?

    public class MainActivity extends AppCompatActivity 

    implements NavigationView.OnNavigationItemSelectedListener {

    @Override 

    protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); Toolbar toolbar = findViewById(R.id.toolbar); setSupportActionBar(toolbar);

    DrawerLayout drawer = findViewById(R.id.drawer_layout); NavigationView navigationView = findViewById(R.id.nav_view); ActionBarDrawerToggle toggle = new ActionBarDrawerToggle( this, drawer, toolbar, R.string.navigation_drawer_open, R.string.navigation_drawer_close); drawer.addDrawerListener(toggle); toggle.syncState(); navigationView.setNavigationItemSelectedListener(this);

    }

    @Override 

    public void onBackPressed() { DrawerLayout drawer = findViewById(R.id.drawer_layout); if (drawer.isDrawerOpen(GravityCompat.START)) { drawer.closeDrawer(GravityCompat.START); } else { super.onBackPressed(); } } @Override public boolean onCreateOptionsMenu(Menu menu) { getMenuInflater().inflate(R.menu.main, menu); return true; }

    private void DisplaySelectedScreen(int id) { Fragment fragment = null; switch (id){ 

    case R.id.f1: fragment = new f1(); Toast.makeText(this, "f1", Toast.LENGTH_SHORT).show(); break; case R.id.f2: fragment = new f2(); Toast.makeText(this, "f2", Toast.LENGTH_SHORT).show(); break; }

    if(fragment != null){ FragmentTransaction ft = getSupportFragmentManager().beginTransaction(); 

    ft.replace(R.id.id_content_main, fragment); ft.commit(); }

     DrawerLayout drawer = findViewById(R.id.drawer_layout); 

    drawer.closeDrawer(GravityCompat.START); }

    @SuppressWarnings("StatementWithEmptyBody") 

    @Override public boolean onNavigationItemSelected(MenuItem item) { int id = item.getItemId();

    DisplaySelectedScreen(id);

     return true; 

    } }

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

    Android App | Full project documented + Open Source Code [in Portuguese]

    Posted: 03 Aug 2019 01:24 AM PDT

    Just sent my first app for publishing!

    Posted: 02 Aug 2019 08:36 PM PDT

    Hey guys,

    I just finished development of my first android app :) it's a travel app that allows you to get directions, translations, sports updates and google search results without internet

    The github repo is here - github.com/rafayk7/context-android

    I made a landing page for it - context-landing.herokuapp.com

    I sent it for publishing, hopefully it gets approved soon :)

    I welcome open source contributions, and feedback is appreciated as well (as well as stars!)

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

    Is it worth to learn Kotlin?

    Posted: 03 Aug 2019 06:36 AM PDT

    Hi, I'm looking to learn a new language and I'm very passionate about mobile development. I already began to learn react-native but I really don't like js/node ecosystem. I already know Python and PHP but switching to compiled and static typed programming language could be a little confusing.

    So I took a look at kotlin and I think it's not as hard as java and it's not as shitty as js/node. I'm going to switch to mobile development in 2 or 3 years but my concern is, is it worth to learn kotlin if I want to change my career path?

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

    Closed vs Open Beta

    Posted: 02 Aug 2019 05:44 PM PDT

    Hi everyone,

    I wanted to know if its a good idea to launch an open beta from the beginning.

    I'm working on an app and I want to get beta testers to get some feedback on it, but I'm not sure if I should make it a closed beta and invite people to test it, or whether I should just make it open beta so anyone can download it.

    I need people who can really understand the product to give me proper feedback.

    Thanks fo your time!

    submitted by /u/Lafcadio-TheLion
    [link] [comments]

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel