Giter VIP home page Giter VIP logo

betterlock's Introduction

betterlock's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

betterlock's Issues

finelock

Hello there. It's been about a month since your email. I was quite
busy and this email was buried under a dozen of other ones.

The app works very well. There's no performance issue here. However,
there are a few problems with the design:

  1. If the app is installed, you should load the app icon from it
    instead of making network calls in the first open. So are app names,
    which will improve localization.
  2. The app icons are too big.
  3. The collapsible toolbar makes it look similar to the Good Lock
    which follows One UI style. However, it doesn't match the style. I
    think you should put a FrameLayout which holds a centered TextView
    right above the Toolbar, and all of them are inside of an AppBarLayout
    (or a vertical LinearLayout), then you make your own
    CoordinatorLayout.Behavior.
  4. The TextView in each row must be vertically aligned to the
    ImageView. And if you wish to make the rows more "One UI", you can try
    customizing the background.
  5. The launcher icon needs to be improved when the app goes public.
    You can try cloning the real Good Lock icon with different colours
    like I did.

That's pretty much it. It looks like the app is ready to officially
hit the public users. I wish you all the best of the best.

My best regards.

Methods

  private boolean isPackageInstalled(String paramString, PackageManager paramPackageManager)
  {
    try
    {
      paramPackageManager.getPackageInfo(paramString, 0);
      return true;
    }
    catch (PackageManager.NameNotFoundException paramString) {}
    return false;
  }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.