How to save ram memory when using Bitmaps? [closed] - android

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm doing a little game and i want to load Bitmaps,What is a good way to load the pictures without knowing how frequently a player may use them?

I think you should take a look at this. Don't forget to check out the other chapers.

Related

How Instagram inflate image color inside it background in Story Mode [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Hello since today I wonder how Instagram succeeded to introduce the most important color of the image in its background, I would like to add this kind of possibility in my application someone would know how I can do that? thanks for the help
Here a image of what I'm talking about
Take a look here: https://developer.android.com/training/material/palette-colors
Should work for you, implementation is easy

How to calculate upload/download 3g speed in android application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
In my application, I need show upload/download 3G speed in current time.
Can you please help me how to solve this problem?
Thank you so much!
use facebook library for speed test https://github.com/facebook/network-connection-class

How to do Onboarding in Android [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
How to do such a thing as the picture when you first start the application? Thanks for help.
You want to create an onboarding screen or slides to introduce the basic functions of your app. There are different ways to achieve this.
This Github Tutorial may help you.

How can I make Google now-ish Animations in android xml [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How can I make Google now-ish Animations in android xml I know that this question is noobish but I'm still a beginner
You can find many great animations on GitHub searching for it. I found one that might be intersting, check this one out:
https://github.com/uchidaknet/AndroidCardUIWithAnimationSample

What does "loading" page actually load [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Many heavy games have a loading splash screen before the game starts. I wonder, what does a load page actually load (so maybe I can use such an optimization in my app)? Are they loading images? If they are then memory will run out quickly.
Thank you
Loading pics, deserializing data, requesting data from db... it depends on what app actually do.

Categories

Resources