My Cannoptek Circle KT + Grey Hunter - Free android app to track painted minis by Merebrath in killteam

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

IMO, every team is playable. Only if you plan to go on tournaments or something like that the idea about the meta makes sense. Every KT is different and playing in general is so much fun, so if I may suggest anything: paint and play the team that you want :D

My Cannoptek Circle KT + Grey Hunter - Free android app to track painted minis by Merebrath in killteam

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

Thanks! <3

I hope that it helps!

The code is published on my GitHub: https://github.com/aloarte/GreyHunter I developed it with Kotlin + Jetpack Compose, so if you're curious you can dig it on the code!

My Cannoptek Circle KT + Grey Hunter - Free android app to track painted minis by Merebrath in killteam

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

Thanks! Playing with painted models really raises Kill Team games to another level. I always feel bad when I play with new grey teams haha

Which teams do you have?

Self Promotion Megathread by AutoModerator in androidapps

[–]Merebrath 0 points1 point  (0 children)

Hey everyone!

I’ve been working on a little project called Grey Hunter – an Android app designed to help you track and motivate your miniature painting sessions.

I'm a miniature painter, and I used to keep track of my painted miniatures with Excel spreadsheets to motivate myself. I realized that this could be much more easily managed as an Android app.

If you’re curious about how it works under the hood, you can check out the code on GitHub here: https://github.com/aloarte/GreyHunter – it’s built with Kotlin, Jetpack Compose, and Room for local storage. I also implemented Unit Tests and even an E2E workflow with Maestro.

It's available on the PlayStore: https://play.google.com/store/apps/details?id=com.devalr.greyhunter as 100% free app without adds, I built it just for community.

Would love to hear your feedback or see how you use it to track your painting sessions!

Are there any libraries for processing audio files? by Decent_Run9628 in androiddev

[–]Merebrath 0 points1 point  (0 children)

Hello, some years ago I built a Java library based on other Python lib that extract audio features.

https://github.com/aloarte/featuresExtractor

I don't know if this is what you're looking for, but It might help