• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Recent content by Marijan Novak

  1. M

    Apps Strings not sending proprerly over Bluetooth [Android App]

    I've been making an Android app that connects two devices and sends data in form of strings between them. The receiving side doesn't get the right message, for example (i'm sending int -> String.valueOf) if I send 62 it prints out only 6..only the first character always. What's the problem...
  2. M

    Apps Implementing Arrange Activity in Battleships

    I'm doing an Android Studio project called Android Battleships, from scratch. I ran into a problem. When designing player ship arranging activity I need a table with clickable cells that should return it's row and col number or at least it's ID (so I can save data into boolean array holding ship...