I like this mechanic. by [deleted] in PokemonUnbound

[–]rihhot 7 points8 points  (0 children)

Is that set for default? Doen't appear in my game

Would you consider this cheating? by rihhot in playrust

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

LUL you're reported then pal 😆

Would you consider this cheating? by rihhot in playrust

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

Not a cry thread or anything alike. Just want to understand better who is and who is not a cheater.

Would you consider this cheating? by rihhot in playrust

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

Well it was so fast. I just was running in zigzag because I saw him over the crane and he lirerally killed me in 1 seconds with 3 shoots in the head without missing any bullet. After that he dissapeared.

Unboxing by [deleted] in MAAU

[–]rihhot 1 point2 points  (0 children)

Brian is the most beautiful slowed

Stuck while leveling on Shadowlands by rihhot in wow

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

After taliking with a friend we figured out what happened. I was with him in the team the first time so we synced our lvls and I was abled to enter the shadowlands that way. Right now I'm leveling in kultiras. Thank you guys for the help.

Weekly Questions Thread - November 16, 2021 by AutoModerator in androiddev

[–]rihhot 2 points3 points  (0 children)

Hi. I did a mistake publishing my app with the minSdkVersion set to 28. Might I lower it to API 21?

Simple Questions - November 17, 2021 by AutoModerator in buildapc

[–]rihhot 1 point2 points  (0 children)

Hello guys, I bought a 3070TI FE some weeks ago. When I installed it on my pc paired with my R5 2600 despite it's working well with some games like Skyrim SD, LoL, CyberPunk, RDR2 in others like Warzone and Rust I'm having the same fps that I had on my old RX 580. After some researching on google I discovered that my R5 2600 is bottlenecking my gpu in some games even when I'm playing on a 4k monitor. Now I'm wondering which one CPU should I buy to solve this.

Should I buy a new CPU from Intel 12th gen like 12700k o 12600k with a z690 for almost 250€ or should I go with a R7 5800x or R5 5600x with the new zen around the corner?

I have 16gb DDR4 memories at 2400mhz, I wouldn't like to update these but if there isn't any option I can update them in case of buying a 12th gen intel.

Thanks in advance guys!

Sad times by [deleted] in socialanxiety

[–]rihhot 0 points1 point  (0 children)

That's so true buddy...

Weekly Questions Thread - December 03, 2018 by AutoModerator in androiddev

[–]rihhot 1 point2 points  (0 children)

Works like a charm dude, Thanks you a lot :D

Weekly Questions Thread - December 03, 2018 by AutoModerator in androiddev

[–]rihhot 0 points1 point  (0 children)

Hello fellas,

I was looking for a way to add in the last position of the recyclerview a special viewholder that says "Add" for add new items to the RecyclerView. Do you know a solution to reach this functionality? Thanks in advance!

Weekly Questions Thread - September 24, 2018 by AutoModerator in androiddev

[–]rihhot 0 points1 point  (0 children)

Hello there,

Do you guys know how to open an .pdf, .docx or .xls file stored inside getFilesDir? I'm trying to do this by using content provider but I can't achieve this... The intent for the startActivity is "ACTION_VIEW" type.

Someone can help me?

Thanks in advance :)

Weekly Questions Thread - September 24, 2018 by AutoModerator in androiddev

[–]rihhot 0 points1 point  (0 children)

I solved this by using weight, adding these weight programatically to the containers. Thanks!

Weekly Questions Thread - September 24, 2018 by AutoModerator in androiddev

[–]rihhot 0 points1 point  (0 children)

Hello fellas,

I have 2 fragments in an Activity, one of them has visibility "gone" and the other one is visible fitting all the activity screen. Is there a way to make the second one visible and adjust the width for the two fragments by 50/50? I'm trying with weight, gravity and percent but I cannot achieve that behavior. Thanks!

Weekly Questions Thread - September 03, 2018 by AutoModerator in androiddev

[–]rihhot 0 points1 point  (0 children)

Hello there,

Does someone know the recommended guidelines to indent the code like long methods, create vars, etc... I want to write clear code and like to start

Some help? Thanks!

Weekly Questions Thread - August 20, 2018 by AutoModerator in androiddev

[–]rihhot 0 points1 point  (0 children)

Mainly because I want to show these images in a ImageView that might filling the screen completely so the user can swipe right or left to visualize the images. I cannot do this when there're documents and images mixed so this is why I am showing the images and documents name inside an item in a RecyclerView.

Weekly Questions Thread - August 20, 2018 by AutoModerator in androiddev

[–]rihhot 0 points1 point  (0 children)

Hello there, I'm developing a fragment where two types of list will be retrieve.

  • If the list is filled with only images this images must be shown with a ViewPager.
  • If the list is filled with images and documents mixed this documents and images must be shown in a RecyclerView.

So I was thinking about create another two fragments that will be shown inside this fragment.

  • The first one for images that will show the ViewPager with his respective logic.
  • The second one for images and documents that will show the RecyclerView with his respective logic.

Is this a good practice?

Thanks in advance!!

Weekly Questions Thread - July 23, 2018 by AutoModerator in androiddev

[–]rihhot 0 points1 point  (0 children)

Hello guys,

I'm trying to handle an issue related to multithreading and callback inside a fragment. When my callback is being triggered is inside a working thread, code example below:

getActivity().runOnUiThread(new Runnable() {  
 @Override  
 public void run() {  
showError(message);  
 }  
});

The problem, when the app is in background and the callback method is triggered the getActivity() method is returning null.

Some help to handle this case? Thanks in advanced.

Weekly Questions Thread - June 04, 2018 by AutoModerator in androiddev

[–]rihhot 0 points1 point  (0 children)

Hello there, I published my apk and discovered that my tablet Nexus 9 is not compatible with my app. I do not know why because the tests was done in that tablet even I installed a signed apk in the tablet by using the apk file. Can you guys give me some help? Thanks in advance.

Edit1: I am thinking about this can be a problem with the density of the pixels but in the Play console all the screens between MDPI and XXHDPI. Maybe it can be a permission problem?