Skip to content

Instantly share code, notes, and snippets.

View melston's full-sized avatar

Mark Elston melston

  • Canton, NC
  • 03:18 (UTC -04:00)
View GitHub Profile
@s-aska
s-aska / MainActivity.java
Last active December 7, 2019 14:15
Sortable ListView on Drag and Drop
package com.example.sortable.app;
import android.app.Activity;
import android.content.Context;
import android.graphics.Color;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;