Recent content by zoyaa10

  1. zoyaa10

    How can I alter the Android minSdkVersion in a Flutter project?

    I attempted to create a flutter application that utilizes bluetooth to communicate by utilizing the flutter blue package. I was met with an error when attempting to run the first example I created on an Android device. FAILURE: Build failed with an exception. * What went wrong: Execution...
  2. zoyaa10

    Misc Others A bit of help with HTML please?

    My suggestion is to use a combination of CSS and HTML to achieve the desired effect. You can use the position property in CSS to place the three images on top of each other and then use the center property to align them. You can also use the div tag to wrap the images and set the align attribute...
  3. zoyaa10

    What is the meaning of the term "dependency" with regard to computer technology?

    I have researched this question, but can't find a consensus. If "A depends on B", does the term "dependency" refer to: A B The relationship between A and B Does this term have different meanings in different subdomains of computer technology?
  4. zoyaa10

    Laptop Power Limit Throttling

    Also going to try and play with the tdp settings to see if that helps. Depending on the settings you have in BIOS, you may be able to adjust the power limit to an amount more suited to your laptop's cooling system. Additionally, you can try setting a lower TDP in BIOS to reduce the thermal...
  5. zoyaa10

    Homebrew [Development Question, Unity] Stupid questions about Unity for 3DS.

    1. Yes, System.IO can be used on the 3DS, but you will need to use the specific device name “sdmc://” when accessing the file system. 2. It is possible to use Unity 5 on the 3DS, but it will depend on the game you are trying to develop. The 3DS is not as powerful as a PC, so you may find that...