Git Product home page Git Product logo

helsinki-testbed2-android's People

Contributors

mvestola avatar

Stargazers

 avatar  avatar  avatar

Forkers

alols1

helsinki-testbed2-android's Issues

Enhancement: Add map image zooming

One user has requested pinch zooming functionality to the map image.

Below are some links about implementing pinch zooming to ImageView:

Implementing pinch zooming seems to be a quite hard task. It would be useful to zoom out the map, however, zooming more in is not so useful because the map image is a raster image which has not so good resolution.

Performance enhancement

We are working on a project called PersisDroid (http://www.cudroid.com/PersisDroid/) for detecting potential performance issues. Our tool could find performance degradation caused by improper usage of asynchronous executions.
We find that in some cases your app may suffer a long processing delay.

Case:
Related source code Class: DownloadImagesTask Method: downloadImages
Circumstance Sometimes it is slow to download images.
Problem Do not interrupt the bitmap that is currently downloading. When the network is poor, the later downloading tasks should wait for the previous downloads.
Suggested modification Interrupt the downloading of bitmap when not necessary. Consider downloading multiple bitmaps in parallel.

Enhancement: Change map type more quickly

Changing the map type now takes 7 steps:

  1. Open context menu
  2. Select settings
  3. Select map type setting
  4. Choose map type
  5. Push back
  6. Open context menu
  7. Select refresh

More user friendly would be to, for example, have an icon at the top right of the map view where user could change the map type and reload the view with two steps:

  1. Select the map type icon on the top right corner
  2. Choose the desired map type (from a popup list or something) --> The view is then automatically reloaded

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.