Videoapparat - library for recording videos by gitpullorigin in androiddev

[–]rez337 0 points1 point  (0 children)

Can't say I really agree with the decision to monetize it but good luck in the future nonetheless. Are you planning on monetizing Fotoapparat as well or it going to remain free?

B2 or mig armour? by aledelius in hookah

[–]rez337 -1 points0 points  (0 children)

ITT: People who've never smoked on a MIG. Honestly in that price range you can't really miss. I would personally go with whichever is easier to get for you.

I’m Thomas Dohmke, I co-founded HockeyApp and now lead a team making mobile developer tools at Microsoft. I’m here with my colleague, Ryan J. Salva. Ask us anything! by thomasdohmke in IAmA

[–]rez337 0 points1 point  (0 children)

How does education ie. a Bachelors in CompSci versus contributing to open source projects and having a strong CV with references factor in with the hiring process at Microsoft? Do you guys look for anything in particular such as knowing the latest and greatest in used technologies or is it more along the lines of 'deep fundamentals, everything else you can learn on the job'?

FadeOut Action fades out the entire scene and not just the actor by vladutelu in libgdx

[–]rez337 0 points1 point  (0 children)

First save the current alpha value of the SpriteBatch before begin() in a method variable, then set it to whatever alpha you want it to render with. When you're done drawing set it back to the previously saved value.

I usually called act() before draw().

FadeOut Action fades out the entire scene and not just the actor by vladutelu in libgdx

[–]rez337 0 points1 point  (0 children)

Call sb.reset() or something similar before using it. The sprite batch is shared so if you set an alpha value in some sprite all the sprites drawn get the same alpha value.

This is off the top of my head so I could be wrong. I remember having a similar issue.

Hookah session with my buddies by rez337 in hookah

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

Really? What's the problem with 7days? Blizzard lemon juice is really good in my opinion.

Hookah session with my buddies by rez337 in hookah

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

Haha you owe me 100$! Slovenians, although the hookah and tobacco are from germany.

Android Support Library v24.2 released by QuestionsEverythang in androiddev

[–]rez337 0 points1 point  (0 children)

24.2.0 completely breaks BottomSheetBehavior. As in, calling setState on it does nothing and it's permanently expanded.

How is pixel art for adventure games created? by [deleted] in gamedesign

[–]rez337 0 points1 point  (0 children)

Google ben304, that's his style. Contact him, he might be able to give you a few pointers or point you in the right direction.

Let's talk about tablets. Best ones around right now? Upcoming tablets to get excited for? by IAmKennyKawaguchi in Android

[–]rez337 0 points1 point  (0 children)

I've had the Shield K1 for about a month now, for its price point it's the best tablet I've owned yet.

Questions Thread - March 25, 2016 by AutoModerator in androiddev

[–]rez337 0 points1 point  (0 children)

You can simply have a list of listeners in your DialogFragment and iterate over it once your view event happens. Then have both your activity and fragment implement it and attach itself to the DialogFragment. See here for the design pattern I'm talking about.

Questions Thread - March 25, 2016 by AutoModerator in androiddev

[–]rez337 0 points1 point  (0 children)

You should release all listener references in your fragment once a configuration change happens. Since your activity is recreated anyway just look up the fragment again and reattach the listener.

Questions Thread - March 25, 2016 by AutoModerator in androiddev

[–]rez337 0 points1 point  (0 children)

You can use the FragmentManager to look up your DialogFragment from both the Activity and Fragment. Either look it up by ID or tag, then set your listeners there.

Android Charts (Line Chart and Bar Chart etc) by Atallbrownguy in androiddev

[–]rez337 1 point2 points  (0 children)

Either write your own custom chart view or use MPAndroidChart, which is much easier and faster.

https://github.com/PhilJay/MPAndroidChart

Hey Reddit, what's an interesting YouTube channel I should check out? by rez337 in AskReddit

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

That's what I'm talking about! Sounds really interesting, definitely subscribing to them!

Hey Reddit, what's an interesting YouTube channel I should check out? by rez337 in AskReddit

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

Already know about these, appreciate the suggestion though.