Recent content by Taritz

  1. T

    [FREE] [APP] SwingPlanner

    I made an app to find any swing dancing (lindy hop, balboa, boogie woogie etc) event in the world. The app has the following features: Search for events by city, country, continent or event name Filtet to include events with the dance styles you're interested in Find what events your favorite...
  2. T

    Getting anr because thread resulting in main thread starvation.

    You need to supply more information before anyone can help you. What are you trying to do? Are you using any third party tools or what components are involved? When does the error occur? Looks like some kind of race condition involving SharedPreferences but hard to say without knowing more.
  3. T

    [Free][Game] Leap Master

    Cool game! Played for a while but didn't get any powerups of any kind. Is there anything other than skins you can get? Would be cool with some different levels and maybe some different obstacles as well, but easy and nice game idea, great work!
  4. T

    Customized app on client side

    Developing an app, even a small one, will be quite a hurdle if you're not a programmer. If you have the desire to learn programming that's one thing, if so you should start with some easy tutorials but know it's going to take a while before you'll be able to release what you have in mind. If...
  5. T

    [Free][Game] Slovakia Up

    Awesome, good luck! :)
  6. T

    guide where to learn the whole set of codes of specific task.

    Boring answer maybe, but Google it. Every specific problem you have try to formulate it in a concise way and google. Usually one of the top answers is from stackoverflow which is totally invaluable as a developer. Make sure you check the top 2 answers most of the time, as sometimes the accepted...
  7. T

    [Free][Game] Slovakia Up

    Firebase is a very cool suite of services that are very useful. If you don't already you should probably implement analytics into your app as well, that way you can see how people are doing in your game. How far they get, what the retention rate of your app is and other useful statistics. This...
  8. T

    how can i use different activity for one listView

    It doesn't make sense when you say you have 40 activities for the 40 items in the listview. An Activity represents a single screen with a user interface, that covers the entire screen. What you need to do is add a click listener to every item in the listview and handle the click in whatever way...
  9. T

    [Free][Game] Trump Space Invaders

    Cool game! I got to level 8 or so. I didn't understand what the powerups did though. And was not quite sure how much health the ship had left. Is that displayed somewhere? Also it wouldn't hurt if the controllers were bigger in my opinion. May as well divide the screen into something like first...
  10. T

    [Free][Game] Slovakia Up

    Neat game! The feedback I have is that you should probably let someone who's good at English review the localization, as at least the English could use some improvement (don't know what other languages you support). Also when you encourage a user to share the game you could use Firebase...
  11. T

    Hey everyone!

    Hello! My name is Oskar, I love tinkering with Android phones (and hopefully getting my feet wet with Android Things soon), programming and getting involved in communities. Looking forward to getting to know everyone here and discuss all things Android! :)
  12. T

    App that shows you it's own code !

    Interesting. But isn't it easier just to post the GitHub link? Anyway, nice work! :)