body

  1. M

    Android Question Log RAW HTTP request

    Hi everyone I'm using OkHttpUtils2 to perform some HTTP requests but I need to debug phone-side because the server crashes and I have no way to see why. So I need to log ALL the request content that the phone is sending: headers, body, everything. thanks in advance
  2. M

    iOS Question Set Title to Local Notifications

    Hi everyone, I was taking a look to this Tutorial , i noticed that the notifcations are shown without the title, only the body. It's possibile to set the title too? Thanks in advance
  3. rleiman

    Android Question [SOLVED] Displaying the body text in a notification.

    Hi Everyone, Can you check my coding and let me know where I made mistakes? I'm trying to display some text in the body area of SetInfo. In the example, the text "This is my app name." is being displayed in both the "Title" and the "Body" area of the notification when I drag down the...
  4. coldteam

    Android Question Box2D world scale

    Hi, i try to start use Box2D and need some help: 1. set camera like this: Dim Scale As Int = 100 Sub LG_Resize(Width As Int, Height As Int) Camera.Initialize2( Scale * 4, Scale * 4 * Height / Width) Camera.Position.set(0, Scale, 0) End Sub 2. set world: Dim vGravity As lgMathVector2...
Top