Skip to content
View derAndroidPro's full-sized avatar

Block or report derAndroidPro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. NotificationTutorialBasic2016 NotificationTutorialBasic2016 Public

    So zeigt ihr in Android eine (Heads-Up) Benachrichtigung in der Statusleiste an, welche ausklappbar ist.

    Java 1

  2. Upload_File_To_Server_Tutorial Upload_File_To_Server_Tutorial Public

    So ladet ihr mit eurer Android App eine Datei, z.B. ein Bild, auf eurem Server hoch, welcher dann wiederum den Link des Bildes an die App zurücksendet.

    Java 2 2

  3. JSON_Grundlagen_Tutorial JSON_Grundlagen_Tutorial Public

    In diesem Tutorial zeige ich euch die Grundlagen der Datenformatierung in JSON.

  4. JsonReaderExample_Android JsonReaderExample_Android Public

    An example of how to use Android's JsonReader to decode a JSON array

    Java