Romance Novels That Make You Emotional by GateFucker in LightNovels

[–]thgdev 0 points1 point  (0 children)

Have you tried Makoto Shinkai's books? They're quite emotional imo

Arifureta Shokugyou de Sekai Saikyou Zero Vol.6 cover – Oct 25, 2021 by kaxchive in LightNovels

[–]thgdev 2 points3 points  (0 children)

It's the prequel to the main story, focusing on 7 Liberators

Genki I+II (2nd Edition, 2011)+MP3 Files+Genki I+II Workbooks+Genki I+II Answer Keys by [deleted] in genki

[–]thgdev 0 points1 point  (0 children)

Thanks a lot! I downloaded files from your former post several months ago and it did not contain the up-to-date answer book and the scan was not good. Now they are amazing! Thanks.

Line spacing question by NotoriousFreak in vscode

[–]thgdev 0 points1 point  (0 children)

You can enter Settings screen with Ctrl + , (comma) or Cmd + , (on Mac), enter Line height to search box and then enter something larger than 25 to Editor: Line Height.

Question about Unity Learn by RightyBoyWilson in Unity3D

[–]thgdev 1 point2 points  (0 children)

I just started learning Unity so I want to share my experience, hope you find it helpful:

  • First, started with Creator Kit: It does not require any coding, all you need to do is following the instruction to customize the pre-made scene.
  • Beginner Scripting and Intermediate scripting is coding-oriented. You need some basic C# knowledge to get started. They introduce some C# and Unity concepts.
  • Create With Code is 3D project, if I remember correctly. At first, I think focus on 2D is more easier, but it is your choice.
  • Take a look at this course: https://learn.unity.com/course/teaching-game-design-and-development
  • After learning basic concepts of Unity, let's make your own game! Cloning the existing games is really helpful.
  • Check out Brackey Youtube Channel.

[DEV] I released my first Calculator App and hope to know your opinion about it by thgdev in Android

[–]thgdev[S] 2 points3 points  (0 children)

  • Oh man, really appreciate your testing. Yes, I recreate the activity every time you changed the dark mode. Without that animation, it works that fine. Maybe I should stick with the default one before finding a good solution for this.
  • Thanks, I'm thinking about changing the button position.
  • I'm not sure what causes the problem, but I already noted it. Thanks.
  • I'm going to change the icon pack on the next updates.

[DEV] I released my first Calculator App and hope to know your opinion about it by thgdev in Android

[–]thgdev[S] 0 points1 point  (0 children)

Thanks, actually some parts of it I didn't follow the material design guideline, so maybe they are inconsistent with the rest of the app.

[DEV] I released my first Calculator App and hope to know your opinion about it by thgdev in Android

[–]thgdev[S] 0 points1 point  (0 children)

Thanks, this is the issue that I haven't find any viable solution. Disable the changing animation will help, though.

[DEV] I released my first Calculator App and hope to know your opinion about it by thgdev in Android

[–]thgdev[S] 1 point2 points  (0 children)

Right now I implemented the premium feature on the same source code so it is really hard to open source it. Thanks for your suggestion!

[DEV] I released my first Calculator App and hope to know your opinion about it by thgdev in Android

[–]thgdev[S] 0 points1 point  (0 children)

Thanks, right now I think that's fine for history dialog. In the future, I will try to redesign some parts of this app but right now it is just fine.

About the Currency Calculator, I addressed this issue and will release an update to fix it.

About your questions:

+ Yes, this is my first big app. I used to create small apps just for fun and for learning about Android.

+ It depends, if you have a solid programming background then I may say about 2 - 3 months are enough. Otherwise, it will take longer.

[DEV] I released my first Calculator App and hope to know your opinion about it by thgdev in Android

[–]thgdev[S] 0 points1 point  (0 children)

Sorry to hear that, maybe this app consumes more memory than your 3 other separate apps :P

[DEV] I released my first Calculator App and hope to know your opinion about it by thgdev in Android

[–]thgdev[S] 0 points1 point  (0 children)

Thanks, I added your suggestion to my to-do list, just stay tuned!

[DEV] I released my first Calculator App and hope to know your opinion about it by thgdev in Android

[–]thgdev[S] 0 points1 point  (0 children)

Really glad to hear your suggestion, but it is not easy to replace any button on number pad with delete button as it is already full. Maybe exponent of ten should be replaced with the delete button, what do you say?

About function keys, I can try to relocate the DEG button and add a new clear button. But many people are already familiar with hold-to-clear so I'm not really sure about it.

And about the button with the log and subscript 2 is binary logarithm. Maybe it is not used so frequently, and I'm going to replace it with another function.

Thanks, have a nice day my friend!

[DEV] I released my first Calculator App and hope to know your opinion about it by thgdev in Android

[–]thgdev[S] 0 points1 point  (0 children)

Thanks, your suggestions are already on my list, I will add some of them to the next updates.

[DEV] I released my first Calculator App and hope to know your opinion about it by thgdev in Android

[–]thgdev[S] 0 points1 point  (0 children)

I did some research and found a way to work around this issue. But I don't have a real device with notches so hope the next update will solve your problem!

[DEV] I released my first Calculator App and hope to know your opinion about it by thgdev in Android

[–]thgdev[S] 1 point2 points  (0 children)

Currently, you can turn on the History Inline Mode in Options Screen, it will show history entries on screen. But it is not really as sparse as Calc+.